aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* New error printing function that gives the possibility to print theRichard Levitte2001-06-232-23/+29
* Include the UI error strings.Richard Levitte2001-06-231-0/+1
* For the UI functions that return an int, 0 or any positive number is aRichard Levitte2001-06-231-3/+3
* Fix hwcrhk_insert_card.Dr. Stephen Henson2001-06-231-7/+12
* Fix UI leak in apps.Dr. Stephen Henson2001-06-233-0/+10
* In UI_dup_*() function, use the duped string, not the original.Dr. Stephen Henson2001-06-231-3/+5
* Update my config entry to allow use of DSOs.Dr. Stephen Henson2001-06-231-1/+1
* This fixes "Spurious test failures on IRIX?" reported in April. ApparentlyAndy Polyakov2001-06-221-185/+245
* Fix memory leak when RAND is used: need to cleanupDr. Stephen Henson2001-06-212-3/+5
* Update my status.Richard Levitte2001-06-201-2/+3
* Since there is a way to create UI_METHODs, implement a destructor asRichard Levitte2001-06-203-17/+19
* Modify "openssl engine" to handle and display internal controlRichard Levitte2001-06-201-52/+69
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-1927-186/+158
* Fix memory leaks.Dr. Stephen Henson2001-06-191-6/+9
* cp is only used when DSA is built.Richard Levitte2001-06-191-1/+1
* Do a proof of concept. "openssl genrsa" will make the name of theRichard Levitte2001-06-191-1/+7
* Change the common application routines to use a UI_METHOD for passwordRichard Levitte2001-06-192-36/+139
* - Add the possibility to control engines through control names butRichard Levitte2001-06-195-44/+235
* The default flag should be for default passwords only. Otherwise,Richard Levitte2001-06-191-4/+4
* Enhance the user interface with better support for dialog boxRichard Levitte2001-06-195-95/+269