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