aboutsummaryrefslogtreecommitdiffstats
path: root/apps/CA.pl.in
Commit message (Collapse)AuthorAgeFilesLines
* Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov2005-02-011-5/+13
| | | | | | and SafeDllSearchMode in Windows. Submitted by: Richard Levitte
* Reduce chances of issuer and serial number duplication by use of randomDr. Stephen Henson2004-04-201-4/+2
| | | | | | initial serial numbers. PR: 842
* Implement self-signing in 'openssl ca'. This makes it easier to haveRichard Levitte2003-04-031-3/+8
| | | | | | the CA certificate part of the CA database, and combined with 'unique_subject=no', it should make operations like CA certificate roll-over easier.
* New -newreq-nodes option to CA.pl.Bodo Möller2001-01-111-3/+8
| | | | Submitted by: Damien Miller <djm@mindrot.org>
* Last minute update, in time to make it to 0.9.6-beta1Richard Levitte2000-09-111-0/+1
|
* New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson2000-08-241-0/+5
| | | | | | | | | | | | | This allows intermediate CAs to be created more easily. PKCS12_create() now checks private key matches certificate. Fix typo in x509 app. Update docs. New function ASN1_STRING_to_UTF8() converts any ASN1_STRING type to UTF8.
* ispell (and minor modifications)Ulf Möller2000-02-031-1/+1
|
* New -pkcs12 option to CA.pl.Dr. Stephen Henson2000-01-281-0/+9
| | | | | | Document CA.pl script. Initialise and free up the extra DH fields (nothing uses them yet though).
* Rename CA.pl to CA.pl.in (no actual changes), and let ConfigureBodo Möller2000-01-051-0/+153
set the #! line with the path to Perl. Submitted by: Peter Jones