aboutsummaryrefslogtreecommitdiffstats
path: root/apps/apps.h
Commit message (Expand)AuthorAgeFilesLines
* Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson2005-04-191-1/+1
* const fixesNils Larsch2005-04-151-1/+1
* some const fixesNils Larsch2005-04-051-4/+4
* Reformat smime utility.Dr. Stephen Henson2004-09-071-1/+3
* New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson2004-09-061-0/+1
* Remove some unnecessary recursive includes from the internal apps.h header,Geoff Thorpe2004-05-171-2/+0
* Reduce chances of issuer and serial number duplication by use of randomDr. Stephen Henson2004-04-201-0/+3
* Move another common functionality (reproduced so far with cut'n'paste)Richard Levitte2003-11-281-0/+1
* Forgot to change the declaration of do_subject() to one of parse_name()...Richard Levitte2003-11-281-1/+1
* Allow multi-valued rdns in subjects. This adds the -multivalue-rdn optionRichard Levitte2003-11-281-1/+1
* Netware-specific changes,Richard Levitte2003-11-281-0/+2
* Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte2003-09-091-6/+0
* Convert save_serial() to work like save_index(), and add aRichard Levitte2003-04-041-1/+2
* Make it possible to have multiple active certificates with the sameRichard Levitte2003-04-031-1/+31
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-19/+50
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+1
* VMS below version 7 doesn't have strcasecmp, so let's roll our own on VMS.Richard Levitte2002-10-101-0/+6
* Make sure that the 'config' variable is correctly defined and declaredRichard Levitte2002-10-091-0/+2
* Make it possible to load keys from stdin, and restore thatRichard Levitte2002-08-011-2/+2
* Add missing prototypes.Lutz Jänicke2002-06-131-6/+2
* Reorganise -subj option code, fix buffer overrun.Dr. Stephen Henson2002-05-191-0/+2
* ENGINE module additions.Dr. Stephen Henson2002-03-061-4/+4
* non-Monolith fixes.Dr. Stephen Henson2002-02-221-0/+1
* Config code updates.Dr. Stephen Henson2002-02-221-1/+4
* Apply the following changes by Toomas Kiisk <vix@cyber.ee>:Richard Levitte2002-01-251-0/+2
* New functions SSL[_CTX]_set_msg_callback().Bodo Möller2001-10-201-0/+53
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-1/+1
* ENGINE_register_all_complete() will register all implementations of allGeoff Thorpe2001-09-281-5/+3
* Make necessary tweaks to apps/ files due to recent ENGINE surgery. SeeGeoff Thorpe2001-09-251-8/+8
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-1/+1
* Put all "common" initialisation in the apps_startup() and apps_shutdown()Geoff Thorpe2001-09-101-1/+6
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-1/+1
* Initial OCSP server support, using index.txt format.Dr. Stephen Henson2001-07-121-0/+6
* Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson2001-06-281-2/+2
* apps_startup() needs a corresponding apps_shutdown().Richard Levitte2001-06-231-7/+11
* Fix UI leak in apps.Dr. Stephen Henson2001-06-231-0/+1
* Change the common application routines to use a UI_METHOD for passwordRichard Levitte2001-06-191-3/+7
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-0/+1
* Extend all the loading functions to take an engine pointer, a passRichard Levitte2001-05-301-4/+18
* Add copy_extensions option to 'ca' utility.Dr. Stephen Henson2001-03-161-0/+6
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-3/+4
* Use OpenSSL_add_all_algorithms instead of the backwards compatibilityBodo Möller2001-01-231-3/+3
* Initial OCSP certificate verify. Not complete,Dr. Stephen Henson2001-01-171-0/+1
* Make all engines available in the openssl application.Richard Levitte2000-11-061-3/+5
* Add the possibility to use keys handled by engines in moreRichard Levitte2000-10-281-2/+3
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-0/+1
* More code for X509_print_ex() support.Dr. Stephen Henson2000-10-061-0/+1
* Move up inclusion of conf.h, so non-MONOLITH programs can benefit fromRichard Levitte2000-09-151-1/+1
* Add 'rsautl' low level RSA utility.Dr. Stephen Henson2000-09-031-0/+1