summaryrefslogtreecommitdiff
path: root/apps/ca.c
Commit message (Expand)AuthorAgeFilesLines
* Sanitize usage of <ctype.h> functions. It's important that charactersappro2012-01-121-1/+1
* free up sigopts STACKsteve2010-03-141-0/+2
* clear bogus errors in ca utilitysteve2010-03-141-0/+1
* add -sigopt option to ca utilitysteve2010-03-141-20/+42
* Replace the broken SPKAC certification with the correct version.steve2009-12-021-34/+2
* Fix warnings about ignoring fgets return valuesteve2009-10-041-2/+12
* PR: 2013steve2009-09-021-1/+6
* Update from 1.0.0-stablesteve2009-07-271-11/+11
* PR: 1854steve2009-03-091-13/+8
* Incidentally http://cvs.openssl.org/chngview?cn=17710 also made it possibleappro2008-12-221-0/+4
* Experimental new date handling routines. These fix issues with X509_time_adj()steve2008-10-071-2/+2
* More type-checking.ben2008-06-041-10/+13
* Avoid case in ca.c fix.steve2008-06-021-1/+1
* Revert, doesn't fix warning :-(steve2008-06-021-4/+1
* Avoid cast with wrapper function.steve2008-06-021-1/+4
* Stop const mismatch warning.steve2008-05-311-1/+1
* LHASH revamp. make depend.ben2008-05-261-4/+8
* Fix some warnings.steve2008-03-161-2/+2
* Return an error if the serial number is badly formed. (Coverity ID 116).ben2007-04-041-0/+2
* Add RFC 3779 support.ben2006-11-271-0/+1
* Support for multiple CRLs with same issuer name in X509_STORE. Modifysteve2006-07-251-3/+16
* Add support for default public key digest type ctrl.steve2006-05-071-25/+11
* Remove link between digests and signature algorithms.steve2006-04-191-0/+2
* Eliminate dependency on read/write/stat in apps under _WIN32.appro2005-11-041-11/+1
* successfully updating the db shouldn't result in an error messagenils2005-09-301-1/+0
* Update from stable branch.steve2005-07-041-16/+40
* const fixesnils2005-04-151-5/+5
* some const fixesnils2005-04-051-11/+13
* Use the default_md config file value when signing CRLs.steve2004-11-111-29/+18
* Call setup_engine after autoconfig.steve2004-08-061-4/+4
* Reduce chances of issuer and serial number duplication by use of randomsteve2004-04-201-1/+4
* Clear error if unique_subject lookup fails.steve2004-04-151-1/+3
* Use BUF_strlcpy() instead of strcpy().levitte2003-12-271-16/+23
* Move another common functionality (reproduced so far with cut'n'paste)levitte2003-11-281-17/+3
* Move do_subject() to apps.c and rename it to parse_name(). Thelevitte2003-11-281-137/+1
* Allow multi-valued rdns in subjects. This adds the -multivalue-rdn optionlevitte2003-11-281-17/+35
* Netware-specific changes,levitte2003-11-281-1/+1
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.geoff2003-10-291-1/+2
* Generalise the definition of strcasecmp() and strncasecmp() forlevitte2003-09-091-10/+0
* Implement CRL numbers.levitte2003-06-191-4/+32
* Convert save_serial() to work like save_index(), and add alevitte2003-04-041-43/+2
* Add documentation on the added functionality in 'openssl ca'.levitte2003-04-041-0/+1
* Correct a lot of printing calls. Remove extra arguments...levitte2003-04-031-1/+1
* Implement self-signing in 'openssl ca'. This makes it easier to havelevitte2003-04-031-31/+59
* Reset the version number of the issuer certificate? I believe thislevitte2003-04-031-1/+1
* Conditionalise all debug strings.levitte2003-04-031-0/+6
* Make it possible to have multiple active certificates with the samelevitte2003-04-031-341/+84
* Add the possibility to build without the ENGINE framework.levitte2003-01-301-0/+8
* cert_sk isn't always allocated, so freeing it may cause a crash.levitte2003-01-301-1/+2
* Typo.steve2003-01-091-1/+1