Age | Commit message (Expand) | Author |
2010-11-23 | Rework pywrap build again, busing distutils.sysconfig this time to | Rob Austein |
2010-11-22 | Tweak to work on FreeBSD, now have to retest other platforms | Rob Austein |
2010-11-21 | Add Michael's pywrap hack | Rob Austein |
2010-09-15 | Convert interface between Python and OpenSSL to use GeneralizedTime | Rob Austein |
2010-09-07 | Add support for extracting signingTime from CMS messages. | Rob Austein |
2010-07-10 | pemRead() code was very confused about how to use memory BIOs. | Rob Austein |
2010-07-04 | Cleanup | Rob Austein |
2010-06-29 | Fix double-free problem in CRL dissection code. | Rob Austein |
2010-01-23 | Cleanup | Rob Austein |
2010-01-23 | Reference count cleanup | Rob Austein |
2009-11-18 | Quietly ignore any unknown POW digest algorithms, on the assumption | Rob Austein |
2009-11-18 | More MD2 deprecation. | Rob Austein |
2009-11-18 | Update to new OpenSSL snapshot, to track TLS negotiation protocol | Rob Austein |
2009-10-02 | Vile changes to enable shared library support for OpenSSL and POW, | 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-08-14 | Add note on 64-bit build module build problem. | 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-08 | Compensate for ancient EmailAddress attribute braindamage deprecated | 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 |