aboutsummaryrefslogtreecommitdiff
path: root/pow/POW-0.7/POW.c
AgeCommit message (Expand)Author
2009-07-18Attempting to read() from an uninitialized SSL object isn't useful,Rob Austein
2009-06-02Cleanup of POW return values.Rob Austein
2009-06-01POW.Ssl.AddTrust and custom X509 verification handler.Rob Austein
2009-06-01New TLS code mostly working. Only lightly tested so far, but "makeRob Austein
2009-05-30Ssl.useKey() botched EVP_PKEY reference count, leading to core dumps.Rob Austein
2009-05-30Don't short-circuit TLS X.509 verificationRob Austein
2009-05-30Ssl.trustCertificate()Rob Austein
2009-05-30DocRob Austein
2009-05-29Ssl.fileno()Rob Austein
2009-05-29SSL verification modesRob Austein
2009-05-29Unused variablesRob Austein
2009-05-29Further adventures in translation from OpenSSL error stack to PythonRob Austein
2009-05-29Fix Define_Exception() macrologyRob Austein
2009-05-29More cleanup. Remove disused PKCS #7 code. Rework exceptions toRob Austein
2009-05-28Massive cleanup, mostly cosmetic.Rob Austein
2009-05-27CleanupRob Austein
2009-05-27Impressively consistant typo.Rob Austein
2009-01-07Tighten error checkingRob Austein
2008-10-10Update to new OpenSSL snapshot. This required code changes to trackRob Austein
2008-06-28Silence gcc 4.1.2 warningsRob Austein
2008-05-13OpenSSL fixed some bugs, remove my workarounds.Rob Austein
2008-05-12Add X509Store.verifyDetailed()Rob Austein
2008-05-06Bogus error messageRob Austein
2008-05-02Next time, remember to check that I'm using the right CMS_ContentInfo*Rob Austein
2008-05-01Debugging with stone knives and bearskins.Rob Austein
2008-05-01Updated OpenSSL snapshot fixes the CMS bug I reported a few weeksRob Austein
2008-05-01Simplify BSC and start adding BPKI CRL support; the latter doesn'tRob Austein
2008-04-28Rework POW error handling. Code around spuriousRob Austein
2008-04-24CMS.certs() and CMS.crls()Rob Austein
2008-04-22CleanupRob Austein
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-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-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