aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ca.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement self-signing in 'openssl ca'. This makes it easier to haveRichard Levitte2003-04-031-31/+59
* Reset the version number of the issuer certificate? I believe thisRichard Levitte2003-04-031-1/+1
* Conditionalise all debug strings.Richard Levitte2003-04-031-0/+6
* Make it possible to have multiple active certificates with the sameRichard Levitte2003-04-031-341/+84
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+8
* cert_sk isn't always allocated, so freeing it may cause a crash.Richard Levitte2003-01-301-1/+2
* Typo.Dr. Stephen Henson2003-01-091-1/+1
* NULL tofree when it is freed to avoid double free.Dr. Stephen Henson2003-01-091-1/+4
* Spelling error.Richard Levitte2002-12-251-1/+1
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* Remove warnings.Richard Levitte2002-11-141-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-18/+38
* Windows doesn't know sys/file.hRichard Levitte2002-11-071-1/+1
* On certain platforms, we redefine certain symbols using macros inRichard Levitte2002-10-241-1/+2
* fix warnings, and harmonize indentationBodo Möller2002-10-231-20/+24
* BN_bn2hex() returns "0" instead of "00" for zero. This disrputs theRichard Levitte2002-10-111-5/+16
* Add missing LFRichard Levitte2002-10-091-1/+1
* get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller2002-08-121-2/+2
* Make it possible to load keys from stdin, and restore thatRichard Levitte2002-08-011-1/+1
* If the email address is moved from the subject to the subject alternate name,Richard Levitte2002-07-311-4/+3
* Fix bug introduced with revision 1.95 when this filed was modified toBodo Möller2002-07-181-2/+2
* Unixware doesn't have strings.h, so we need to declare strcasecmp()Richard Levitte2002-07-181-1/+5
* Reorganise -subj option code, fix buffer overrun.Dr. Stephen Henson2002-05-191-25/+24
* Fix escaping when using the -subj option of "openssl req", documentLutz Jänicke2002-04-301-35/+94