summaryrefslogtreecommitdiffstats
path: root/apps/CA.pl.in
AgeCommit message (Collapse)Author
2006-04-28Fix from stable branch.Dr. Stephen Henson
2005-11-30TypoDr. Stephen Henson
2005-11-30Make CA.pl script use CA extensions when creating a root CA.Dr. Stephen Henson
2005-07-04The private key should never have ended up in newreq.pem.Richard Levitte
Now, it ends up in newkey.pem instead.
2005-02-01Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov
and SafeDllSearchMode in Windows. Submitted by: Richard Levitte
2004-04-20Reduce chances of issuer and serial number duplication by use of randomDr. Stephen Henson
initial serial numbers. PR: 842
2003-04-03Implement self-signing in 'openssl ca'. This makes it easier to haveRichard Levitte
the CA certificate part of the CA database, and combined with 'unique_subject=no', it should make operations like CA certificate roll-over easier.
2001-01-11New -newreq-nodes option to CA.pl.Bodo Möller
Submitted by: Damien Miller <djm@mindrot.org>
2000-09-11Last minute update, in time to make it to 0.9.6-beta1Richard Levitte
2000-08-24New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson
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.
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-28New -pkcs12 option to CA.pl.Dr. Stephen Henson
Document CA.pl script. Initialise and free up the extra DH fields (nothing uses them yet though).
2000-01-05Rename CA.pl to CA.pl.in (no actual changes), and let ConfigureBodo Möller
set the #! line with the path to Perl. Submitted by: Peter Jones