summaryrefslogtreecommitdiff
path: root/apps/ca.c
Commit message (Expand)AuthorAgeFilesLines
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+8
* Re-align some comments after running the reformat script.OpenSSL_1_0_1-post-reformatMatt Caswell2015-01-221-4/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-2832/+2700
* Move more comments that confuse indentMatt Caswell2015-01-221-1/+2
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-2/+3
* Clear warnings/errors within RL_DEBUG code sections (RL_DEBUG should be renamed)Richard Levitte2014-12-171-1/+1
* Show errors on CSR verification failure.Dr. Stephen Henson2014-06-291-0/+2
* Memory leak and NULL derefernce fixes.Dr. Stephen Henson2014-06-271-0/+3
* Reduce version skew.Ben Laurie2012-06-081-0/+1
* Sanitize usage of <ctype.h> functions. It's important that charactersAndy Polyakov2012-01-121-1/+1
* Backport PSS signature support from HEAD.Dr. Stephen Henson2011-10-091-20/+44
* Replace the broken SPKAC certification with the correct version.Dr. Stephen Henson2009-12-021-34/+2
* Fix warnings about ignoring fgets return valueDr. Stephen Henson2009-10-041-2/+12
* PR: 2013Dr. Stephen Henson2009-09-021-1/+6
* Change STRING to OPENSSL_STRING etc as common words suchDr. Stephen Henson2009-07-271-11/+11
* PR: 1854Dr. Stephen Henson2009-03-091-13/+8
* Incidentally http://cvs.openssl.org/chngview?cn=17710 also made it possibleAndy Polyakov2008-12-221-0/+4
* Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson2008-10-071-2/+2
* More type-checking.Ben Laurie2008-06-041-10/+13
* Avoid case in ca.c fix.Dr. Stephen Henson2008-06-021-1/+1
* Revert, doesn't fix warning :-(Dr. Stephen Henson2008-06-021-4/+1
* Avoid cast with wrapper function.Dr. Stephen Henson2008-06-021-1/+4
* Stop const mismatch warning.Dr. Stephen Henson2008-05-311-1/+1
* LHASH revamp. make depend.Ben Laurie2008-05-261-4/+8
* Fix some warnings.Dr. Stephen Henson2008-03-161-2/+2
* Return an error if the serial number is badly formed. (Coverity ID 116).Ben Laurie2007-04-041-0/+2
* Add RFC 3779 support.Ben Laurie2006-11-271-0/+1
* Support for multiple CRLs with same issuer name in X509_STORE. ModifyDr. Stephen Henson2006-07-251-3/+16
* Add support for default public key digest type ctrl.Dr. Stephen Henson2006-05-071-25/+11
* Remove link between digests and signature algorithms.Dr. Stephen Henson2006-04-191-0/+2
* Eliminate dependency on read/write/stat in apps under _WIN32.Andy Polyakov2005-11-041-11/+1
* successfully updating the db shouldn't result in an error messageNils Larsch2005-09-301-1/+0
* Update from stable branch.Dr. Stephen Henson2005-07-041-16/+40
* const fixesNils Larsch2005-04-151-5/+5
* some const fixesNils Larsch2005-04-051-11/+13
* Use the default_md config file value when signing CRLs.Dr. Stephen Henson2004-11-111-29/+18
* Call setup_engine after autoconfig.Dr. Stephen Henson2004-08-061-4/+4
* Reduce chances of issuer and serial number duplication by use of randomDr. Stephen Henson2004-04-201-1/+4
* Clear error if unique_subject lookup fails.Dr. Stephen Henson2004-04-151-1/+3
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-16/+23
* Move another common functionality (reproduced so far with cut'n'paste)Richard Levitte2003-11-281-17/+3
* Move do_subject() to apps.c and rename it to parse_name(). TheRichard Levitte2003-11-281-137/+1
* Allow multi-valued rdns in subjects. This adds the -multivalue-rdn optionRichard Levitte2003-11-281-17/+35
* Netware-specific changes,Richard Levitte2003-11-281-1/+1
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-1/+2
* Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte2003-09-091-10/+0
* Implement CRL numbers.Richard Levitte2003-06-191-4/+32
* Convert save_serial() to work like save_index(), and add aRichard Levitte2003-04-041-43/+2
* Add documentation on the added functionality in 'openssl ca'.Richard Levitte2003-04-041-0/+1
* Correct a lot of printing calls. Remove extra arguments...Richard Levitte2003-04-031-1/+1