summaryrefslogtreecommitdiffstats
path: root/apps/ca.c
AgeCommit message (Expand)Author
2010-03-14free up sigopts STACKDr. Stephen Henson
2010-03-14clear bogus errors in ca utilityDr. Stephen Henson
2010-03-14add -sigopt option to ca utilityDr. Stephen Henson
2009-12-02Replace the broken SPKAC certification with the correct version.Dr. Stephen Henson
2009-10-04Fix warnings about ignoring fgets return valueDr. Stephen Henson
2009-09-02PR: 2013Dr. Stephen Henson
2009-07-27Update from 1.0.0-stableDr. Stephen Henson
2009-03-09PR: 1854Dr. Stephen Henson
2008-12-22Incidentally http://cvs.openssl.org/chngview?cn=17710 also made it possibleAndy Polyakov
2008-10-07Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2008-06-02Avoid case in ca.c fix.Dr. Stephen Henson
2008-06-02Revert, doesn't fix warning :-(Dr. Stephen Henson
2008-06-02Avoid cast with wrapper function.Dr. Stephen Henson
2008-05-31Stop const mismatch warning.Dr. Stephen Henson
2008-05-26LHASH revamp. make depend.Ben Laurie
2008-03-16Fix some warnings.Dr. Stephen Henson
2007-04-04Return an error if the serial number is badly formed. (Coverity ID 116).Ben Laurie
2006-11-27Add RFC 3779 support.Ben Laurie
2006-07-25Support for multiple CRLs with same issuer name in X509_STORE. ModifyDr. Stephen Henson
2006-05-07Add support for default public key digest type ctrl.Dr. Stephen Henson
2006-04-19Remove link between digests and signature algorithms.Dr. Stephen Henson
2005-11-04Eliminate dependency on read/write/stat in apps under _WIN32.Andy Polyakov
2005-09-30successfully updating the db shouldn't result in an error messageNils Larsch
2005-07-04Update from stable branch.Dr. Stephen Henson
2005-04-15const fixesNils Larsch
2005-04-05some const fixesNils Larsch
2004-11-11Use the default_md config file value when signing CRLs.Dr. Stephen Henson
2004-08-06Call setup_engine after autoconfig.Dr. Stephen Henson
2004-04-20Reduce chances of issuer and serial number duplication by use of randomDr. Stephen Henson
2004-04-15Clear error if unique_subject lookup fails.Dr. Stephen Henson
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-11-28Move another common functionality (reproduced so far with cut'n'paste)Richard Levitte
2003-11-28Move do_subject() to apps.c and rename it to parse_name(). TheRichard Levitte
2003-11-28Allow multi-valued rdns in subjects. This adds the -multivalue-rdn optionRichard Levitte
2003-11-28Netware-specific changes,Richard Levitte
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2003-09-09Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte
2003-06-19Implement CRL numbers.Richard Levitte
2003-04-04Convert save_serial() to work like save_index(), and add aRichard Levitte
2003-04-04Add documentation on the added functionality in 'openssl ca'.Richard Levitte
2003-04-03Correct a lot of printing calls. Remove extra arguments...Richard Levitte
2003-04-03Implement self-signing in 'openssl ca'. This makes it easier to haveRichard Levitte
2003-04-03Reset the version number of the issuer certificate? I believe thisRichard Levitte
2003-04-03Conditionalise all debug strings.Richard Levitte
2003-04-03Make it possible to have multiple active certificates with the sameRichard 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-09Typo.Dr. Stephen Henson
2003-01-09NULL tofree when it is freed to avoid double free.Dr. Stephen Henson