Age | Commit message (Expand) | Author |
2010-01-23 | Cleanup | Rob Austein |
2010-01-23 | Reference count cleanup | Rob Austein |
2009-11-18 | Update to new OpenSSL snapshot, to track TLS negotiation protocol | Rob Austein |
2009-08-25 | I hate switching languages in mid-thought. | Rob Austein |
2009-08-25 | Doh, have to null terminate when storing string indefinitely as C | Rob Austein |
2009-08-20 | ctx->current_issuer appears to be set to garbage when | Rob Austein |
2009-08-15 | Typo | Rob Austein |
2009-08-15 | First cut at passing X.509 validation error state back from TLS | Rob Austein |
2009-07-18 | Attempting to read() from an uninitialized SSL object isn't useful, | Rob Austein |
2009-06-02 | Cleanup of POW return values. | Rob Austein |
2009-06-01 | POW.Ssl.AddTrust and custom X509 verification handler. | Rob Austein |
2009-06-01 | New TLS code mostly working. Only lightly tested so far, but "make | Rob Austein |
2009-05-30 | Ssl.useKey() botched EVP_PKEY reference count, leading to core dumps. | Rob Austein |
2009-05-30 | Don't short-circuit TLS X.509 verification | Rob Austein |
2009-05-30 | Ssl.trustCertificate() | Rob Austein |
2009-05-30 | Doc | Rob Austein |
2009-05-29 | Ssl.fileno() | Rob Austein |
2009-05-29 | SSL verification modes | Rob Austein |
2009-05-29 | Unused variables | Rob Austein |
2009-05-29 | Further adventures in translation from OpenSSL error stack to Python | Rob Austein |
2009-05-29 | Fix Define_Exception() macrology | Rob Austein |
2009-05-29 | More cleanup. Remove disused PKCS #7 code. Rework exceptions to | Rob Austein |
2009-05-28 | Massive cleanup, mostly cosmetic. | Rob Austein |
2009-05-27 | Cleanup | Rob Austein |
2009-05-27 | Impressively consistant typo. | Rob Austein |
2009-01-07 | Tighten error checking | Rob Austein |
2008-10-10 | Update to new OpenSSL snapshot. This required code changes to track | Rob Austein |
2008-06-28 | Silence gcc 4.1.2 warnings | Rob Austein |
2008-05-13 | OpenSSL fixed some bugs, remove my workarounds. | Rob Austein |
2008-05-12 | Add X509Store.verifyDetailed() | Rob Austein |
2008-05-06 | Bogus error message | Rob Austein |
2008-05-02 | Next time, remember to check that I'm using the right CMS_ContentInfo* | Rob Austein |
2008-05-01 | Debugging with stone knives and bearskins. | Rob Austein |
2008-05-01 | Updated OpenSSL snapshot fixes the CMS bug I reported a few weeks | Rob Austein |
2008-05-01 | Simplify BSC and start adding BPKI CRL support; the latter doesn't | Rob Austein |
2008-04-28 | Rework POW error handling. Code around spurious | Rob Austein |
2008-04-24 | CMS.certs() and CMS.crls() | Rob Austein |
2008-04-22 | Cleanup | Rob Austein |
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-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 |