- 813c328 Merge pull request #1862 from reaperhulk/san-uri by Alex Gaynor · 10 years ago
- 9ef13b9 Merge pull request #1795 from public/dh-backend-interfaces-2015 by Paul Kehrer · 10 years ago
- b8ef82e add URI general name support by Paul Kehrer · 10 years ago
- e93d271 Added support for ssl_get_version by Jim Shaver · 10 years ago
- b7c6029 DH backend interfaces by Alex Stapleton · 10 years ago
- 94626ea some initial OCSP bindings by Paul Kehrer · 10 years ago
- 4db9662 support registeredID general name in OpenSSL backend by Paul Kehrer · 10 years ago
- 0a621bf return only an int for unsupported general name type, update docs by Paul Kehrer · 10 years ago
- bed0735 update exception to contain detail by Paul Kehrer · 10 years ago
- 9089c91 handle otherName, x400Address, and ediPartyName in OpenSSL backend by Paul Kehrer · 10 years ago
- e37ca98 Merge pull request #1857 from reaperhulk/san-check-list-elements by Alex Gaynor · 10 years ago
- d04b39b add a check to require that the list passed to SAN is all general names by Paul Kehrer · 10 years ago
- fda410e review fixes by Paul Kehrer · 10 years ago
- 40f8338 Support Subject Alternative Name in the OpenSSL backend by Paul Kehrer · 10 years ago
- 2eb4ed9 AuthorityKeyIdentifier support by Paul Kehrer · 10 years ago
- 702ef6a Merge pull request #1783 from reaperhulk/san-class by Alex Gaynor · 10 years ago
- 97a49a3 Merge pull request #1849 from Sp1l/master by Paul Kehrer · 10 years ago
- b372e67 improve KeyUsage repr by Paul Kehrer · 10 years ago
- 6224099 LibreSSL added ALPN support in 2.1.3 by Bernard Spil · 10 years ago
- 27c750d Merge pull request #1848 from reaperhulk/invalid-token by Alex Gaynor · 10 years ago
- d14dcc5 add changelog entry, set proper deprecation warning by Paul Kehrer · 10 years ago
- 31bdf79 Add GeneralName and SubjectAlternativeName classes by Paul Kehrer · 10 years ago
- d914609 Fix comparison between pyasn1 objects introduced in #1843 by Geoffrey Thomas · 10 years ago
- c2d903b Work around pyasn1's willingness to return endOfOctets in DER parsing by Geoffrey Thomas · 10 years ago
- b3f45e3 InvalidToken is deprecated in 09, not 08 by Steven Buss · 10 years ago
- 9f58153 Add DeprecatedIn09 by Steven Buss · 10 years ago
- e079c55 Move cryptography.exceptions.InvalidToken to cryptography.hazmat.primitives.twofactor by Steven Buss · 10 years ago
- 4a704e0 free the bit string by Paul Kehrer · 10 years ago
- 5508ee2 keyusage support in the OpenSSL backend by Paul Kehrer · 10 years ago
- d459a8a Merge pull request #1814 from reaperhulk/keyusage-repr by Alex Gaynor · 10 years ago
- f4ed10a 0!r time by Paul Kehrer · 10 years ago
- e613e5d let's make that repr actually good by Paul Kehrer · 10 years ago
- 1fb35c9 add repr for x509 names by Paul Kehrer · 10 years ago
- 6c7dd24 unused import I left in as a test. Yeah, that's why... by Paul Kehrer · 10 years ago
- cbfb101 alter approach to just use digest, no hexdigest by Paul Kehrer · 10 years ago
- 0f5a66b free the ASN1_OCTET_STRING instance by Paul Kehrer · 10 years ago
- 1eb82a6 add subjectkeyidentifier support by Paul Kehrer · 10 years ago
- 8900818 Merge pull request #1727 from public/dh-key-iface-2015 by Paul Kehrer · 10 years ago
- 313ef32 after closer review, it would appear that PKCS7_NOSMIMECAP was added in 0.9.6. Removing conditional logic and making it a normal constant. (source: http://marc.info/?l=openssl-cvs&m=96816036412988&w=2 ) by Mahmoud Hashemi · 10 years ago
- 399e194 remove stray PKCS7_encrypt arg 'certs' by Mahmoud Hashemi · 10 years ago
- 9cc88f2 PKCS7 signature, encryption and serialization bindings. by Mark Williams · 10 years ago
- 232de6c DH key interfaces by Alex Stapleton · 10 years ago
- 542be02 Merge pull request #1826 from reaperhulk/x509-extension-oids by Alex Gaynor · 10 years ago
- d08b549 add the remaining extension OIDs by Paul Kehrer · 10 years ago
- 7e573a3 support openssl no-comp on linux/os x by Paul Kehrer · 10 years ago
- 6338ad8 Merge pull request #1820 from schlenk/get_crl_properties by Alex Gaynor · 10 years ago
- e73c1c9 More CRL related bindings by Michael Schlenker · 10 years ago
- 090dcb3 Add wrappers for STACK_OF(X509_CRL) manipulation by Michael Schlenker · 10 years ago
- bf2fb81 Merge pull request #1812 from reaperhulk/asn1-bitstring by Alex Gaynor · 10 years ago
- 23d10c3 add extendedkeyusage repr by Paul Kehrer · 10 years ago
- ac3e5bb add repr to KeyUsage by Paul Kehrer · 10 years ago
- 6a95e91 add some ASN1_BIT_STRING bindings for OpenSSL by Paul Kehrer · 10 years ago
- de3412c remove extra blank line by Paul Kehrer · 10 years ago
- cecbbba add keyusage extension by Paul Kehrer · 10 years ago
- ffa2a15 add extendedkeyusage extension by Paul Kehrer · 10 years ago
- e1513fa support the EKU OIDs specified in RFC 5280 section 4.2.1.12 by Paul Kehrer · 10 years ago
- 1effb6e add load_der_x509_csr to support loading DER encoded CSRs by Paul Kehrer · 10 years ago
- 0857894 Emit a warning on Python 2.6 by Alex Gaynor · 10 years ago
- 29699f1 Merge pull request #1796 from rev112/minor_refactorings by Paul Kehrer · 10 years ago
- c91ac82 Rename 'type' variable which shadows built-in name 'type' by Anton Ovchinnikov · 10 years ago
- a64109c Rename lambda argument by Anton Ovchinnikov · 10 years ago
- 0bcb18c Simplify chained comparison by Anton Ovchinnikov · 10 years ago
- 491579a Remove redundant parentheses by Anton Ovchinnikov · 10 years ago
- a1a1f23 rename to CertificateSigningRequest by Paul Kehrer · 10 years ago
- 5aadb9c address some review comments by Paul Kehrer · 10 years ago
- 31e3988 rename request to CSR by Paul Kehrer · 10 years ago
- dc480ad basic support for parsing x509 requests by Paul Kehrer · 10 years ago
- fa56a23 basicConstraints support for OpenSSL X509 backend by Paul Kehrer · 10 years ago
- fbb7ac8 add x509 extensions class and basic tests (no extensions supported) by Paul Kehrer · 10 years ago
- 51924aa allow zero value bn using _bn_to_int in the openssl backend by Paul Kehrer · 10 years ago
- 47e6b23 Doh by Alex Gaynor · 10 years ago
- fbd7d7f Fixes #1776 -- ensure that we only init bindings once per process by Alex Gaynor · 10 years ago
- 1a12b51 Merge pull request #1774 from chelseawinfree/im_confident by Alex Gaynor · 10 years ago
- 8c8ee12 Merge pull request #1768 from reaperhulk/basic-constraints by Alex Gaynor · 10 years ago
- 7cbe50e Added lines at end of file and adjusted parens by Chellygel · 10 years ago
- 5553d57 review feedback updates by Paul Kehrer · 10 years ago
- a5c6e9a use kwargs for BasicConstraints creation by Paul Kehrer · 10 years ago
- 646a24f Moved OpenSSL engine into standalone c and h files by Chellygel · 10 years ago
- d6b63da Attempt at simplifying the repr code. by Alex Gaynor · 10 years ago
- 58b7569 doc updates and simplification of __repr__ by Paul Kehrer · 10 years ago
- 611d3d3 doc update by Paul Kehrer · 10 years ago
- 8589466 rework BasicConstraints and Extension. by Paul Kehrer · 10 years ago
- d258d37 right, {} format support was added in 2.7 by Paul Kehrer · 10 years ago
- 8cf2642 basic constraints class & extensions interface by Paul Kehrer · 10 years ago
- a7f6c8e add BASIC_CONSTRAINTS_free macro by Paul Kehrer · 10 years ago
- d4d6702 new openssl bindings for parsing some x509 extensions by Paul Kehrer · 10 years ago
- 4f6ea62 add AES key wrap bindings to commoncrypto by Paul Kehrer · 10 years ago
- 4c9fa34 Don't trigger any deprecation warnings on import by Alex Gaynor · 10 years ago
- 919a5b2 DER serialization of DSA private keys by Paul Kehrer · 10 years ago
- 81d069d support DER encoded EC private key serialization by Paul Kehrer · 10 years ago
- 22d25d5 support RSA DER private key serialization by Paul Kehrer · 10 years ago
- 7108776 Merge pull request #1752 from reaperhulk/tiny-cleanup by Alex Gaynor · 10 years ago
- ff1c01b Merge pull request #1751 from reaperhulk/x509-refactor by Alex Gaynor · 10 years ago
- 412913b remove some pointless extra lines in multibackend by Paul Kehrer · 10 years ago
- fb309ed move some helper functions in x509 by Paul Kehrer · 10 years ago
- f1d2fc0 eep not this one by Alex Gaynor · 10 years ago
- 3dd3ce4 Use the new names to reference these classes by Alex Gaynor · 10 years ago
- 2d47bb4 remove unneeded deprecated interface registration by Paul Kehrer · 10 years ago
- f9312d5 refactor OpenSSL backend private_key_bytes by Paul Kehrer · 10 years ago
- 1955ebf support DER serialization of public keys by Paul Kehrer · 10 years ago