aboutsummaryrefslogtreecommitdiffstats
path: root/include/x509_ca.h
Commit message (Collapse)AuthorAgeFilesLines
* Move include of x509_ext.h to x509_ca.h, instead of using forwardlloyd2006-07-311-1/+2
| | | | | | | | declaration. Remove not_before and not_after variables, as they were only used once. Use the computed Key_Constraints value when signing a new certificate.
* Remove the older version of X509_CA::make_cert entirelylloyd2006-06-251-10/+0
|
* Add a new variant of X509_CA::make_cert that takes an Extensions object,lloyd2006-06-251-0/+6
| | | | | rather than creating it internally. The older version (still used internally) creates the Extensions object as before and passes it on.
* Initial checkin1.5.6lloyd2006-05-181-0/+56