aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ca.c
Commit message (Expand)AuthorAgeFilesLines
...
* cert_sk isn't always allocated, so freeing it may cause a crash.Richard Levitte2003-01-301-1/+2
* Typo.Dr. Stephen Henson2003-01-091-1/+1
* NULL tofree when it is freed to avoid double free.Dr. Stephen Henson2003-01-091-1/+4
* Spelling error.Richard Levitte2002-12-251-1/+1
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* Remove warnings.Richard Levitte2002-11-141-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-18/+38
* Windows doesn't know sys/file.hRichard Levitte2002-11-071-1/+1
* On certain platforms, we redefine certain symbols using macros inRichard Levitte2002-10-241-1/+2
* fix warnings, and harmonize indentationBodo Möller2002-10-231-20/+24
* BN_bn2hex() returns "0" instead of "00" for zero. This disrputs theRichard Levitte2002-10-111-5/+16
* Add missing LFRichard Levitte2002-10-091-1/+1
* get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller2002-08-121-2/+2
* Make it possible to load keys from stdin, and restore thatRichard Levitte2002-08-011-1/+1
* If the email address is moved from the subject to the subject alternate name,Richard Levitte2002-07-311-4/+3
* Fix bug introduced with revision 1.95 when this filed was modified toBodo Möller2002-07-181-2/+2
* Unixware doesn't have strings.h, so we need to declare strcasecmp()Richard Levitte2002-07-181-1/+5
* Reorganise -subj option code, fix buffer overrun.Dr. Stephen Henson2002-05-191-25/+24
* Fix escaping when using the -subj option of "openssl req", documentLutz Jänicke2002-04-301-35/+94
* Fix the Win32_rename() function so it correctlyDr. Stephen Henson2002-03-081-0/+4
* Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte2002-02-281-0/+8
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* Add the configuration target VxWorks.Richard Levitte2002-02-141-1/+1
* ECDSA supportBodo Möller2002-02-131-0/+15
* Fix email address delete code.Dr. Stephen Henson2001-11-061-1/+1
* Another noemailDN fix.Dr. Stephen Henson2001-10-271-6/+3
* Allow ca to certify requests containing BMPStrings and UTF8Strings.Dr. Stephen Henson2001-10-271-7/+10
* Bugfixes for noemailDN option. Make it use theDr. Stephen Henson2001-10-271-17/+15
* Add '-noemailDN' option to 'openssl ca'. This prevents inclusion ofBodo Möller2001-10-251-38/+98
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-1/+0
* Make -passin -passout etc work again.Dr. Stephen Henson2001-08-171-3/+10
* Add CRL utility functions to allow CRLs to beDr. Stephen Henson2001-08-171-23/+27
* Initial OCSP server support, using index.txt format.Dr. Stephen Henson2001-07-121-88/+123
* Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson2001-06-281-58/+62
* Make better use of load_cert, load_certs and load_key.Richard Levitte2001-06-271-37/+11
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-17/+1
* Extend all the loading functions to take an engine pointer, a passRichard Levitte2001-05-301-25/+3
* VMS doesn't support more than on period in a file nameRichard Levitte2001-05-221-0/+16
* Add copy_extensions option to 'ca' utility.Dr. Stephen Henson2001-03-161-47/+37
* Overhaul the display of certificate details inDr. Stephen Henson2001-03-151-37/+144
* New option '-subj arg' for 'openssl req' and 'openssl ca'. ThisBodo Möller2001-03-051-22/+104
* 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-10/+11
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
* New -set_serial options to 'req' and 'x509'.Dr. Stephen Henson2001-02-191-8/+11
* New options to 'ca' utility to support CRL entry extensions.Dr. Stephen Henson2001-02-161-20/+304
* Fix CRL printing to correctly show when there are no revoked certificates.Dr. Stephen Henson2001-02-101-4/+3
* format stringsUlf Möller2001-02-061-1/+1