aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.h
Commit message (Expand)AuthorAge
* Make doxygen marginally happierNick Mathewson2005-10-06
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* New whitespace normalization rule: no blank line at EOF.Nick Mathewson2005-06-09
* Fix "JAP-client" hideous ASN1 bug, twice. (Fix1: check more thoroughly for TL...Nick Mathewson2005-04-23
* update copyright notices.Nick Mathewson2005-04-01
* add a tor_tls_is_server method to remember if conn->tlsRoger Dingledine2005-03-31
* Free tls resources on exit tooNick Mathewson2005-02-11
* Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name outNick Mathewson2004-12-22
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* Split X509 certificate liveness checks into a separate functionNick Mathewson2004-11-14
* oh, and some more in common/Roger Dingledine2004-10-14
* Make tor_tls_new variant use alternative (certless) contextNick Mathewson2004-07-22
* Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be...Nick Mathewson2004-07-21
* doxygen markup for common/*.hRoger Dingledine2004-05-10
* Handle windows socket errors correctly; comment most of common.Nick Mathewson2004-05-01
* Remove spurious semiNick Mathewson2004-04-26
* Add a macro to catch unhandled openssl errors.Nick Mathewson2004-04-26
* Merge flagday into main branch.Nick Mathewson2004-04-24
* Document stuff, reduce magic numbers, add emacs magicNick Mathewson2004-04-06
* Note discrepency between N bytes transmitted over TLS and actual bandwidth us...Nick Mathewson2004-01-13
* Code to get nicknames from peer certsNick Mathewson2003-10-19
* shift read_file_to_str() into util.cRoger Dingledine2003-09-28
* Add function to wrap SSL_pendingNick Mathewson2003-09-27
* Refactor buffers; implement descriptors.Nick Mathewson2003-09-25
* Add certificate verification functionsNick Mathewson2003-09-10
* Add prototypes for functions to check whether the peer certificate isNick Mathewson2003-09-10
* another wishlist function for the tls interfaceRoger Dingledine2003-09-08
* hide the global tls context inside tortls.cRoger Dingledine2003-09-08
* Add initial interfaces and code for TLS support. Interfaces are right; code ...Nick Mathewson2003-09-04