1. c7c9a43 https by Paul Kehrer · 10 years ago
  2. 8c8cd72 update doc language to point more strongly at rfc 5280 by Paul Kehrer · 10 years ago
  3. d729cd3 add more words by Paul Kehrer · 10 years ago
  4. 9104b1d add more prose for AKI by Paul Kehrer · 10 years ago
  5. 2eb4ed9 AuthorityKeyIdentifier support by Paul Kehrer · 10 years ago
  6. 702ef6a Merge pull request #1783 from reaperhulk/san-class by Alex Gaynor · 10 years ago
  7. e7e1869 Merge pull request #1852 from reaperhulk/update-a-link by Alex Gaynor · 10 years ago
  8. 3697b1a update a link that has been permanently redirected by Paul Kehrer · 10 years ago
  9. 97a49a3 Merge pull request #1849 from Sp1l/master by Paul Kehrer · 10 years ago
  10. b4e6d50 Merge pull request #1851 from sbuss/sbuss-authors by Paul Kehrer · 10 years ago
  11. c63cbe8 Add @sbuss to AUTHORS by Steven Buss · 10 years ago
  12. 7fee3d6 Merge pull request #1850 from reaperhulk/update-x509-repr by Alex Gaynor · 10 years ago
  13. b511ba8 update the docs too by Paul Kehrer · 10 years ago
  14. b372e67 improve KeyUsage repr by Paul Kehrer · 10 years ago
  15. 6224099 LibreSSL added ALPN support in 2.1.3 by Bernard Spil · 10 years ago
  16. 27c750d Merge pull request #1848 from reaperhulk/invalid-token by Alex Gaynor · 10 years ago
  17. d14dcc5 add changelog entry, set proper deprecation warning by Paul Kehrer · 10 years ago
  18. 31bdf79 Add GeneralName and SubjectAlternativeName classes by Paul Kehrer · 10 years ago
  19. 3bf44db Merge pull request #1845 from geofft/pyasn1-eoc by Alex Gaynor · 10 years ago
  20. d914609 Fix comparison between pyasn1 objects introduced in #1843 by Geoffrey Thomas · 10 years ago
  21. 5054e65 Merge pull request #1843 from geofft/pyasn1-eoc by Alex Gaynor · 10 years ago
  22. c2d903b Work around pyasn1's willingness to return endOfOctets in DER parsing by Geoffrey Thomas · 10 years ago
  23. b3f45e3 InvalidToken is deprecated in 09, not 08 by Steven Buss · 10 years ago
  24. 9f58153 Add DeprecatedIn09 by Steven Buss · 10 years ago
  25. ec60cae Update docs by Steven Buss · 10 years ago
  26. e079c55 Move cryptography.exceptions.InvalidToken to cryptography.hazmat.primitives.twofactor by Steven Buss · 10 years ago
  27. b6c8faa Merge pull request #1839 from alex/decode-rfc-docs by Paul Kehrer · 10 years ago
  28. 1bfc925 Merge pull request #1840 from alex/simplify-setup by Paul Kehrer · 10 years ago
  29. 7148569 Merge pull request #1785 from reaperhulk/travis-docker-experiment by Alex Gaynor · 10 years ago
  30. 9712c51 oh right we need pypy too by Paul Kehrer · 10 years ago
  31. e6a5284 try out some new beta docker travis features by Paul Kehrer · 10 years ago
  32. 2119f74 Simplify setup.py slightly by Alex Gaynor · 10 years ago
  33. 2d72cbf Simpler language by Alex Gaynor · 10 years ago
  34. 45a7fdb Removed a confusing sentence by Alex Gaynor · 10 years ago
  35. 834c03e Document that decode_rfc6979_signature raises ValueError by Alex Gaynor · 10 years ago
  36. 249bbd0 Merge pull request #1822 from reaperhulk/x509-keyusage-ossl by Alex Gaynor · 10 years ago
  37. 4a704e0 free the bit string by Paul Kehrer · 10 years ago
  38. 5508ee2 keyusage support in the OpenSSL backend by Paul Kehrer · 10 years ago
  39. d459a8a Merge pull request #1814 from reaperhulk/keyusage-repr by Alex Gaynor · 10 years ago
  40. b8d29e0 Merge pull request #1833 from reaperhulk/x509-name-repr by Alex Gaynor · 10 years ago
  41. f4ed10a 0!r time by Paul Kehrer · 10 years ago
  42. e613e5d let's make that repr actually good by Paul Kehrer · 10 years ago
  43. 1fb35c9 add repr for x509 names by Paul Kehrer · 10 years ago
  44. 412a273 Merge pull request #1823 from reaperhulk/x509-ski by Alex Gaynor · 10 years ago
  45. 6c7dd24 unused import I left in as a test. Yeah, that's why... by Paul Kehrer · 10 years ago
  46. cbfb101 alter approach to just use digest, no hexdigest by Paul Kehrer · 10 years ago
  47. 0f5a66b free the ASN1_OCTET_STRING instance by Paul Kehrer · 10 years ago
  48. ee99726 python 3.2 you are terrible by Paul Kehrer · 10 years ago
  49. 1eb82a6 add subjectkeyidentifier support by Paul Kehrer · 10 years ago
  50. de2c107 Merge pull request #1832 from reaperhulk/port-082 by Alex Gaynor · 10 years ago
  51. 33906b8 port 0.8.2 changelog to master by Paul Kehrer · 10 years ago
  52. 8900818 Merge pull request #1727 from public/dh-key-iface-2015 by Paul Kehrer · 10 years ago
  53. 5043edf Merge pull request #1829 from paypal/pkcs7_openssl_bindings by Alex Gaynor · 10 years ago
  54. 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
  55. 399e194 remove stray PKCS7_encrypt arg 'certs' by Mahmoud Hashemi · 10 years ago
  56. 9cc88f2 PKCS7 signature, encryption and serialization bindings. by Mark Williams · 10 years ago
  57. 360b6f8 Merge pull request #1827 from Ayrx/fix-typo by Alex Gaynor · 10 years ago
  58. 232de6c DH key interfaces by Alex Stapleton · 11 years ago
  59. 542be02 Merge pull request #1826 from reaperhulk/x509-extension-oids by Alex Gaynor · 10 years ago
  60. 426c2ad Merge pull request #1825 from alex/changelog by Paul Kehrer · 10 years ago
  61. d08b549 add the remaining extension OIDs by Paul Kehrer · 10 years ago
  62. 5d27d4d Added a changelog entry for #1824 by Alex Gaynor · 10 years ago
  63. cff1fa9 Merge pull request #1824 from reaperhulk/no-comp by Alex Gaynor · 10 years ago
  64. 7e573a3 support openssl no-comp on linux/os x by Paul Kehrer · 10 years ago
  65. 6338ad8 Merge pull request #1820 from schlenk/get_crl_properties by Alex Gaynor · 10 years ago
  66. 79d6579 Merge pull request #1819 from schlenk/stack_of_x509_crl by Alex Gaynor · 10 years ago
  67. e73c1c9 More CRL related bindings by Michael Schlenker · 10 years ago
  68. 090dcb3 Add wrappers for STACK_OF(X509_CRL) manipulation by Michael Schlenker · 10 years ago
  69. cdf3d3b Merge pull request #1816 from Ayrx/fernet-docs by Paul Kehrer · 10 years ago
  70. bf2fb81 Merge pull request #1812 from reaperhulk/asn1-bitstring by Alex Gaynor · 10 years ago
  71. 8956b3a Merge pull request #1813 from reaperhulk/add-keyusage-vector by Alex Gaynor · 10 years ago
  72. 43843a4 Merge pull request #1815 from reaperhulk/extkeyusage-repr by Alex Gaynor · 10 years ago
  73. 23d10c3 add extendedkeyusage repr by Paul Kehrer · 10 years ago
  74. ac3e5bb add repr to KeyUsage by Paul Kehrer · 10 years ago
  75. c88bce5 add key usage vector with all 9 purposes set to true by Paul Kehrer · 10 years ago
  76. 6a95e91 add some ASN1_BIT_STRING bindings for OpenSSL by Paul Kehrer · 10 years ago
  77. c053129 Merge pull request #1802 from reaperhulk/x509-keyusage by Alex Gaynor · 10 years ago
  78. 738407b update doc language by Paul Kehrer · 10 years ago
  79. de3412c remove extra blank line by Paul Kehrer · 10 years ago
  80. cecbbba add keyusage extension by Paul Kehrer · 10 years ago
  81. 7209d3e Merge pull request #1808 from reaperhulk/x509-extkeyusage by Alex Gaynor · 10 years ago
  82. ffa2a15 add extendedkeyusage extension by Paul Kehrer · 10 years ago
  83. 88a2edd Merge pull request #1807 from reaperhulk/fix-ecrypt-link by Alex Gaynor · 10 years ago
  84. 43f7fba Merge pull request #1806 from reaperhulk/eku-oids by Alex Gaynor · 10 years ago
  85. 387b5bf Merge pull request #1805 from alex/more-words by Paul Kehrer · 10 years ago
  86. 7476ff5 update ecrypt link in docs by Paul Kehrer · 10 years ago
  87. e1513fa support the EKU OIDs specified in RFC 5280 section 4.2.1.12 by Paul Kehrer · 10 years ago
  88. 175708c Added some more words to our dictionary. These are needed for #1785 by Alex Gaynor · 10 years ago
  89. 805960d Merge pull request #1799 from reaperhulk/san-csr-vector by Alex Gaynor · 10 years ago
  90. 33bf83f Merge pull request #1801 from reaperhulk/x509-request-der by Alex Gaynor · 10 years ago
  91. 0c518be add SAN CSR vectors by Paul Kehrer · 10 years ago
  92. 1effb6e add load_der_x509_csr to support loading DER encoded CSRs by Paul Kehrer · 10 years ago
  93. d10e1ab Merge pull request #1800 from reaperhulk/der-csr-vectors by Alex Gaynor · 10 years ago
  94. 89e4c95 add DER CSR vectors by Paul Kehrer · 10 years ago
  95. dc257de Merge pull request #1798 from alex/py26-warn by Paul Kehrer · 10 years ago
  96. 6e7f622 Added a changelog entry by Alex Gaynor · 10 years ago
  97. 0857894 Emit a warning on Python 2.6 by Alex Gaynor · 10 years ago
  98. d0f74e1 Merge pull request #1797 from alex/retry-harder by Paul Kehrer · 10 years ago
  99. 29699f1 Merge pull request #1796 from rev112/minor_refactorings by Paul Kehrer · 10 years ago
  100. e6963b4 Retry a third time on apt-get update failures. by Alex Gaynor · 10 years ago