summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2001-07-12Document the recent Kerberos SSL changes.Richard Levitte
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-11make updateRichard Levitte
2001-07-11Include kssl_lcl.h where needed.Richard Levitte
2001-07-11Private functions do not belong in an exported header file, so moveRichard Levitte
2001-07-11Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>Richard Levitte
2001-07-11openssl speed is quite useful for testing hardware support (among otherGeoff Thorpe
2001-07-11Code to avoid the use of non-standard strptime(). ByRichard Levitte
2001-07-11Typo...Lutz Jänicke
2001-07-11Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>Richard Levitte
2001-07-11What is an '-engine' version?Lutz Jänicke
2001-07-11The implementation of the TKTBODY ASN.1 functions was missing.Richard Levitte
2001-07-11make updateRichard Levitte
2001-07-11Make sure crypto/krb5/krb5_asn.h is copied to the directory ofRichard Levitte
2001-07-11Make sure crypto/krb5/krb5_asn.h becomes part of libeay.num.Richard Levitte
2001-07-11Clarify! (based on recent mailing-list discussions)Lutz Jänicke
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-09If I define _XOPEN_SOURCE before including *any* system header file,Richard Levitte
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-08Don't update argc, argv for decrypt flag!Ben Laurie
2001-07-08Speed test decrypt EVP operations.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-04Align with 0.9.6-stable CHANGES file, and make some corrections.Bodo Möller
2001-07-04Engine memory leaks have been fixed by now.Bodo Möller
2001-07-04Call ENGINE_cleanup() to avoid memory leak.Bodo Möller
2001-07-04Entry for Andy's mips3.s fix.Bodo Möller
2001-07-04Update nCipher header with more liberal licence.Ben Laurie
2001-07-03When only the key is given to "enc", the IV is undefinedLutz Jänicke
2001-07-03Make an extra note about shared libraries and backward compatibility.Richard Levitte
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-02Fix warning.Ben Laurie
2001-07-01Insuline shotRichard Levitte
2001-07-01Changes to have OpenSSL compile on OS/2.Richard Levitte
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson