summaryrefslogtreecommitdiffstats
path: root/apps/CA.pl.in
AgeCommit message (Collapse)Author
2015-05-04GH271: Warning on </dev/null to CA.plRich Salz
If CA.pl is reading from /dev/null, then "chop $FILE" gives a warning. Sigh. Have to add "if $FILE". This just silences a build warning. Thanks to GitHub user andrejs-igumenovs for help with this. Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-05-01Fix some typo's, silence warnings.Rich Salz
Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-04-30Rewrite CA.pl.inRich Salz
Reformat CA.pl.in to follow coding style. Also add "use strict" and "use warnings" Also modify it to exit properly and report only when succeeded. And some perl tweaks via Richard. Reviewed-by: Richard Levitte <levitte@openssl.org>
2014-09-08RT3291: Add -crl and -revoke options to CA.plDario B
I added some error-checking while integrating this patch. Reviewed-by: Tim Hudson <tjh@openssl.org>
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