aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.c
Commit message (Expand)AuthorAge
* tell the user what time _they_ are too, when a cert is expiredRoger Dingledine2004-07-22
* Make tor_tls_new variant use alternative (certless) contextNick Mathewson2004-07-22
* fix our tls handshake chain cert bugRoger Dingledine2004-07-21
* Log certificate lifetime on failure.Nick Mathewson2004-07-21
* Log number of certs in wrong-length chainsNick Mathewson2004-07-21
* Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be...Nick Mathewson2004-07-21
* more useful warning messagesRoger Dingledine2004-07-19
* Resolve some XXXsNick Mathewson2004-05-18
* it's amazing what a bit of punctuation can do for appearancesRoger Dingledine2004-05-10
* Doxygenate common.Nick Mathewson2004-05-10
* Working strerror for windows socket errors, plus some snide comments.Nick Mathewson2004-05-02
* some patches on the patchesRoger Dingledine2004-05-01
* Handle windows socket errors correctly; comment most of common.Nick Mathewson2004-05-01
* Some versions of openssl have an SSL_pending function that erroneouslyNick Mathewson2004-04-26
* Add a macro to catch unhandled openssl errors.Nick Mathewson2004-04-26
* log debug so nick can see it tooRoger Dingledine2004-04-26
* Include strerror(errno) with tls syscall errorsNick Mathewson2004-04-26
* Log pending TLS errors in a couple more places, in case they are possible.Nick Mathewson2004-04-26
* Call tls_log_errors at a more appropriate location; we can remove the other c...Nick Mathewson2004-04-26
* Very blunt debugging code: log pending errors at start and end of tor_tls_verifyNick Mathewson2004-04-26
* use tor_assert and PUBLIC_KEY_OKRoger Dingledine2004-04-25
* Merge flagday into main branch.Nick Mathewson2004-04-24
* quiet a -l info that should be -l debugRoger Dingledine2004-04-15
* allow 90 minutes of clock skew, not 30Roger Dingledine2004-04-08
* Document stuff, reduce magic numbers, add emacs magicNick Mathewson2004-04-06
* Make "common" no longer depend on or.hNick Mathewson2004-04-03
* Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson2004-04-03
* Make tor build on windows again. More work still neededNick Mathewson2004-03-09
* bugfix: stop trying to write to a stderr that may not be thereRoger Dingledine2004-02-28
* fix typoRoger Dingledine2004-01-20
* Note discrepency between N bytes transmitted over TLS and actual bandwidth us...Nick Mathewson2004-01-13
* clean tabs, trailing whitespaceRoger Dingledine2003-12-17
* Stop leaking X509 certs; those things are _nasty_ on the carpetNick Mathewson2003-11-18
* fix a bug in handling clock skewRoger Dingledine2003-11-11
* resolve warningNick Mathewson2003-10-23
* Two-pronged attack at my overzealous skew fixes.Nick Mathewson2003-10-23
* Clock skew fixes.Nick Mathewson2003-10-22
* introduce new tor_free() macroRoger Dingledine2003-10-21
* warn, not errRoger Dingledine2003-10-19
* Code to get nicknames from peer certsNick Mathewson2003-10-19
* let tls tolerate reallocing the bufRoger Dingledine2003-10-19
* first steps toward a WANTWRITE SSL_write tls bug fixRoger Dingledine2003-10-18
* start to track down the 'peer has invalid cert' bugRoger Dingledine2003-10-18
* Log TLS errors even harderNick Mathewson2003-10-15
* Add more logging on some ssl errors.Nick Mathewson2003-10-15
* change WARNING to WARNRoger Dingledine2003-10-10
* shift read_file_to_str() into util.cRoger Dingledine2003-09-28
* Add function to wrap SSL_pendingNick Mathewson2003-09-27
* finish enforcing the log conventionRoger Dingledine2003-09-26
* various bugfixes and updatesRoger Dingledine2003-09-25