summaryrefslogtreecommitdiffstats
path: root/apps/ca.c
AgeCommit message (Expand)Author
2004-08-06In ca.c setup engine after autoconfig so any dynamic engines are visible.Dr. Stephen Henson
2004-05-11Pull FIPS back into stable.Ben Laurie
2004-04-22Port the random serial number generation to 0.9.7-stable.Dr. Stephen Henson
2004-04-15Clear error if unique_subject lookup fails.Dr. Stephen Henson
2004-03-08Incorporate crlNumber functionality from 0.9.8 except it is commented outDr. Stephen Henson
2004-03-08Incorporate the following changes from 0.9.8-dev:Richard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-04-03Reset the version number of the issuer certificate? I believe thisRichard Levitte
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2003-01-30cert_sk isn't always allocated, so freeing it may cause a crash.Richard Levitte
2003-01-09Oops, left debugging malloc include file in...Dr. Stephen Henson
2003-01-09NULL tofree when it is freed to avoid double free.Dr. Stephen Henson
2002-12-25Spelling error.Richard Levitte
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-14Remove warnings.Richard Levitte
2002-11-12Many security improvements (CHATS) and a warning fix.Ben Laurie
2002-11-07Windows doesn't know sys/file.hRichard Levitte
2002-10-24On certain platforms, we redefine certain symbols using macros inRichard Levitte
2002-10-23fix warnings, and harmonize indentationBodo Möller
2002-10-11BN_bn2hex() returns "0" instead of "00" for zero. This disrputs theRichard Levitte
2002-10-09Add missing LFRichard Levitte
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte
2002-07-31If the email address is moved from the subject to the subject alternate name,Richard Levitte
2002-07-18Fix bug introduced with revision 1.95 when this filed was modified toBodo Möller
2002-07-18Unixware doesn't have strings.h, so we need to declare strcasecmp()Richard Levitte
2002-05-19Reorganise -subj option code, fix buffer overrun.Dr. Stephen Henson
2002-04-30Fix escaping when using the -subj option of "openssl req", documentLutz Jänicke
2002-03-08Fix the Win32_rename() function so it correctlyDr. Stephen Henson
2002-02-28Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte
2002-02-22Config code updates.Dr. Stephen Henson
2002-02-14Add the configuration target VxWorks.Richard Levitte
2001-11-06Fix email address delete code.Dr. Stephen Henson
2001-10-27Another noemailDN fix.Dr. Stephen Henson
2001-10-27Allow ca to certify requests containing BMPStrings and UTF8Strings.Dr. Stephen Henson
2001-10-27Bugfixes for noemailDN option. Make it use theDr. Stephen Henson
2001-10-25Add '-noemailDN' option to 'openssl ca'. This prevents inclusion ofBodo Möller
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe
2001-08-17Make -passin -passout etc work again.Dr. Stephen Henson
2001-08-17Add CRL utility functions to allow CRLs to beDr. Stephen Henson
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-27Make better use of load_cert, load_certs and load_key.Richard 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-05-22VMS doesn't support more than on period in a file nameRichard Levitte
2001-03-16Add copy_extensions option to 'ca' utility.Dr. Stephen Henson
2001-03-15Overhaul the display of certificate details inDr. Stephen Henson
2001-03-05New option '-subj arg' for 'openssl req' and 'openssl ca'. ThisBodo Möller
2001-02-22Windows does not know of strigs.h or strcasecmp, so when in Windows,Richard Levitte