aboutsummaryrefslogtreecommitdiffstats
path: root/apps/CA.pl.in
Commit message (Collapse)AuthorAgeFilesLines
* 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