aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* One more function documented.Lutz Jänicke2001-08-173-0/+28
* SSL_shutdown() has even more properties...Lutz Jänicke2001-08-174-0/+72
* One more step on the way for complete documentation...Lutz Jänicke2001-08-172-0/+78
* Unidirectional shutdown is allowed according to the RFC.Lutz Jänicke2001-08-171-6/+18
* Make sure evil file name characters, like spaces or ampersands (!),Richard Levitte2001-08-171-2/+2
* Make -passin -passout etc work again.Dr. Stephen Henson2001-08-172-3/+19
* Add CRL utility functions to allow CRLs to beDr. Stephen Henson2001-08-175-25/+214
* Bugfixes provided by "Stephen Hinton" <shinton@netopia.com>.Lutz Jänicke2001-08-163-2/+7
* Better description of the behaviour of SSL_shutdown() as it is now, brokenLutz Jänicke2001-08-161-7/+38
* gcc 3.0 tells me that -m486 is deprecated. The gcc 2.95 manual tellsRichard Levitte2001-08-131-19/+19
* The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-121-4/+4
* The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-129-32/+40
* Move CIPHER_CTX cleanups to _Final routines instead of _Init, which avoidsBen Laurie2001-08-111-6/+11
* Apply the Tru64 patch from Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>Richard Levitte2001-08-106-20/+92
* add missing linkBodo Möller2001-08-081-0/+4
* Bugfix: larger message size in ssl3_get_key_exchange() becauseBodo Möller2001-08-072-1/+13
* Fix typos (shinagawa@star.zko.dec.com)Lutz Jänicke2001-08-071-2/+2
* More typedef'd struct names as search targetsBodo Möller2001-08-062-4/+4
* Reinsert typedef'ed names for structs to help those trying to read theBodo Möller2001-08-063-7/+7
* Start to reduce some of the header bloat.Ben Laurie2001-08-0537-901/+1033
* Fix memory leak.Ben Laurie2001-08-051-2/+2
* Parameter correction for CIOFSESSION.Ben Laurie2001-08-041-1/+3
* Remove extra whitespace. Sorry.Ben Laurie2001-08-031-1/+1
* Reinstate accidentally deleted code.Ben Laurie2001-08-031-1/+3
* Get rid of the stuff we, err, got rid of.Ben Laurie2001-08-031-137/+0
* Header bloat reduction for EVP_PKEY.Ben Laurie2001-08-0314-175/+124
* This ghastly hack prevents CVS wars over Kerberos (which is disabled by defau...Ben Laurie2001-08-033-2/+10
* Oops, one SSL_OP_NON_EXPORT_FIRST was left.Lutz Jänicke2001-08-031-1/+0
* Make /dev/crypto work with new EVP structures.Ben Laurie2001-08-031-19/+18
* Make sure memcpy() gets properly declared by including string.h.Richard Levitte2001-08-031-0/+1
* remove a commaBodo Möller2001-08-031-1/+1
* Don't disable rollback attack detection as a recommended bug workaround.Lutz Jänicke2001-08-033-14/+28
* Mention removed option.Lutz Jänicke2001-08-011-0/+1
* Remove SSL_OP_NON_EXPORT_FIRST:Lutz Jänicke2001-08-012-69/+1
* make updateRichard Levitte2001-07-3142-365/+405
* Make sure the source file is included among the dependencies. This isRichard Levitte2001-07-311-0/+7
* Reworked manual pages with a lot of input from Bodo Moeller.Lutz Jänicke2001-07-313-71/+121
* Document DES changes better.Ben Laurie2001-07-312-34/+37
* Remove old unused stuff.Ben Laurie2001-07-311-4/+0
* Indent.Lutz Jänicke2001-07-311-1/+1
* Vade retro C++ comments!Richard Levitte2001-07-312-6/+10
* Make as sure as possible that gethostname() will be properly declared.Richard Levitte2001-07-311-0/+8
* Correct most of the unsigned vs. signed warnings (or int vs. size_t),Richard Levitte2001-07-311-12/+13
* Whoops, my fault, a backslash got converted to a slash...Richard Levitte2001-07-311-1/+1
* More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu>Richard Levitte2001-07-317-7/+83
* Remove //.Ben Laurie2001-07-311-2/+2
* make updateRichard Levitte2001-07-315-554/+604
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-30107-4616/+2990
* Make EVPs allocate context memory, thus making them extensible. RationaliseBen Laurie2001-07-3025-188/+216
* Only set the verify callback if there's one to set!Ben Laurie2001-07-301-1/+2