Age | Commit message (Expand) | Author |
2008-04-22 | Add CRL support to CMS.sign(), reorder CMS.sign() arguments. | Rob Austein |
2008-04-22 | Add flags to CMS.verify(), add CMS.pprint(). | Rob Austein |
2008-04-22 | Add flag support to CMS.sign. | Rob Austein |
2008-04-22 | CMS.eContentType() | Rob Austein |
2008-04-20 | Add RPKI OIDs to dumpasn1.cfg | Rob Austein |
2008-04-19 | Convert CMS code to something vaguely object-oriented, to simplify | Rob Austein |
2008-04-18 | Workaround for OpenSSL CMS problem: pass NULL cert list to CMS_sign(), | Rob Austein |
2008-04-18 | Checkpoint. New CMS code that's approaching the right thing, but | Rob Austein |
2008-04-09 | Cleanup | Rob Austein |
2008-04-09 | First cut at new CMS code, not yet tested. So far this is just a | Rob Austein |
2008-03-24 | Support verification of CMS without bundled EE cert. | Rob Austein |
2008-03-16 | Get PyBool checks right | Rob Austein |
2008-03-15 | Ok, try adding optional no_certs arg to PKCS7.sign() | Rob Austein |
2008-03-14 | Handle "None" case correctly | Rob Austein |
2008-03-14 | Allow CMS signature without the signing cert. | Rob Austein |
2008-01-24 | Add PKCS7.extract() | Rob Austein |
2008-01-23 | Whack ASIdentifer ASN.1 encoder routine with a large hammer | Rob Austein |
2008-01-23 | None-safe operators | Rob Austein |
2008-01-18 | SSL_CTX_add_extra_chain_cert() requires X509_dup() | Rob Austein |
2008-01-18 | Fix double-free() error | Rob Austein |
2008-01-17 | Fix getError() to return None when error stack is empty | Rob Austein |
2008-01-15 | POW.Ssl.addCertificate() | Rob Austein |
2008-01-12 | Basic PKCS #7 support. | Rob Austein |
2007-11-17 | Fix an encoder test that broke when I added a __len__() method to the | Rob Austein |
2007-11-02 | Checkpoint | Rob Austein |
2007-10-29 | Isolate OpenSSL version number into one Makefile. | Rob Austein |
2007-10-29 | OpenSSL 0.9.8f -> 0.9.8g | Rob Austein |
2007-10-19 | OpenSSL 0.9.8f | Rob Austein |
2007-10-09 | Nit | Rob Austein |
2007-10-06 | Consolidate and debug PKCS #10 code. | Rob Austein |
2007-10-05 | Refile m2crypto driver | Rob Austein |
2007-10-05 | PKCS #10 generation | Rob Austein |
2007-10-02 | Null terminated octet strings don't work | Rob Austein |
2007-10-01 | Checkpoint | Rob Austein |
2007-09-30 | getExtension() | Rob Austein |
2007-09-30 | Indentation | Rob Austein |
2007-09-29 | Checkpoint | Rob Austein |
2007-09-28 | Tighten up PKCS#10 attribute decoding | Rob Austein |
2007-09-28 | SHA-384 | Rob Austein |
2007-09-28 | SHA-384 | Rob Austein |
2007-09-28 | Cleanup | Rob Austein |
2007-09-27 | PKCS#10 signature verification. Getting this to work required | Rob Austein |
2007-09-27 | Checkpoint | Rob Austein |
2007-09-19 | .iteritems() -> .items() | Rob Austein |
2007-08-15 | Cleanup | Rob Austein |
2007-08-14 | Cleanup | Rob Austein |
2007-08-11 | Doh, issubclass, not isinstance. | Rob Austein |
2007-08-11 | Whack crypto driver into form as a proper set of virtual classes. | Rob Austein |
2007-08-11 | Doxygen gets confused by nested classes, as do some humans. | Rob Austein |
2007-08-11 | Doxygen mainpage | Rob Austein |