summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
AgeCommit message (Expand)Author
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-10-10VMS below version 7 doesn't have strcasecmp, so let's roll our own on VMS.Richard Levitte
2002-10-09Make sure that the 'config' variable is correctly defined and declaredRichard Levitte
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte
2002-06-13Add missing prototypes.Lutz Jänicke
2002-05-19Reorganise -subj option code, fix buffer overrun.Dr. Stephen Henson
2002-03-06ENGINE module additions.Dr. Stephen Henson
2002-02-22non-Monolith fixes.Dr. Stephen Henson
2002-02-22Config code updates.Dr. Stephen Henson
2002-01-25Apply the following changes by Toomas Kiisk <vix@cyber.ee>:Richard Levitte
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte
2001-09-28ENGINE_register_all_complete() will register all implementations of allGeoff Thorpe
2001-09-25Make necessary tweaks to apps/ files due to recent ENGINE surgery. SeeGeoff Thorpe
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe
2001-09-10Put all "common" initialisation in the apps_startup() and apps_shutdown()Geoff Thorpe
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-07-12Initial OCSP server support, using index.txt format.Dr. Stephen Henson
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson
2001-06-23apps_startup() needs a corresponding apps_shutdown().Richard Levitte
2001-06-23Fix UI leak in apps.Dr. Stephen Henson
2001-06-19Change the common application routines to use a UI_METHOD for passwordRichard Levitte
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte
2001-05-30Extend all the loading functions to take an engine pointer, a passRichard Levitte
2001-03-16Add copy_extensions option to 'ca' utility.Dr. Stephen Henson
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-01-23Use OpenSSL_add_all_algorithms instead of the backwards compatibilityBodo Möller
2001-01-17Initial OCSP certificate verify. Not complete,Dr. Stephen Henson
2000-11-06Make all engines available in the openssl application.Richard Levitte
2000-10-28Add the possibility to use keys handled by engines in moreRichard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-10-06More code for X509_print_ex() support.Dr. Stephen Henson
2000-09-15Move up inclusion of conf.h, so non-MONOLITH programs can benefit fromRichard Levitte
2000-09-03Add 'rsautl' low level RSA utility.Dr. Stephen Henson
2000-07-28New ASN1_STRING_print_ex() and X509_NAME_print_ex()Dr. Stephen Henson
2000-07-10Fix some typose in the i2d/d2i functions thatDr. Stephen Henson
2000-06-22Move add_oid_section to apps.c, so it can be shared by severalRichard Levitte
2000-06-22Move the certificate and key loading functions to apps.c, so they canRichard Levitte
2000-02-16Pass phrase reorganisation.Dr. Stephen Henson
2000-02-05Correction: openssl.c must get the long version of the apps_startup()Bodo Möller
2000-02-05Cosmetic changes.Bodo Möller
1999-12-24Allow passwords to be included on command line for a fewDr. Stephen Henson
1999-11-12Merge some common functionality in the apps, deleteDr. Stephen Henson
1999-11-11Add password command line options to some utils. Fix and update manDr. Stephen Henson
1999-11-11Fix a couple of outstanding issues: update STATUS file, fix NO_FP_API problems.Dr. Stephen Henson
1999-10-26Various randomness handling bugfixes and improvements --Bodo Möller
1999-06-07Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller