summaryrefslogtreecommitdiff
path: root/M2Crypto/X509.py
Commit message (Expand)AuthorAgeFilesLines
* Expose X509_V_FLAG_ALLOW_PROXY_CERTS verification flag and X509_STORE_SET_FLA...Christophe Haen2020-01-151-0/+9
* Replace util.py3{bytes,str} with six.ensure_{binary,text}Matěj Cepl2018-03-191-19/+19
* Replace all old-style classes with the new onesMatěj Cepl2018-03-131-10/+10
* Don't use util.py3bytes when you don't have to.Matěj Cepl2018-02-051-3/+2
* Class local exception should inherit from ValueError.Matěj Cepl2017-10-301-17/+17
* Add exception production for x509v3_ext_conf and x509v3_set_nconf.Matěj Cepl2017-10-301-3/+0
* Add exception producing for x509_crl_read_pem.Matěj Cepl2017-10-301-2/+0
* Exceptions in d2i_x509_req, x509_req_read_pemMatěj Cepl2017-10-191-4/+1
* X509: C functions now throw Python exceptions correctly.Matěj Cepl2017-10-191-10/+0
* Change JavaDoc parameters to the Sphinx convention.Matěj Cepl2017-09-201-140/+170
* Manually set the version for new requests to zero.Jim Carroll2017-09-151-0/+1
* Clean up imports and PEP8izationMatěj Cepl2016-12-151-1/+1
* Add possibility to set custom callback for X509 verification.Konstantin Shemyak2016-12-111-0/+30
* Replace ASN1_UTCTIME with ASN1_TIME which supports both UTCTime andAndrew Waters2016-10-141-10/+10
* Use context managers instead of leaking open file descriptors.Matěj Cepl2016-07-121-41/+41
* M2Crypto/X509.py: Add PEP-484 type hints in comments.Matěj Cepl2016-06-301-83/+273
* Switch on assert in X509_Name._ptrMatěj Cepl2016-05-221-2/+2
* Replace x509v3_set_conf_lhash with x509v3_set_nconf so we can avoid lhash.Matěj Cepl2016-05-171-3/+12
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-15/+21
* Use the new absolute import syntax to fix Python 3. [PEP 328]Craig Rodrigues2016-03-201-0/+4
* Throw an exception when an unhandled date value is found in a certificate.Matěj Cepl2016-03-201-1/+7
* PEP8ize.Matěj Cepl2016-03-201-38/+69
* Leading zeroes from X.509 certificate fingerprints are not strippedKonstantin Shemyak2016-01-161-1/+2
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-48/+46
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-61/+61
* Fix syntax for raising exceptions for Python 3. [PEP 3109] [PEP 0352]Craig Rodrigues2015-11-141-3/+3
* Bug 1757, Added alias X509.Request.set_subject for set_subject_name to match ...Heikki Toivonen2008-11-261-0/+2
* Bug 12173, Added X509.load_request_bio and load_request_string, by Hartmut Go...Heikki Toivonen2008-11-251-0/+50
* X509_Store.load_info now returns the value from the underlyingHeikki Toivonen2008-07-221-1/+4
* Bug 11077, X509.load_cert, load_cert_bio, load_cert_der_string, new_stack_fro...Heikki Toivonen2007-10-171-6/+17
* Bug 7550, added X509_Name.as_hash, patch by Thomas Uram.Heikki Toivonen2007-07-021-0/+4
* Fix leak in X509_Store_Context.get1_chain that was introduced in r531.Heikki Toivonen2007-06-141-1/+1
* Fixed memory leak in X509_Stack (which manifested for example when calling ne...Heikki Toivonen2007-06-131-3/+3
* Fixed memory leak in X509.verify.Heikki Toivonen2007-06-131-1/+1
* Bug 9259, added the ability to save and load DER formatted X509 certificates ...Heikki Toivonen2007-06-121-13/+110
* Added X509_Name_Entry.set_data.Heikki Toivonen2007-06-111-0/+4
* Bug 5380, added methods to get X509_Name_Entry objects from X509_Name, which ...Heikki Toivonen2007-06-081-4/+35
* Bug 7795, added back PKCS7.get0_signers (which was removed in 0.16 due to alw...Heikki Toivonen2007-06-081-1/+1
* Optimize Twisted wrapper and SSL checking further by avoiding expensive attri...Heikki Toivonen2007-04-231-4/+9
* X509.get1_chain added.Heikki Toivonen2007-01-231-0/+10
* Bug 7724, X509_Extension.get_value accepts optional flag and indent parameters.Heikki Toivonen2007-01-161-2/+5
* Change X509.get_fingerprint to drop leading 0x and trailing L and convert theHeikki Toivonen2006-12-141-1/+1
* Part of bug 7530, X509.new_extension('subjectKeyIdentifier', 'hash') raisesHeikki Toivonen2006-12-141-0/+3
* Bug 7036, added PKey.get_modulus, X509.get_fingerprint, X509_Name.as_der andHeikki Toivonen2006-12-061-1/+16
* Bug 5601, it is now possible to also get a non-nid memberHeikki Toivonen2006-04-121-9/+12
* Bug 3690, added sha224, sha256, sha384 and sha512, patch by Larry Bugbee.Heikki Toivonen2006-03-251-4/+4
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* Bug 5275, added serialNumber, SN, surname, GN and givenName fields to X509_Name,Heikki Toivonen2006-03-111-3/+9
* Make Cipher_Stack, X509_Stack and X509_Extension_Stack iterable.Heikki Toivonen2006-03-091-6/+10
* X509_Name and ASN1_String as_text (new to ASN1_String) takeHeikki Toivonen2006-03-081-3/+10