aboutsummaryrefslogtreecommitdiffstats
path: root/apps/apps.c
Commit message (Expand)AuthorAgeFilesLines
* Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson2001-06-281-3/+3
* Make use of new features in UI's. Among others, the applicationRichard Levitte2001-06-231-27/+14
* Fix UI leak in apps.Dr. Stephen Henson2001-06-231-0/+8
* Change the common application routines to use a UI_METHOD for passwordRichard Levitte2001-06-191-33/+132
* One feature wasn't quite commited yetRichard Levitte2001-06-181-0/+2
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-0/+29
* Extend all the loading functions to take an engine pointer, a passRichard Levitte2001-05-301-20/+101
* Add copy_extensions option to 'ca' utility.Dr. Stephen Henson2001-03-161-0/+56
* Add 'align' option to nameopt.Dr. Stephen Henson2001-03-151-0/+1
* Overhaul the display of certificate details inDr. Stephen Henson2001-03-151-2/+25
* Document the -certopt option to the x509 utility.Dr. Stephen Henson2001-03-151-0/+1
* Windows does not know of strigs.h or strcasecmp, so when in Windows,Richard Levitte2001-02-221-1/+6
* Some functions, like strdup() and strcasecmp(), are defined inRichard Levitte2001-02-201-0/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-5/+5
* disable stdin buffering in load_certBodo Möller2001-02-101-0/+3
* use case-insensitive comparison in set_table_optsBodo Möller2001-02-101-1/+1
* Initial OCSP certificate verify. Not complete,Dr. Stephen Henson2001-01-171-0/+29
* If CONF_get_string returns NULL and we want to tolerate thisBodo Möller2000-12-151-1/+5
* Add the possibility to use keys handled by engines in moreRichard Levitte2000-10-281-2/+18
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-0/+2
* More code for X509_print_ex() support.Dr. Stephen Henson2000-10-061-8/+49
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-1/+1
* Add 'rsautl' low level RSA utility.Dr. Stephen Henson2000-09-031-0/+41
* Document the new DN printing options.Dr. Stephen Henson2000-07-301-2/+2
* New ASN1_STRING_print_ex() and X509_NAME_print_ex()Dr. Stephen Henson2000-07-281-0/+80
* Fix some typose in the i2d/d2i functions thatDr. Stephen Henson2000-07-101-0/+2
* Move add_oid_section to apps.c, so it can be shared by severalRichard Levitte2000-06-221-16/+38
* Move the certificate and key loading functions to apps.c, so they canRichard Levitte2000-06-221-0/+215
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-6/+6
* Pass phrase reorganisation.Dr. Stephen Henson2000-02-161-0/+76
* Allow passwords to be included on command line for a fewDr. Stephen Henson1999-12-241-11/+0
* Merge some common functionality in the apps, deleteDr. Stephen Henson1999-11-121-0/+14
* Add password command line options to some utils. Fix and update manDr. Stephen Henson1999-11-111-1/+1
* Fix a couple of outstanding issues: update STATUS file, fix NO_FP_API problems.Dr. Stephen Henson1999-11-111-0/+11
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-071-2/+2
* VMS support.Ulf Möller1999-05-131-0/+22
* Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for aDr. Stephen Henson1999-05-081-0/+6
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-5/+0
* Change functions to ANSI C.Ulf Möller1999-04-191-24/+7
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-8/+3
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+325