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