| Author | lloyd@randombit.net |
|---|---|
| Branch | net.randombit.botan |
| Changelog |
Change the interface of X509_CA::sign_request as follows: - The allow_ca policy value is no longer checked. Callers should check if the request is for a CA cert and treat it accordingly; this makes it simpler to to case-by-case decisions (expecially among multiple threads) - Instead of a single time value, a u32bit representing the number of seconds from now the certificate should expire, the start and end times are passed explicitly as two X509_Time values. |
| Date | 2008-04-10T04:39:58 |
| Oldrevision |
Old revision is: [b3b9e62c..] (diff) |
|---|---|
| Patch |
Patch file checks/x509.cpp (diff) Patch file include/x509_ca.h (diff) Patch file src/x509_ca.cpp (diff) |