Revisions 0 to 10 in in which 'checks/x509.cpp' was changed are listed below. These revisions are ancestors of the revision [b773b0a7..]. The "diff" links listed with each revision will show changes in 'checks/x509.cpp' between that revision and [b773b0a7..].

239 days ago: Change the interface of X509_CA::sign_request as follows:
view file | diff | revision info | browse files
Author: lloyd@randombit.net
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: Thu, 10 Apr 2008 04:39:58 GMT
820 days ago: Rename X509_PublicKey and PKCS8_PrivateKey to the new types within the
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Rename X509_PublicKey and PKCS8_PrivateKey to the new types within the
self-test sources
Date: Wed, 06 Sep 2006 19:52:59 GMT
820 days ago: Split PK_Key into Public_Key and Private_Key; these new classes merge in
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Split PK_Key into Public_Key and Private_Key; these new classes merge in
the interfaces previously included in X509_PublicKey and PKCS8_PrivateKey.
Date: Wed, 06 Sep 2006 19:48:09 GMT
849 days ago: Remove the public domain notices from the self-test/benchmark code,
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Remove the public domain notices from the self-test/benchmark code,
because it turns out to be something of a legal minefield.
Date: Wed, 09 Aug 2006 09:17:27 GMT
895 days ago: Modify the X.509 tests so they pick up a bug in PKCS10_Request
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Modify the X.509 tests so they pick up a bug in PKCS10_Request
Date: Fri, 23 Jun 2006 22:05:01 GMT
931 days ago: Initial checkin
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Initial checkin
Date: Thu, 18 May 2006 18:33:19 GMT