aboutsummaryrefslogtreecommitdiff
path: root/apps/ca.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-25Spelling error.Richard Levitte1-1/+1
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte1-1/+1
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-1/+1
2002-11-14Remove warnings.Richard Levitte1-1/+1
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-18/+38
2002-11-07Windows doesn't know sys/file.hRichard Levitte1-1/+1
2002-10-24On certain platforms, we redefine certain symbols using macros inRichard Levitte1-1/+2
2002-10-23fix warnings, and harmonize indentationBodo Möller1-20/+24
2002-10-11BN_bn2hex() returns "0" instead of "00" for zero. This disrputs theRichard Levitte1-5/+16
2002-10-09Add missing LFRichard Levitte1-1/+1
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller1-2/+2
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte1-1/+1
2002-07-31If the email address is moved from the subject to the subject alternate name,Richard Levitte1-4/+3
2002-07-18Fix bug introduced with revision 1.95 when this filed was modified toBodo Möller1-2/+2
2002-07-18Unixware doesn't have strings.h, so we need to declare strcasecmp()Richard Levitte1-1/+5
2002-05-19Reorganise -subj option code, fix buffer overrun.Dr. Stephen Henson1-25/+24
2002-04-30Fix escaping when using the -subj option of "openssl req", documentLutz Jänicke1-35/+94
2002-03-08Fix the Win32_rename() function so it correctlyDr. Stephen Henson1-0/+4
2002-02-28Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte1-0/+8
2002-02-22Config code updates.Dr. Stephen Henson1-0/+3
2002-02-14Add the configuration target VxWorks.Richard Levitte1-1/+1
2002-02-13ECDSA supportBodo Möller1-0/+15
2001-11-06Fix email address delete code.Dr. Stephen Henson1-1/+1
2001-10-27Another noemailDN fix.Dr. Stephen Henson1-6/+3
2001-10-27Allow ca to certify requests containing BMPStrings and UTF8Strings.Dr. Stephen Henson1-7/+10
2001-10-27Bugfixes for noemailDN option. Make it use theDr. Stephen Henson1-17/+15
2001-10-25Add '-noemailDN' option to 'openssl ca'. This prevents inclusion ofBodo Möller1-38/+98
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe1-1/+0
2001-08-17Make -passin -passout etc work again.Dr. Stephen Henson1-3/+10
2001-08-17Add CRL utility functions to allow CRLs to beDr. Stephen Henson1-23/+27
2001-07-12Initial OCSP server support, using index.txt format.Dr. Stephen Henson1-88/+123
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson1-58/+62
2001-06-27Make better use of load_cert, load_certs and load_key.Richard Levitte1-37/+11
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte1-17/+1
2001-05-30Extend all the loading functions to take an engine pointer, a passRichard Levitte1-25/+3
2001-05-22VMS doesn't support more than on period in a file nameRichard Levitte1-0/+16
2001-03-16Add copy_extensions option to 'ca' utility.Dr. Stephen Henson1-47/+37
2001-03-15Overhaul the display of certificate details inDr. Stephen Henson1-37/+144
2001-03-05New option '-subj arg' for 'openssl req' and 'openssl ca'. ThisBodo Möller1-22/+104
2001-02-22Windows does not know of strigs.h or strcasecmp, so when in Windows,Richard Levitte1-1/+6
2001-02-20Some functions, like strdup() and strcasecmp(), are defined inRichard Levitte1-0/+1
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-10/+11
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-2/+2
2001-02-19New -set_serial options to 'req' and 'x509'.Dr. Stephen Henson1-8/+11
2001-02-16New options to 'ca' utility to support CRL entry extensions.Dr. Stephen Henson1-20/+304
2001-02-10Fix CRL printing to correctly show when there are no revoked certificates.Dr. Stephen Henson1-4/+3
2001-02-06format stringsUlf Möller1-1/+1
2001-01-18Don't shadow.Dr. Stephen Henson1-1/+0
2001-01-15New '-extfile' option for 'openssl ca'.Bodo Möller1-19/+96
2001-01-14Fix warning in apps/ca.cDr. Stephen Henson1-2/+2