summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2001-08-21Documentation on how to handle compression methods.Lutz Jänicke
2001-08-20More interdependencies with respect to shutdown behaviour.Lutz Jänicke
2001-08-19Alert description strings for TLSv1 and documentation.Lutz Jänicke
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
2001-08-08add missing linkBodo Möller
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-31Document DES changes better.Ben Laurie
2001-07-27Undo DH_generate_key() change: s3_srvr.c was using it correctlyBodo Möller
2001-07-25Don't preserve existing keys in DH_generate_key.Bodo Möller
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-13Allow OCSP server to handle multiple requests.Dr. Stephen Henson
2001-07-11Clarify! (based on recent mailing-list discussions)Lutz Jänicke
2001-07-10Fix PRNG.Bodo Möller
2001-07-03When only the key is given to "enc", the IV is undefinedLutz Jänicke
2001-05-17Add examples to EVP_EncryptInit manual page.Dr. Stephen Henson
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
2001-04-25Typo (reported by Petr Lancaric <Petr.Lancaric@ips-ag.cz>)Lutz Jänicke
2001-04-17Clarify request of client certificates. This is a FAQ.Lutz Jänicke
2001-04-12Missing link ("Greg Stark" <gstark@ethentica.com>)Lutz Jänicke
2001-04-12Fix wrong information with respect to CAs listed to the clientLutz Jänicke
2001-04-12Typo (Jun-ichiro itojun Hagino <itojun@iijlab.net>)Lutz Jänicke
2001-03-21Update docs.Bodo Möller
2001-03-18Fix PKCS#12 key generation bug.Dr. Stephen Henson
2001-03-16Add copy_extensions option to 'ca' utility.Dr. Stephen Henson
2001-03-15Add 'align' option to nameopt.Dr. Stephen Henson
2001-03-15Forgot "cvs add", so only the surrounding changes made it... sigh.Lutz Jänicke
2001-03-15Document the -certopt option to the x509 utility.Dr. Stephen Henson
2001-03-11Initial docs for PEM routines.Dr. Stephen Henson
2001-03-10Document the change.Richard Levitte
2001-03-09Update docs.Dr. Stephen Henson
2001-03-09Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson
2001-03-08Add newly learned knowledge from yesterday's discussion.Lutz Jänicke
2001-03-08Constify BN_value_one.Bodo Möller
2001-03-05New option '-subj arg' for 'openssl req' and 'openssl ca'. ThisBodo Möller