aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ca.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the Win32_rename() function so it correctlyDr. Stephen Henson2002-03-081-0/+4
* Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte2002-02-281-0/+8
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* Add the configuration target VxWorks.Richard Levitte2002-02-141-1/+1
* ECDSA supportBodo Möller2002-02-131-0/+15
* Fix email address delete code.Dr. Stephen Henson2001-11-061-1/+1
* Another noemailDN fix.Dr. Stephen Henson2001-10-271-6/+3
* Allow ca to certify requests containing BMPStrings and UTF8Strings.Dr. Stephen Henson2001-10-271-7/+10
* Bugfixes for noemailDN option. Make it use theDr. Stephen Henson2001-10-271-17/+15
* Add '-noemailDN' option to 'openssl ca'. This prevents inclusion ofBodo Möller2001-10-251-38/+98