aboutsummaryrefslogtreecommitdiff
path: root/pow
AgeCommit message (Expand)Author
2010-12-31distclean targetRob Austein
2010-12-29First cut at getting Python stuff fully (well, more fully) under autoconfRob Austein
2010-12-29Start autoconf work for POW et alRob Austein
2010-12-28Conditionalize which subdirectories we build, based on what configureRob Austein
2010-12-18More autoconfRob Austein
2010-11-23Yet another sick varientRob Austein
2010-11-23Rework pywrap build again, busing distutils.sysconfig this time toRob Austein
2010-11-22Tweak to work on FreeBSD, now have to retest other platformsRob Austein
2010-11-21Add Michael's pywrap hackRob Austein
2010-09-15Convert interface between Python and OpenSSL to use GeneralizedTimeRob Austein
2010-09-07Add support for extracting signingTime from CMS messages.Rob Austein
2010-07-10pemRead() code was very confused about how to use memory BIOs.Rob Austein
2010-07-04CleanupRob Austein
2010-06-29Fix double-free problem in CRL dissection code.Rob Austein
2010-01-23CleanupRob Austein
2010-01-23Reference count cleanupRob Austein
2009-11-18Quietly ignore any unknown POW digest algorithms, on the assumptionRob Austein
2009-11-18More MD2 deprecation.Rob Austein
2009-11-18Update to new OpenSSL snapshot, to track TLS negotiation protocolRob Austein
2009-10-02Vile changes to enable shared library support for OpenSSL and POW,Rob Austein
2009-08-25I hate switching languages in mid-thought.Rob Austein
2009-08-25Doh, have to null terminate when storing string indefinitely as CRob Austein
2009-08-20ctx->current_issuer appears to be set to garbage whenRob Austein
2009-08-15TypoRob Austein
2009-08-15First cut at passing X.509 validation error state back from TLSRob Austein
2009-08-14Add note on 64-bit build module build problem.Rob Austein
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-08Compensate for ancient EmailAddress attribute braindamage deprecatedRob Austein
2008-05-06Bogus error messageRob Austein