aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix PRNG.Bodo Möller2001-07-104-33/+68
* 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
* If I define _XOPEN_SOURCE before including *any* system header file,Richard Levitte2001-07-091-1/+1
* Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte2001-07-0914-173/+1641
* A better compromise between encrypt and decrypt (but why isn't it as fastBen Laurie2001-07-093-48/+39
* 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-082-2/+28
* Don't update argc, argv for decrypt flag!Ben Laurie2001-07-081-4/+0
* Speed test decrypt EVP operations.Ben Laurie2001-07-081-4/+22
* 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
* Align with 0.9.6-stable CHANGES file, and make some corrections.Bodo Möller2001-07-041-6/+7
* Engine memory leaks have been fixed by now.Bodo Möller2001-07-041-3/+1
* Call ENGINE_cleanup() to avoid memory leak.Bodo Möller2001-07-042-0/+4
* Entry for Andy's mips3.s fix.Bodo Möller2001-07-041-0/+3
* Update nCipher header with more liberal licence.Ben Laurie2001-07-041-68/+78
* When only the key is given to "enc", the IV is undefinedLutz Jänicke2001-07-033-2/+20
* Make an extra note about shared libraries and backward compatibility.Richard Levitte2001-07-031-0/+5
* Let's include cryptlib.h *before* things like NO_SYSLOG are tested orRichard Levitte2001-07-021-2/+1
* [Forgotten commits?]Richard Levitte2001-07-022-2/+9
* Fix warning.Ben Laurie2001-07-021-1/+1
* Insuline shotRichard Levitte2001-07-011-0/+3
* Changes to have OpenSSL compile on OS/2.Richard Levitte2001-07-0111-4/+350
* Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson2001-06-2812-329/+432
* Make better use of load_cert, load_certs and load_key.Richard Levitte2001-06-271-37/+11
* Another empty X509_NAME fix.Dr. Stephen Henson2001-06-261-0/+2
* Handle empty X509_NAME in printing routines.Dr. Stephen Henson2001-06-263-2/+7
* DSA verification should insist that r and s are in the allowed range.Bodo Möller2001-06-262-0/+15
* Make better use of load_cert, load_certs and load_key.Richard Levitte2001-06-253-54/+15
* Make get_ip() a bit more strict in it's parsing of IP addresses, andRichard Levitte2001-06-251-3/+3
* Make better use of load_cert, load_certs and load_key.Richard Levitte2001-06-251-16/+11
* Translate into valid C (don't call functions with wrong prototypes).Bodo Möller2001-06-251-10/+6
* Call apps_shutdown() to take down what apps_startup() set up.Richard Levitte2001-06-251-0/+1
* Make sure we don't return 0 on error.Richard Levitte2001-06-241-0/+5
* In {RSA,DSA,DH}_new_method(x) need to increase the referenceDr. Stephen Henson2001-06-233-24/+42
* Use the new UI features, among others the new boolean input.Richard Levitte2001-06-231-14/+21
* Including stdio.h before setting _XOPEN_SOURCE andRichard Levitte2001-06-231-1/+1
* make updateRichard Levitte2001-06-2310-166/+361
* Use apps_shutdown() in all applications, in case someone decides notRichard Levitte2001-06-2326-3/+30
* apps_startup() needs a corresponding apps_shutdown().Richard Levitte2001-06-232-8/+13
* Make use of new features in UI's. Among others, the applicationRichard Levitte2001-06-231-27/+14
* Oops, applies to 0.9.7 only.Richard Levitte2001-06-231-1/+1
* Document recent changes.Richard Levitte2001-06-231-0/+4
* Do not loop i the OpenSSL UI method any more. Instead, lettheRichard Levitte2001-06-231-28/+32
* make updateRichard Levitte2001-06-231-0/+7
* Implement boolean (yes/no or OK/Cancel, ...) input.Richard Levitte2001-06-233-53/+398