aboutsummaryrefslogtreecommitdiffstats
path: root/apps/apps.c
Commit message (Expand)AuthorAgeFilesLines
* PR: 940Dr. Stephen Henson2004-11-141-1/+1
* Reformat smime utility.Dr. Stephen Henson2004-09-071-3/+76
* New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson2004-09-061-0/+65
* Remove some unnecessary recursive includes from the internal apps.h header,Geoff Thorpe2004-05-171-0/+1
* Reduce chances of issuer and serial number duplication by use of randomDr. Stephen Henson2004-04-201-4/+28
* header cleanup in apps/Geoff Thorpe2004-04-191-0/+1
* Move the definition of Win32_rename(), since the macro rename gets undefinedRichard Levitte2004-03-251-38/+38
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-4/+6
* Move another common functionality (reproduced so far with cut'n'paste)Richard Levitte2003-11-281-16/+30
* Move do_subject() to apps.c and rename it to parse_name(). TheRichard Levitte2003-11-281-0/+137
* Netware-specific changes,Richard Levitte2003-11-281-1/+12
* Catch error condition to prevent NULL pointer dereference.Lutz Jänicke2003-11-161-2/+2
* Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte2003-09-091-26/+0
* Convert save_serial() to work like save_index(), and add aRichard Levitte2003-04-041-3/+98
* One more debug line to conditionalise.Richard Levitte2003-04-031-0/+2
* Don't try to free NULL values...Richard Levitte2003-04-031-2/+5
* Conditionalise all debug strings.Richard Levitte2003-04-031-0/+12
* Make it possible to have multiple active certificates with the sameRichard Levitte2003-04-031-0/+442
* more mingw related cleanups.Ulf Möller2003-02-221-4/+0
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+8
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-3/+3
* WinCE patchesRichard Levitte2002-11-151-0/+25
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-10/+29
* Make sure toupper() is declaredRichard Levitte2002-10-251-0/+1
* On certain platforms, we redefine certain symbols using macros inRichard Levitte2002-10-241-3/+4
* VMS below version 7 doesn't have strcasecmp, so let's roll our own on VMS.Richard Levitte2002-10-101-0/+16
* Make -nameopt work in req and add support for -reqoptDr. Stephen Henson2002-08-221-0/+1
* Make it possible to load keys from stdin, and restore thatRichard Levitte2002-08-011-12/+26
* Allow subjects with more than 255 characters to be properly printed.Richard Levitte2002-07-181-3/+4
* Unixware doesn't have strings.h, so we need to declare strcasecmp()Richard Levitte2002-07-181-1/+5
* load_netscape_key is static.Lutz Jänicke2002-06-181-1/+1
* Add missing prototypes.Lutz Jänicke2002-06-131-3/+3
* There is a chance that the input string is larger than size, and on VMS,Richard Levitte2002-05-291-3/+10
* Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller2002-03-141-4/+4
* Fix the Win32_rename() function so it correctlyDr. Stephen Henson2002-03-081-10/+7
* Config code updates.Dr. Stephen Henson2002-02-221-0/+18
* Apply the following changes by Toomas Kiisk <vix@cyber.ee>:Richard Levitte2002-01-251-0/+61
* In this particular error condition, the structural reference wasn't beingGeoff Thorpe2001-11-221-0/+1
* If an engine isn't built in, try loading it as a shareable libraryRichard Levitte2001-11-151-2/+21
* New functions SSL[_CTX]_set_msg_callback().Bodo Möller2001-10-201-0/+53
* ENGINE_register_all_complete() will register all implementations of allGeoff Thorpe2001-09-281-0/+6
* Make necessary tweaks to apps/ files due to recent ENGINE surgery. SeeGeoff Thorpe2001-09-251-2/+0
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-0/+1
* Add first cut symmetric crypto support.Ben Laurie2001-08-181-0/+4
* Make -passin -passout etc work again.Dr. Stephen Henson2001-08-171-0/+9
* 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