aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* Add CRL utility functions to allow CRLs to beDr. Stephen Henson2001-08-173-2/+180
* Bugfixes provided by "Stephen Hinton" <shinton@netopia.com>.Lutz Jänicke2001-08-162-2/+3
* 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-127-22/+28
* 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-101-8/+8
* 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-0534-692/+788
* 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-0313-144/+107
* 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
* make updateRichard Levitte2001-07-3142-365/+405
* Remove old unused stuff.Ben Laurie2001-07-311-4/+0
* Vade retro C++ comments!Richard Levitte2001-07-312-6/+10
* Remove //.Ben Laurie2001-07-311-2/+2
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-3091-3022/+1972
* Make EVPs allocate context memory, thus making them extensible. RationaliseBen Laurie2001-07-3025-188/+216
* Enhanced support for IA-64 Linux and HP-UX (as well as better support forAndy Polyakov2001-07-301-0/+12
* Support for Intel and HP-UXi assemblers.Andy Polyakov2001-07-301-456/+465
* ANSIfication.Ben Laurie2001-07-301-1/+2
* Don't miss files...Lutz Jänicke2001-07-301-0/+6
* Fix inconsistent behaviour with respect to verify_callback handling.Lutz Jänicke2001-07-301-0/+2
* length of secret exponent is needed only when we create oneBodo Möller2001-07-271-2/+1
* Undo DH_generate_key() change: s3_srvr.c was using it correctlyBodo Möller2001-07-271-1/+6
* Another uninitialized static that may lead to problems on Solaris under someLutz Jänicke2001-07-271-1/+1
* Addapt VMS script to the latest changes in the makefiles.Richard Levitte2001-07-271-3/+4
* Make sure *outl is always initialized in EVP_EncryptUpdate().Dr. Stephen Henson2001-07-271-0/+2
* More linker bloat reorganisation:Dr. Stephen Henson2001-07-2724-318/+612
* First of several reorganisations toDr. Stephen Henson2001-07-269-53/+313
* Fix problem occuring when used from OpenSSH on Solaris 8.Lutz Jänicke2001-07-261-1/+1
* DH key generation should not use a do ... while loop,Bodo Möller2001-07-251-7/+3
* Don't preserve existing keys in DH_generate_key.Bodo Möller2001-07-251-6/+10
* md_rand.c thread safetyBodo Möller2001-07-253-16/+37
* always reject data >= nBodo Möller2001-07-253-5/+35
* avoid warningsBodo Möller2001-07-241-2/+4
* Avoid race condition.Bodo Möller2001-07-241-4/+2
* Tidy up "cvs update" output a bit.Geoff Thorpe2001-07-222-0/+4
* Not all platforms have the OpenBSD crypto device.Richard Levitte2001-07-211-0/+4
* Clean up EVP macros, rename DES EDE3 modes correctly, temporary support forBen Laurie2001-07-2110-20/+274
* Currently, RSA code, when using no padding scheme, simply checks that inputGeoff Thorpe2001-07-201-3/+12
* Delete extra ;Dr. Stephen Henson2001-07-111-1/+1
* In ocsp_match_issuerid() we are passed the CA that signed the responderDr. Stephen Henson2001-07-111-1/+1
* The implementation of the TKTBODY ASN.1 functions was missing.Richard Levitte2001-07-111-0/+3
* One forgotten function.Richard Levitte2001-07-111-0/+8