| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ChangeLog | Jean-Paul Calderone | 2014-04-19 | 1 | -0/+9 |
| | | |||||
| * | Also accept buffer in Connection.send and .sendall | Markus Unterwaditzer | 2014-04-19 | 1 | -0/+5 |
| | | | | | | | Not at all sure what i am doing, but according to http://hg.python.org/cpython/rev/9e718d8f71e8/, buffers are a accepted type to pass to sendall in Python 2.6. | ||||
| * | Merge pull request #74 from jgiannuzzi/fix_crl_memory_leak | Jean-Paul Calderone | 2014-04-01 | 1 | -0/+7 |
| |\ | | | | | Fix a memory leak in the CRL class's handling of the serial number and revocation date. | ||||
| | * | Changelog entries | Jonathan Giannuzzi | 2014-03-30 | 1 | -1/+5 |
| | | | |||||
| | * | Changelog entry | Jonathan Giannuzzi | 2014-03-30 | 1 | -0/+3 |
| | | | |||||
| * | | Correct filename. | Jean-Paul Calderone | 2014-03-30 | 1 | -1/+1 |
| | | | |||||
| * | | merge master | Jean-Paul Calderone | 2014-03-30 | 1 | -1/+11 |
| |\ \ | |/ | |||||
| | * | merge master | Jean-Paul Calderone | 2014-03-29 | 1 | -0/+5 |
| | |\ | |||||
| | | * | Add a changelog entry | Jean-Paul Calderone | 2014-03-25 | 1 | -0/+5 |
| | | | | | | | | | | | | | Fixes #48 | ||||
| | * | | ChangeLog entry | Jean-Paul Calderone | 2014-03-29 | 1 | -0/+5 |
| | |/ | |||||
| * | | Added dependency for cryptography>=0.3. | Fedor Brunner | 2014-03-28 | 1 | -0/+9 |
| |/ | | | | | | | | | | | Test split into multiple methods. Added changelog entry. If you use these methods to implement TLS channel binding (RFC 5929) disable session resumption because triple handshake attacks against TLS. https://www.ietf.org/mail-archive/web/tls/current/msg11337.html https://secure-resumption.com/tlsauth.pdf | ||||
| * | ChangeLog entry | Jean-Paul Calderone | 2014-03-02 | 1 | -0/+4 |
| | | |||||
| * | Port to cryptography. | Jean-Paul Calderone | 2014-01-09 | 1 | -0/+5 |
| |\ | |||||
| * | | Add support for negotiating TLSv1_1 or TLSv1_2 | Jean-Paul Calderone | 2013-10-06 | 1 | -0/+5 |
| |/ | |||||
| * | Fix a memory management issue that leads to crashes in ↵ | Jean-Paul Calderone | 2013-10-03 | 1 | -0/+6 |
| | | | | | OpenSSL.crypto.X509.get_serial_number in some environments. | ||||
| * | merge the nul byte fix, port some markup to restructured text | Jean-Paul Calderone | 2013-08-23 | 1 | -0/+7 |
| |\ | |||||
| | * | CVE-2013-4073 is sort of related, but it doesn\t really explain what's being ↵ | Jean-Paul Calderone | 2013-08-23 | 1 | -1/+2 |
| | | | | | | | | | fixed here. | ||||
| | * | Ghetto rebase Heimes' changes onto the 0.13 release branch | Jean-Paul Calderone | 2013-08-12 | 1 | -0/+6 |
| | | | |||||
| * | | Release the GIL around RSA and DSA key generation. | Jean-Paul Calderone | 2012-04-03 | 1 | -0/+5 |
| |\ \ | |||||
| * | | | Add Context.{s,g}et_session_cache_mode | Jean-Paul Calderone | 2012-02-13 | 1 | -1/+9 |
| | | | | |||||
| * | | | Fix PKey.check for public-only keys | Jean-Paul Calderone | 2011-11-01 | 1 | -0/+6 |
| | | | | |||||
| * | | | Fix exception propagation and some error handling related to the privatekey ↵ | Jean-Paul Calderone | 2011-09-14 | 1 | -0/+10 |
| | | | | | | | | | | | | | passphrase callback. | ||||
| * | | | Correctly handle errors from X509_CRL_sign | Jean-Paul Calderone | 2011-09-13 | 1 | -0/+5 |
| | | | | |||||
| * | | | Convert the documentation from LaTeX/epytext to Sphinx/ReST | Jean-Paul Calderone | 2011-09-11 | 1 | -0/+5 |
| | | | | |||||
| * | | | Enforce total ordering of events! | Jean-Paul Calderone | 2011-09-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | Catch up to trunk | Jean-Paul Calderone | 2011-09-08 | 1 | -0/+4 |
| |\ \ \ | |||||
| | * \ \ | Merge 0.13 release branch | Jean-Paul Calderone | 2011-09-02 | 1 | -0/+4 |
| | |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | | * | Bump version number | Jean-Paul Calderone | 2011-08-14 | 1 | -0/+4 |
| | |/ | |||||
| * | | - Add Context.set_mode method | Guillermo Gonzalez | 2011-08-29 | 1 | -0/+6 |
| |/ | | | | - Add MODE_RELEASE_BUFFERS and OP_NO_COMPRESSION constants, only if are defined (openssl >= 1.0.0) | ||||
| * | Add PKey.check method | Jean-Paul Calderone | 2011-06-12 | 1 | -0/+6 |
| | | |||||
| * | Fix NUL handling in OpenSSL.crypto.sign and OpenSSL.crypto.verify | Jean-Paul Calderone | 2011-06-12 | 1 | -0/+6 |
| | | |||||
| * | Add a Connection method for inspecting the certificate chain. | Jean-Paul Calderone | 2011-05-20 | 1 | -0/+6 |
| |\ | |||||
| * | | Add X509.get_signature_algorithm | Jean-Paul Calderone | 2011-05-19 | 1 | -0/+7 |
| |/ | |||||
| * | Support OpenSSL 1.0 | Jean-Paul Calderone | 2011-05-10 | 1 | -1/+23 |
| |\ | |||||
| * | | document SSLeay_version et al | Jean-Paul Calderone | 2011-04-15 | 1 | -0/+6 |
| |/ | |||||
| * | Mark the release in the ChangeLog | Jean-Paul Calderone | 2011-04-07 | 1 | -0/+4 |
| | | |||||
| * | Add more access to certificate extension data | Jean-Paul Calderone | 2011-04-06 | 1 | -0/+9 |
| | | |||||
| * | ChangeLog entry | Jean-Paul Calderone | 2011-03-21 | 1 | -0/+5 |
| | | |||||
| * | Merge send-memoryview | Jean-Paul Calderone | 2011-01-22 | 1 | -0/+6 |
| | | |||||
| * | Merge 0.11 release branch | Jean-Paul Calderone | 2010-11-01 | 1 | -0/+4 |
| |\ | |||||
| | * | Note the release in the ChangeLog | Jean-Paul Calderone | 2010-10-31 | 1 | -0/+4 |
| |/ | |||||
| * | Python 3.x support | Jean-Paul Calderone | 2010-10-07 | 1 | -0/+4 |
| | | |||||
| * | note what changed | Jean-Paul Calderone | 2010-09-14 | 1 | -0/+22 |
| | | |||||
| * | Restructure the repository to ease development and testing | Jean-Paul Calderone | 2010-07-27 | 1 | -0/+5 |
| | | |||||
| * | * src/crypto/crypto.c: Added crypto.sign and crypto.verify methods | James Yonan | 2010-02-27 | 1 | -0/+9 |
| | | | | | | | | | that wrap EVP_Sign and EVP_Verify function families, using code derived from Dave Cridland's PyOpenSSL branch. * test/test_crypto.py: Added unit tests for crypto.sign and crypto.verify. | ||||
| * | Apply Sandro Tosi's spelling patch | Jean-Paul Calderone | 2010-01-27 | 1 | -0/+5 |
| | | |||||
| * | Prepare for 0.10 - bump version | Jean-Paul Calderone | 2009-11-13 | 1 | -0/+4 |
| | | |||||
| * | Re-merge the client CA changes, this time with Windows build fixes to so I ↵ | Jean-Paul Calderone | 2009-11-12 | 1 | -2/+12 |
| | | | | | can tell if anything actually works | ||||
| * | Add additional PKCS12 features | Jean-Paul Calderone | 2009-08-27 | 1 | -3/+14 |
| | | |||||
| * | Add support for specifying subject and issuer information when creating X509 ↵ | Jean-Paul Calderone | 2009-07-17 | 1 | -0/+7 |
| |\ | | | | | | | extensions | ||||
