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