summaryrefslogtreecommitdiffstats
path: root/README (unfollow)
Commit message (Expand)AuthorFilesLines
2001-07-05Change info to correct values.Richard Levitte5-15/+15
2001-07-04Align with 0.9.6-stable CHANGES file, and make some corrections.Bodo Möller1-6/+7
2001-07-04Engine memory leaks have been fixed by now.Bodo Möller1-3/+1
2001-07-04Call ENGINE_cleanup() to avoid memory leak.Bodo Möller2-0/+4
2001-07-04Entry for Andy's mips3.s fix.Bodo Möller1-0/+3
2001-07-04Update nCipher header with more liberal licence.Ben Laurie1-68/+78
2001-07-03When only the key is given to "enc", the IV is undefinedLutz Jänicke3-2/+20
2001-07-03Make an extra note about shared libraries and backward compatibility.Richard Levitte1-0/+5
2001-07-02Let's include cryptlib.h *before* things like NO_SYSLOG are tested orRichard Levitte1-2/+1
2001-07-02[Forgotten commits?]Richard Levitte2-2/+9
2001-07-02Fix warning.Ben Laurie1-1/+1
2001-07-02Insuline shotRichard Levitte1-0/+3
2001-07-02Changes to have OpenSSL compile on OS/2.Richard Levitte11-4/+350
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson12-329/+432
2001-06-27Make better use of load_cert, load_certs and load_key.Richard Levitte1-37/+11
2001-06-26Another empty X509_NAME fix.Dr. Stephen Henson1-0/+2
2001-06-26Handle empty X509_NAME in printing routines.Dr. Stephen Henson3-2/+7
2001-06-26DSA verification should insist that r and s are in the allowed range.Bodo Möller2-0/+15
2001-06-25Make better use of load_cert, load_certs and load_key.Richard Levitte3-54/+15
2001-06-25Make get_ip() a bit more strict in it's parsing of IP addresses, andRichard Levitte1-3/+3
2001-06-25Make better use of load_cert, load_certs and load_key.Richard Levitte1-16/+11
2001-06-25Translate into valid C (don't call functions with wrong prototypes).Bodo Möller1-10/+6
2001-06-25Call apps_shutdown() to take down what apps_startup() set up.Richard Levitte1-0/+1
2001-06-24Make sure we don't return 0 on error.Richard Levitte1-0/+5
2001-06-24In {RSA,DSA,DH}_new_method(x) need to increase the referenceDr. Stephen Henson3-24/+42
2001-06-23Use the new UI features, among others the new boolean input.Richard Levitte1-14/+21
2001-06-23Including stdio.h before setting _XOPEN_SOURCE andRichard Levitte1-1/+1
2001-06-23make updateRichard Levitte10-166/+361
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte26-3/+30
2001-06-23apps_startup() needs a corresponding apps_shutdown().Richard Levitte2-8/+13
2001-06-23Make use of new features in UI's. Among others, the applicationRichard Levitte1-27/+14
2001-06-23Oops, applies to 0.9.7 only.Richard Levitte1-1/+1
2001-06-23Document recent changes.Richard Levitte1-0/+4
2001-06-23Do not loop i the OpenSSL UI method any more. Instead, lettheRichard Levitte1-28/+32
2001-06-23make updateRichard Levitte1-0/+7
2001-06-23Implement boolean (yes/no or OK/Cancel, ...) input.Richard Levitte3-53/+398
2001-06-23New error printing function that gives the possibility to print theRichard Levitte2-23/+29
2001-06-23Include the UI error strings.Richard Levitte1-0/+1
2001-06-23For the UI functions that return an int, 0 or any positive number is aRichard Levitte1-3/+3
2001-06-23Fix hwcrhk_insert_card.Dr. Stephen Henson1-7/+12
2001-06-23Fix UI leak in apps.Dr. Stephen Henson3-0/+10
2001-06-23In UI_dup_*() function, use the duped string, not the original.Dr. Stephen Henson1-3/+5
2001-06-23Update my config entry to allow use of DSOs.Dr. Stephen Henson1-1/+1
2001-06-22This fixes "Spurious test failures on IRIX?" reported in April. ApparentlyAndy Polyakov1-185/+245
2001-06-21Fix memory leak when RAND is used: need to cleanupDr. Stephen Henson2-3/+5
2001-06-20Update my status.Richard Levitte1-2/+3
2001-06-20Since there is a way to create UI_METHODs, implement a destructor asRichard Levitte3-17/+19
2001-06-20Modify "openssl engine" to handle and display internal controlRichard Levitte1-52/+69
2001-06-20Change all calls to low level digest routines in the library andDr. Stephen Henson27-186/+158
2001-06-19Fix memory leaks.Dr. Stephen Henson1-6/+9