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