aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* make updateRichard Levitte2001-07-102-0/+180
* EVP_Digest() takes one more parameter.Richard Levitte2001-07-101-4/+4
* For consistency with the terminology used in my SAC2001 paper, avoidBodo Möller2001-07-101-5/+5
* comment changeBodo Möller2001-07-101-3/+3
* Fix PRNG.Bodo Möller2001-07-101-21/+29
* In version numbers, there is just one "M" nybble.Bodo Möller2001-07-101-1/+1
* Precomputation will not necessarily be LIm-Lee precomputation.Bodo Möller2001-07-102-2/+2
* Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte2001-07-095-0/+514
* A better compromise between encrypt and decrypt (but why isn't it as fastBen Laurie2001-07-092-46/+37
* Handle the common case first (where input size is a multiple of block size).Ben Laurie2001-07-081-2/+18
* Use & instead of % - worth about 4% for 8 byte blocks.Ben Laurie2001-07-081-2/+10
* Correct const-ness.Ben Laurie2001-07-083-12/+12
* Remove unnecessary casts.Ben Laurie2001-07-061-1/+1
* Constification.Ben Laurie2001-07-061-1/+1
* Use one address consistently.Richard Levitte2001-07-053-3/+3
* Change info to correct values.Richard Levitte2001-07-055-15/+15
* Call ENGINE_cleanup() to avoid memory leak.Bodo Möller2001-07-041-0/+2
* Update nCipher header with more liberal licence.Ben Laurie2001-07-041-68/+78
* Let's include cryptlib.h *before* things like NO_SYSLOG are tested orRichard Levitte2001-07-021-2/+1
* [Forgotten commits?]Richard Levitte2001-07-021-2/+2
* Changes to have OpenSSL compile on OS/2.Richard Levitte2001-07-015-3/+155
* Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson2001-06-284-183/+264