summaryrefslogtreecommitdiffstats
path: root/doc/ssl
AgeCommit message (Collapse)Author
2001-08-17More details about session timeout settings.Lutz Jänicke
2001-08-17One more function documented.Lutz Jänicke
2001-08-17SSL_shutdown() has even more properties...Lutz Jänicke
2001-08-17One more step on the way for complete documentation...Lutz Jänicke
2001-08-17Unidirectional shutdown is allowed according to the RFC.Lutz Jänicke
2001-08-16Better description of the behaviour of SSL_shutdown() as it is now, brokenLutz Jänicke
or not.
2001-08-03Don't disable rollback attack detection as a recommended bug workaround.Lutz Jänicke
2001-07-31Reworked manual pages with a lot of input from Bodo Moeller.Lutz Jänicke
2001-07-25Fix wrong information about SSL_set_connect_state()...Lutz Jänicke
2001-07-23Additional inline reference.Lutz Jänicke
2001-07-23Add missing reference.Lutz Jänicke
2001-07-21Documentation about ephemeral key exchangeLutz Jänicke
2001-07-20Updated explanation.Lutz Jänicke
2001-07-20Some more documentation bits.Lutz Jänicke
2001-07-11Clarify! (based on recent mailing-list discussions)Lutz Jänicke
2001-05-16Add missing item(s) SSL_ERROR_WANT_CONNECT, SSL_ERROR_WANT_ACCEPT.Lutz Jänicke
2001-05-14Typos.Lutz Jänicke
2001-05-14One more point to clarify, pointed out by "Greg Stark" <ghstark@pobox.com>Lutz Jänicke
2001-05-12Clarify behaviour with respect to SSL/TLS records.Lutz Jänicke
2001-05-11Clarify behaviour of SSL_write() by mentioning SSL_MODE_ENABLE_PARTIAL_WRITELutz Jänicke
flag as discussed on the mailing list.
2001-04-17Clarify request of client certificates. This is a FAQ.Lutz Jänicke
2001-04-12Fix wrong information with respect to CAs listed to the clientLutz Jänicke
(follows from technical discussion with Amit Chopra <amitc@pspl.co.in>).
2001-04-12Typo (Jun-ichiro itojun Hagino <itojun@iijlab.net>)Lutz Jänicke
2001-03-15Forgot "cvs add", so only the surrounding changes made it... sigh.Lutz Jänicke
2001-03-09Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller
2001-03-08Add newly learned knowledge from yesterday's discussion.Lutz Jänicke
2001-02-23Describe new callback for session id generation.Lutz Jänicke
2001-02-23SSL_get_version() was an easy one :-)Lutz Jänicke
2001-02-16ispellUlf Möller
2001-02-16pod format errorUlf Möller
2001-02-13Finish first round of session cache documentation.Lutz Jänicke
2001-02-13New manual page: SSL_CTX_set_mode.Lutz Jänicke
2001-02-11More about session caching.Lutz Jänicke
2001-02-10Update for 0.9.7 with SSL_OP_CIPHER_SERVER_PREFERENCE.Lutz Jänicke
2001-02-10Manual page for SSL_CTX_set_options(). Unfortunately for some of theLutz Jänicke
options someone much longer working with OpenSSL/SSLeay is needed.
2001-02-04Documenting session caching, 2nd step.Lutz Jänicke
2001-02-03Clarify why SSL_CTX_use_certificate_chain_file() should be preferred.Lutz Jänicke
2001-02-03Typo: on my screen it nicely wrapped around at 80 :-)Lutz Jänicke
2001-02-02Document session caching, first step.Lutz Jänicke
2001-01-31New manual page for a hardly known but important item :-)Lutz Jänicke
2001-01-25Insert a missing space to stop pod2man giving stroppy "malformed" warnings.Geoff Thorpe
2001-01-23Copy over just written manpage to the ones still missing.Lutz Jänicke
2001-01-23Add entries for new manpages...Lutz Jänicke
2001-01-20Documentation about SSL_get_ex_data_X509_STORE_CTX_idx andLutz Jänicke
SSL_get_ex_new_index() functionality. Extended verify_callback() example to show the usage.
2000-12-25Fix SSL_peek and SSL_pending.Bodo Möller
2000-12-13c&p error spotted by Martin ForssenUlf Möller
2000-12-12Add description of SSL_[CTX_]_check_private_key().Lutz Jänicke
2000-12-08Add manual pages for certficate/key loading and friends.Lutz Jänicke
2000-12-05Typo and additional information about cert-chain building.Lutz Jänicke
2000-12-05Add EXAMPLES for SSL_CIPHER_description() output.Lutz Jänicke