| Commit message (Expand) | Author | Age | Files | Lines |
* | Change JavaDoc parameters to the Sphinx convention. | Matěj Cepl | 2017-09-20 | 1 | -140/+170 |
* | Manually set the version for new requests to zero. | Jim Carroll | 2017-09-15 | 1 | -0/+1 |
* | Clean up imports and PEP8ization | Matěj Cepl | 2016-12-15 | 1 | -1/+1 |
* | Add possibility to set custom callback for X509 verification. | Konstantin Shemyak | 2016-12-11 | 1 | -0/+30 |
* | Replace ASN1_UTCTIME with ASN1_TIME which supports both UTCTime and | Andrew Waters | 2016-10-14 | 1 | -10/+10 |
* | Use context managers instead of leaking open file descriptors. | Matěj Cepl | 2016-07-12 | 1 | -41/+41 |
* | M2Crypto/X509.py: Add PEP-484 type hints in comments. | Matěj Cepl | 2016-06-30 | 1 | -83/+273 |
* | Switch on assert in X509_Name._ptr | Matěj Cepl | 2016-05-22 | 1 | -2/+2 |
* | Replace x509v3_set_conf_lhash with x509v3_set_nconf so we can avoid lhash. | Matěj Cepl | 2016-05-17 | 1 | -3/+12 |
* | Fix broken imports (and PEP8ization). | Matěj Cepl | 2016-03-20 | 1 | -15/+21 |
* | Use the new absolute import syntax to fix Python 3. [PEP 328] | Craig Rodrigues | 2016-03-20 | 1 | -0/+4 |
* | Throw an exception when an unhandled date value is found in a certificate. | Matěj Cepl | 2016-03-20 | 1 | -1/+7 |
* | PEP8ize. | Matěj Cepl | 2016-03-20 | 1 | -38/+69 |
* | Leading zeroes from X.509 certificate fingerprints are not stripped | Konstantin Shemyak | 2016-01-16 | 1 | -1/+2 |
* | Fix whitespace using suggestions from autopep8 | Craig Rodrigues | 2015-12-01 | 1 | -48/+46 |
* | Strip trailinig spaces and expand tabs. | Matěj Cepl | 2015-11-19 | 1 | -61/+61 |
* | Fix syntax for raising exceptions for Python 3. [PEP 3109] [PEP 0352] | Craig Rodrigues | 2015-11-14 | 1 | -3/+3 |
* | Bug 1757, Added alias X509.Request.set_subject for set_subject_name to match ... | Heikki Toivonen | 2008-11-26 | 1 | -0/+2 |
* | Bug 12173, Added X509.load_request_bio and load_request_string, by Hartmut Go... | Heikki Toivonen | 2008-11-25 | 1 | -0/+50 |
* | X509_Store.load_info now returns the value from the underlying | Heikki Toivonen | 2008-07-22 | 1 | -1/+4 |
* | Bug 11077, X509.load_cert, load_cert_bio, load_cert_der_string, new_stack_fro... | Heikki Toivonen | 2007-10-17 | 1 | -6/+17 |
* | Bug 7550, added X509_Name.as_hash, patch by Thomas Uram. | Heikki Toivonen | 2007-07-02 | 1 | -0/+4 |
* | Fix leak in X509_Store_Context.get1_chain that was introduced in r531. | Heikki Toivonen | 2007-06-14 | 1 | -1/+1 |
* | Fixed memory leak in X509_Stack (which manifested for example when calling ne... | Heikki Toivonen | 2007-06-13 | 1 | -3/+3 |
* | Fixed memory leak in X509.verify. | Heikki Toivonen | 2007-06-13 | 1 | -1/+1 |
* | Bug 9259, added the ability to save and load DER formatted X509 certificates ... | Heikki Toivonen | 2007-06-12 | 1 | -13/+110 |
* | Added X509_Name_Entry.set_data. | Heikki Toivonen | 2007-06-11 | 1 | -0/+4 |
* | Bug 5380, added methods to get X509_Name_Entry objects from X509_Name, which ... | Heikki Toivonen | 2007-06-08 | 1 | -4/+35 |
* | Bug 7795, added back PKCS7.get0_signers (which was removed in 0.16 due to alw... | Heikki Toivonen | 2007-06-08 | 1 | -1/+1 |
* | Optimize Twisted wrapper and SSL checking further by avoiding expensive attri... | Heikki Toivonen | 2007-04-23 | 1 | -4/+9 |
* | X509.get1_chain added. | Heikki Toivonen | 2007-01-23 | 1 | -0/+10 |
* | Bug 7724, X509_Extension.get_value accepts optional flag and indent parameters. | Heikki Toivonen | 2007-01-16 | 1 | -2/+5 |
* | Change X509.get_fingerprint to drop leading 0x and trailing L and convert the | Heikki Toivonen | 2006-12-14 | 1 | -1/+1 |
* | Part of bug 7530, X509.new_extension('subjectKeyIdentifier', 'hash') raises | Heikki Toivonen | 2006-12-14 | 1 | -0/+3 |
* | Bug 7036, added PKey.get_modulus, X509.get_fingerprint, X509_Name.as_der and | Heikki Toivonen | 2006-12-06 | 1 | -1/+16 |
* | Bug 5601, it is now possible to also get a non-nid member | Heikki Toivonen | 2006-04-12 | 1 | -9/+12 |
* | Bug 3690, added sha224, sha256, sha384 and sha512, patch by Larry Bugbee. | Heikki Toivonen | 2006-03-25 | 1 | -4/+4 |
* | Removed RCS_id, RCS_ID and _RCS_id from Python files. Unneeded | Heikki Toivonen | 2006-03-20 | 1 | -2/+0 |
* | Bug 5275, added serialNumber, SN, surname, GN and givenName fields to X509_Name, | Heikki Toivonen | 2006-03-11 | 1 | -3/+9 |
* | Make Cipher_Stack, X509_Stack and X509_Extension_Stack iterable. | Heikki Toivonen | 2006-03-09 | 1 | -6/+10 |
* | X509_Name and ASN1_String as_text (new to ASN1_String) take | Heikki Toivonen | 2006-03-08 | 1 | -3/+10 |
* | Bug 4782, enhancements to EVP and X509 so that we can deal with | Heikki Toivonen | 2006-03-01 | 1 | -26/+78 |
* | First feature that requires OpenSSL 0.9.8 or newer: X509.check_ca(). | Heikki Toivonen | 2006-02-24 | 1 | -2/+3 |
* | Bug 3805, do not access global objects from __del__ methods | Heikki Toivonen | 2005-08-23 | 1 | -39/+59 |
* | X509_check_ca not available in all OpenSSL 0.9.7 versions so commenting out f... | Heikki Toivonen | 2005-07-29 | 1 | -1/+2 |
* | Commenting API. | Heikki Toivonen | 2005-06-30 | 1 | -4/+13 |
* | Wrapped X509_check* functions. | Heikki Toivonen | 2005-06-03 | 1 | -1/+19 |
* | Bug 3094, replace more raw pointers from interfaces with | Heikki Toivonen | 2005-06-01 | 1 | -6/+21 |
* | Bug 1701, eliminate C pointers from interfaces and use M2Crypto objects inste... | Heikki Toivonen | 2005-05-17 | 1 | -22/+19 |
* | X509.save_pem | Heikki Toivonen | 2005-05-13 | 1 | -0/+7 |