summaryrefslogtreecommitdiffstats
path: root/apps/ca.c
AgeCommit message (Expand)Author
2015-01-22Re-align some comments after running the reformat script.OpenSSL_0_9_8-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2014-06-29Show errors on CSR verification failure.Dr. Stephen Henson
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson
2010-01-14PR: 1618Dr. Stephen Henson
2009-12-02Replace the broken SPKAC certification with the correct version.Dr. Stephen Henson
2009-11-05Fix compilation problem.Ben Laurie
2009-10-04Fix warnings about ignoring fgets return valueDr. Stephen Henson
2009-06-02PR: 1937Dr. Stephen Henson
2009-03-14PR: 1846Dr. Stephen Henson
2008-01-03Netware support.Dr. Stephen Henson
2006-11-27Add RFC 3779 support, contributed by ARIN.Ben Laurie
2005-09-30successfully updating the db shouldn't result in an error messageNils Larsch
2005-07-04Add utf8 options to ca utility.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
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-13Security fixes brought forward from 0.9.7.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