summaryrefslogtreecommitdiff
path: root/doc/ssl
Commit message (Expand)AuthorAgeFilesLines
* PR: 1794steve2011-11-131-0/+5
* Clarify warningbodo2011-10-131-4/+10
* Fix typo.bodo2011-07-111-1/+1
* CVE-2010-4180 fix (from OpenSSL_1_0_0-stable)bodo2011-02-031-12/+1
* Add SHA2 algorithms to SSL_library_init(). Although these aren't usedsteve2010-04-071-6/+9
* Remove obsolete PRNG note. Add comment about use of SHA256 et al.steve2010-04-061-4/+5
* clarify documentationsteve2010-02-181-13/+25
* Allow renegotiation if SSL_OP_LEGACY_SERVER_CONNECT is set as well assteve2010-02-171-9/+12
* update references to new RI RFCsteve2010-02-121-2/+2
* reword RI descriptionsteve2010-01-271-22/+29
* update documentation to reflect new renegotiation optionssteve2010-01-271-23/+46
* Typosteve2010-01-051-1/+1
* clarify docssteve2009-12-091-9/+10
* Document option clearning functions.steve2009-12-091-3/+71
* PR: 2025steve2009-09-121-1/+1
* PR: 1835steve2009-02-144-4/+4
* Refer to SSL_pending from the man page for SSL_readjaenicke2008-08-011-0/+6
* Memory saving patch.ben2008-06-031-0/+10
* Document ticket disabling option.steve2007-08-231-0/+8
* fix typosnils2006-12-211-1/+1
* fix documentationnils2006-12-061-1/+1
* note that SSL_library_init() is not reentrantnils2006-03-121-0/+1
* add initial support for RFC 4279 PSK SSL ciphersuitesnils2006-03-104-1/+269
* Add fixes for CAN-2005-2969.bodo2005-10-261-1/+1
* Let the TLSv1_method() etc. functions return a const SSL_METHODnils2005-08-143-17/+17
* improve docu of SSL_CTX_use_PrivateKey()nils2005-04-081-0/+12
* update docs (recent constification)nils2005-03-3028-105/+105
* Doc fixes.steve2005-03-221-1/+1
* PR: 938steve2004-11-141-1/+1
* More precise explanation of session id context requirements.jaenicke2004-06-141-1/+2
* Make sure the documentation matches reality.levitte2003-11-291-2/+2
* Clarify wording of verify_callback() behaviour.jaenicke2003-06-261-3/+3
* Clarify return value of SSL_connect() and SSL_accept() in case of thejaenicke2003-06-032-2/+4
* Clarify ordering of certificates when using certificate chainsjaenicke2003-05-301-1/+3
* Add warning about unwanted side effect when calling SSL_CTX_free():jaenicke2003-03-272-6/+18
* Spelling errors.levitte2003-03-201-1/+1
* Missing ")"jaenicke2002-12-041-1/+1
* No such reference to link to (found running pod2latex).jaenicke2002-11-141-1/+1
* Add a HISTORY section to the man page to mention the new flags.geoff2002-10-291-0/+5
* The last character of inconsistency in my recent commits is herebygeoff2002-10-291-0/+1
* Correct and enhance the behaviour of "internal" session caching as itgeoff2002-10-292-12/+43
* Missing =back.levitte2002-08-151-0/+2
* mention SSL_do_handshake()bodo2002-07-291-1/+1
* The behaviour is undefined when calling SSL_write() with num=0.jaenicke2002-07-191-0/+3
* Manual page for SSL_do_handshake().jaenicke2002-07-195-0/+79
* Typos in links between manual pagesjaenicke2002-07-103-4/+4
* New option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBCbodo2002-06-141-2/+15
* Correct wrong usage information.jaenicke2002-06-121-23/+27
* Typo.jaenicke2002-06-041-1/+1
* Add 'void *' argument to app_verify_callback.bodo2002-02-281-20/+20