1. 7cf4c30 list package versions in tox env for easier debugging by Paul Kehrer · 9 years ago
  2. c9cd3ec Merge pull request #2008 from tonyseek/add-author by Paul Kehrer · 9 years ago
  3. a1c31fb Merge pull request #2009 from tonyseek/twofactor-uri-changelog by Paul Kehrer · 9 years ago
  4. 764f637 Update CHANGELOG for Two-Factor provisioning URI. by Jiangge Zhang · 9 years ago
  5. 38bece4 Add 'Jiangge Zhang' to AUTHORS. #1990 by Jiangge Zhang · 9 years ago
  6. 5fd451c Merge pull request #1965 from reaperhulk/more-client-bindings by Alex Gaynor · 9 years ago
  7. 76806ee Merge pull request #2005 from reaperhulk/fix-2004 by Alex Gaynor · 9 years ago
  8. 724617c some docs cleanup for OTP by Paul Kehrer · 9 years ago
  9. d3532d4 Merge pull request #1990 from tonyseek/key-uri by Paul Kehrer · 9 years ago
  10. 840a99b Move the external link to page bottom. by Jiangge Zhang · 9 years ago
  11. 0d9dbbe add license header and fix grammar errors. by Jiangge Zhang · 9 years ago
  12. 4d025ab Merge pull request #2003 from viraptor/x509_times by Alex Gaynor · 9 years ago
  13. d4e0a83 Remove a default argument and rename a private function. by Jiangge Zhang · 9 years ago
  14. 3020ccb Remove remaining UTCTIME variables by Stanisław Pitucha · 9 years ago
  15. 67e183b SSL_CTX_set_client_cert_engine was added in 0.9.8i by Paul Kehrer · 9 years ago
  16. e9f8eb9 Describe provisioning URI in the document. by Jiangge Zhang · 9 years ago
  17. a051184 Follow the review advice: turn URI generator into methods. by Jiangge Zhang · 9 years ago
  18. 43cd3d2 Merge pull request #1907 from simo5/ECDHKDFTests by Paul Kehrer · 9 years ago
  19. a3836b4 Merge pull request #2000 from AndreLouisCaron/more-builder-bindings by Alex Gaynor · 9 years ago
  20. 7ca68cd Adds OpenSSL binding for X509 names. by Andre Caron · 9 years ago
  21. b5bb49d Merge pull request #1998 from etrauschke/crl_vectors by Paul Kehrer · 9 years ago
  22. 70d3138 docfix by Erik Trauschke · 9 years ago
  23. 0150e3d add example CRL PEM files to vectors by Erik Trauschke · 9 years ago
  24. 13dcdf8 Merge pull request #1954 from reaperhulk/inhibitanypolicy by Alex Gaynor · 9 years ago
  25. da5a321 Merge pull request #1997 from reaperhulk/tasks-fix by Alex Gaynor · 9 years ago
  26. ee1ca74 skip the wheel if it's not from the latest build by Paul Kehrer · 9 years ago
  27. 02166c4 Merge pull request #1956 from etrauschke/crl_bindings_interfaces by Paul Kehrer · 9 years ago
  28. c5a8d17 removed verify(), various small fixes by Erik Trauschke · 9 years ago
  29. abb7b6e doc fixes, rename rekoked -> revoked_certificates by Erik Trauschke · 9 years ago
  30. 2dcce90 add bindings and interfaces for CRL objects by Erik Trauschke · 9 years ago
  31. c19c6a0 Merge pull request #1993 from alex/ec-bindings by Paul Kehrer · 9 years ago
  32. 16fae76 InhibitAnyPolicy class by Paul Kehrer · 9 years ago
  33. 50f9a3f missing comma by Alex Gaynor · 9 years ago
  34. 8ac357f Bleh, these were the wrong type by Alex Gaynor · 9 years ago
  35. e44a56e Added these to the macros area as well by Alex Gaynor · 9 years ago
  36. b1d59e7 bleh, fixed typos by Alex Gaynor · 9 years ago
  37. 9b4c313 Fixed #1969 -- added bindings for some more OpenSSL functions by Alex Gaynor · 9 years ago
  38. 7e61721 Merge pull request #1992 from reaperhulk/one-point-oh by Alex Gaynor · 9 years ago
  39. 5beefae Merge pull request #1991 from reaperhulk/print-openssl-version by Alex Gaynor · 9 years ago
  40. 506a215 update all 0.10 to 1.0 by Paul Kehrer · 9 years ago
  41. 1149166 print the version of openssl loaded by cryptography in tox by Paul Kehrer · 9 years ago
  42. 09617e9 Add "generate_key_uri" utility for HOTP/TOTP. by Jiangge Zhang · 9 years ago
  43. b56a611 Merge pull request #1989 from elitest/fixapachelic by Paul Kehrer · 9 years ago
  44. 12c6d7e Fix dual license in test_dh.py by Jim Shaver · 9 years ago
  45. dcd29b4 Merge pull request #1988 from eeshangarg/issue-1987-replace-license-header by Paul Kehrer · 9 years ago
  46. 846e310 Add the dual license header to hazmat/backends/openssl/x509.py by Eeshan Garg · 9 years ago
  47. 2918db0 Merge pull request #1985 from eeshangarg/documentation-1971 by Paul Kehrer · 9 years ago
  48. 0bef772 Add the word 'Nonces' to docs/spelling_wordlist.txt by Eeshan Garg · 9 years ago
  49. 9475900 Docs for CTR and GCM should say that IV/nonce must be unique by Eeshan Garg · 9 years ago
  50. f264655 Merge pull request #1984 from AndreLouisCaron/cert-encoding by Paul Kehrer · 9 years ago
  51. 9dd2ab9 Removes useless pass statement. by Andre Caron · 9 years ago
  52. 18ef34b Adds missing docstring. by Andre Caron · 9 years ago
  53. a8aded6 Adds certificate encoding to PEM and DER. by Andre Caron · 9 years ago
  54. c5db584 Merge pull request #1983 from glyph/correct-structs by Paul Kehrer · 9 years ago
  55. 006d879 ssl_st is _not_ SSL_CTX, sorry by Glyph · 9 years ago
  56. 2ddd385 add some client cert bindings by Paul Kehrer · 9 years ago
  57. 8b8df23 Merge pull request #1959 from reaperhulk/idna2003-test by Alex Gaynor · 9 years ago
  58. 2a21843 Merge pull request #1978 from AndreLouisCaron/asn1-time-binding by Paul Kehrer · 9 years ago
  59. 7fbb901 Merge pull request #1979 from AndreLouisCaron/x509v3-bindings by Paul Kehrer · 9 years ago
  60. c7ddf91 Fixes PEP8 issues. by Andre Caron · 9 years ago
  61. 71a1621 require idna 2.0 or better because it's better by Paul Kehrer · 9 years ago
  62. b896881 add test to confirm IDNA2003 is disallowed by Paul Kehrer · 9 years ago
  63. d0a66e7 add SAN vector with IDNA 2003 encoding by Paul Kehrer · 9 years ago
  64. 05c2e50 Removes variable names from binding. by Andre Caron · 9 years ago
  65. d9b7525 Removes variable names from binding. by Andre Caron · 9 years ago
  66. f270d86 Adds OpenSSL bindings for AIA extension. by Andre Caron · 9 years ago
  67. 8bae15f Adds ASN1 time binding for OpenSSL. by Andre Caron · 9 years ago
  68. 9acecae Merge pull request #1963 from AndreLouisCaron/csr-encoding by Alex Gaynor · 9 years ago
  69. acb1897 Adds public bytes comparison test. by Andre Caron · 9 years ago
  70. 5f1f65c Merge pull request #1889 from alex/macstadium-travis by Paul Kehrer · 9 years ago
  71. 9c34652 Don't try to upgrade brew packages if they are at the latest version by Alex Gaynor · 9 years ago
  72. c41667e Use xcode 6.3, so tests will pass by Alex Gaynor · 9 years ago
  73. af89bb6 Merge branch 'master' into macstadium-travis by Alex Gaynor · 9 years ago
  74. f852018 Merge pull request #1977 from pyca/alex-patch-1 by Paul Kehrer · 9 years ago
  75. f27e4f4 Renames test cases. by Andre Caron · 9 years ago
  76. e6ce9b1 Retry brew update if it fails by Alex Gaynor · 9 years ago
  77. 61716a4 Merge pull request #1976 from reaperhulk/ocsp-no-check by Alex Gaynor · 9 years ago
  78. beed294 Adds release note. by Andre Caron · 9 years ago
  79. 4a1038e add ocsp no check by Paul Kehrer · 9 years ago
  80. f1c3315 Removes PEM text prelude for CSRs. by Andre Caron · 9 years ago
  81. 476c5df Adds support for writing CSRs. by Andre Caron · 9 years ago
  82. 0b0179f Merge pull request #1972 from reaperhulk/expand-ipaddress by Alex Gaynor · 9 years ago
  83. eb17793 IPAddress needs to support networks for nameconstraints by Paul Kehrer · 9 years ago
  84. 509bacb Merge pull request #1966 from AndreLouisCaron/csr-extensions by Paul Kehrer · 9 years ago
  85. 6e721a9 Adds support for CSR extensions. by Andre Caron · 9 years ago
  86. b039181 Merge pull request #1968 from reaperhulk/ext-eq by Alex Gaynor · 9 years ago
  87. 4825b9e Merge pull request #1967 from reaperhulk/csr-bc by Alex Gaynor · 9 years ago
  88. 58e870c x509 extension equality by Paul Kehrer · 9 years ago
  89. c97ca7e Adds new CSR test vector. by Andre Caron · 9 years ago
  90. ad9d46e Merge pull request #1964 from AndreLouisCaron/authors by Alex Gaynor · 9 years ago
  91. 36ab5b9 Adding myself to the authors file. by Andre Caron · 9 years ago
  92. 8e176ee Merge pull request #1961 from AndreLouisCaron/refactor-openssl-extensions by Paul Kehrer · 9 years ago
  93. 5f49a08 Merge pull request #1962 from AndreLouisCaron/csr-test-vectors by Alex Gaynor · 9 years ago
  94. 2b54fb0 Moves CSR test vectors to requests folder. by Andre Caron · 9 years ago
  95. cf50f6d Fixes critical flag in CSR test vector. by Andre Caron · 9 years ago
  96. 6cfe79b Moves new CSR vector descriptions to CSR section. by Andre Caron · 9 years ago
  97. 26cab5d Fixes typos. by Andre Caron · 9 years ago
  98. e845d0e Adds test vectors for X.509 CSR decoding. by Andre Caron · 9 years ago
  99. 4a684ed Prepares X509 decoding functions for more CA functionality. by Andre Caron · 9 years ago
  100. 706d266 Merge pull request #1960 from reaperhulk/x509-cert-interface-expansion by Alex Gaynor · 9 years ago