summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-30Make EVPs allocate context memory, thus making them extensible. RationaliseBen Laurie
2001-07-30Enhanced support for IA-64 Linux and HP-UX (as well as better support forAndy Polyakov
2001-07-30Support for Intel and HP-UXi assemblers.Andy Polyakov
2001-07-30ANSIfication.Ben Laurie
2001-07-30Don't miss files...Lutz Jänicke
2001-07-30Fix inconsistent behaviour with respect to verify_callback handling.Lutz Jänicke
2001-07-27length of secret exponent is needed only when we create oneBodo Möller
2001-07-27Undo DH_generate_key() change: s3_srvr.c was using it correctlyBodo Möller
2001-07-27Another uninitialized static that may lead to problems on Solaris under someLutz Jänicke
2001-07-27Addapt VMS script to the latest changes in the makefiles.Richard Levitte
2001-07-27Make sure *outl is always initialized in EVP_EncryptUpdate().Dr. Stephen Henson
2001-07-27More linker bloat reorganisation:Dr. Stephen Henson
2001-07-26First of several reorganisations toDr. Stephen Henson
2001-07-26Fix problem occuring when used from OpenSSH on Solaris 8.Lutz Jänicke
2001-07-25DH key generation should not use a do ... while loop,Bodo Möller
2001-07-25Don't preserve existing keys in DH_generate_key.Bodo Möller
2001-07-25md_rand.c thread safetyBodo Möller
2001-07-25always reject data >= nBodo Möller
2001-07-24avoid warningsBodo Möller
2001-07-24Avoid race condition.Bodo Möller
2001-07-22Tidy up "cvs update" output a bit.Geoff Thorpe
2001-07-21Not all platforms have the OpenBSD crypto device.Richard Levitte
2001-07-21Clean up EVP macros, rename DES EDE3 modes correctly, temporary support forBen Laurie
2001-07-20Currently, RSA code, when using no padding scheme, simply checks that inputGeoff Thorpe
2001-07-11Delete extra ;Dr. Stephen Henson
2001-07-11In ocsp_match_issuerid() we are passed the CA that signed the responderDr. Stephen Henson
2001-07-11The implementation of the TKTBODY ASN.1 functions was missing.Richard Levitte
2001-07-11One forgotten function.Richard Levitte
2001-07-10make updateRichard Levitte
2001-07-10EVP_Digest() takes one more parameter.Richard Levitte
2001-07-10For consistency with the terminology used in my SAC2001 paper, avoidBodo Möller
2001-07-10comment changeBodo Möller
2001-07-10Fix PRNG.Bodo Möller
2001-07-10In version numbers, there is just one "M" nybble.Bodo Möller
2001-07-10Precomputation will not necessarily be LIm-Lee precomputation.Bodo Möller
2001-07-09Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte
2001-07-09A better compromise between encrypt and decrypt (but why isn't it as fastBen Laurie
2001-07-08Handle the common case first (where input size is a multiple of block size).Ben Laurie
2001-07-08Use & instead of % - worth about 4% for 8 byte blocks.Ben Laurie
2001-07-08Correct const-ness.Ben Laurie
2001-07-06Remove unnecessary casts.Ben Laurie
2001-07-06Constification.Ben Laurie
2001-07-05Use one address consistently.Richard Levitte
2001-07-05Change info to correct values.Richard Levitte
2001-07-04Call ENGINE_cleanup() to avoid memory leak.Bodo Möller
2001-07-04Update nCipher header with more liberal licence.Ben Laurie
2001-07-02Let's include cryptlib.h *before* things like NO_SYSLOG are tested orRichard Levitte
2001-07-02[Forgotten commits?]Richard Levitte
2001-07-01Changes to have OpenSSL compile on OS/2.Richard Levitte