en-us Changes to file checks/x509.cpp (from [b773b0a7..]) http://viewmtn.angrygoats.net/all/revision/filechanges/b773b0a7f1dd2a6e9add062a58663ed16b491d07/checks/x509.cpp Changes to file checks/x509.cpp (from [b773b0a7..]) http://viewmtn.angrygoats.net/all/revision/info/bd12de6419044dd5ae4c8e3ac38807fcee2eed30 Change the interface of X509_CA::sign_request as follows: 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.
lloyd@randombit.net Thu, 10 Apr 2008 04:39:58 GMT
http://viewmtn.angrygoats.net/all/revision/info/4bd87eba43f9b89cbe50402e4b07bfb37cabfffb Rename X509_PublicKey and PKCS8_PrivateKey to the new types within the Rename X509_PublicKey and PKCS8_PrivateKey to the new types within the
self-test sources
lloyd@randombit.net Wed, 06 Sep 2006 19:52:59 GMT
http://viewmtn.angrygoats.net/all/revision/info/f4509aff6237d446a87e48b27789d84d5330f693 Split PK_Key into Public_Key and Private_Key; these new classes merge in Split PK_Key into Public_Key and Private_Key; these new classes merge in
the interfaces previously included in X509_PublicKey and PKCS8_PrivateKey.
lloyd@randombit.net Wed, 06 Sep 2006 19:48:09 GMT
http://viewmtn.angrygoats.net/all/revision/info/b597326f948b69d850c91e9181446176fc3ad0c3 Remove the public domain notices from the self-test/benchmark code, Remove the public domain notices from the self-test/benchmark code,
because it turns out to be something of a legal minefield.
lloyd@randombit.net Wed, 09 Aug 2006 09:17:27 GMT
http://viewmtn.angrygoats.net/all/revision/info/e10aa39fcb9d941c6e2e27edf9572eab9fb9bc72 Modify the X.509 tests so they pick up a bug in PKCS10_Request Modify the X.509 tests so they pick up a bug in PKCS10_Request lloyd@randombit.net Fri, 23 Jun 2006 22:05:01 GMT http://viewmtn.angrygoats.net/all/revision/info/558bac314d551ffafef605f2d0af9c54690fb13b Initial checkin Initial checkin lloyd@randombit.net Thu, 18 May 2006 18:33:19 GMT