1. f1ef351 clean up x509 tests & add DSA/ECDSA tests by Paul Kehrer · 11 years ago
  2. 1eb5b86 improve tests, remove some outdated comments by Paul Kehrer · 11 years ago
  3. 7638c31 improve x509 load error handling by Paul Kehrer · 11 years ago
  4. 30c5ccd add x509v1 test by Paul Kehrer · 11 years ago
  5. a9d78c1 update docs, test invalid x509 version by Paul Kehrer · 11 years ago
  6. 016e08a move x509 to top level, add more docs by Paul Kehrer · 11 years ago
  7. a1426f0 initial x509 version support by Paul Kehrer · 11 years ago
  8. f83c749 initial x509 openssl implementation by Paul Kehrer · 11 years ago
  9. 9305287 Merge pull request #1527 from alex/pr/1517 by Paul Kehrer · 11 years ago
  10. 0c9e8af Added two more tests to get coverage back up by Alex Gaynor · 11 years ago
  11. 004b3ad two flake8 fixes by Alex Gaynor · 11 years ago
  12. 993b85a A handful of tiny fixes by Alex Gaynor · 11 years ago
  13. cbddc98 Added optimization for Python 3 to use int.from_bytes instead of Python code by Mark Adams · 11 years ago
  14. c3e8b88 Made a couple of minor tweaks to clean up _read_next_string and _read_next_mpint by Mark Adams · 11 years ago
  15. e59804e Merge pull request #1525 from alex/style-fix by Paul Kehrer · 11 years ago
  16. da4c18e Merge pull request #1526 from Ayrx/move-pytest-ini by Alex Gaynor · 11 years ago
  17. 36b35b1 Move config in pytest.ini to tox.ini. by Terry Chia · 11 years ago
  18. ef86535 A few more style fixes by Alex Gaynor · 11 years ago
  19. 69249b4 Fixed a few other places as well by Alex Gaynor · 11 years ago
  20. d2e2cde Fixed the bio bindings to match our style guide by Alex Gaynor · 11 years ago
  21. 4724d61 Added better parsing for RFC 4251 string and mpint values. by Mark Adams · 11 years ago
  22. dfa57bf Removed redundant tests for _load_ssh_rsa_public_key since it is now a non-public part of the API and made a number of minor changes to tests and documentation by Mark Adams · 11 years ago
  23. 1832e24 Minor documentation corrections for load_ssh_public_key by Mark Adams · 11 years ago
  24. 3aeac8c Standardized the assignment statement for str_key in TestSSHSerialization. by Mark Adams · 11 years ago
  25. c5e9ce0 Merge pull request #1498 from reaperhulk/x509-more-vectors by Alex Stapleton · 11 years ago
  26. b7b9117 Privatized the load_ssh_rsa_public_key function and fixed some coverage issues on test_serialization. by Mark Adams · 11 years ago
  27. 78a7d1c Added load_ssh_rsa_public_key to hazmat.primitives.serialization to allow for loading of OpenSSH RSA public keys by Mark Adams · 11 years ago
  28. be42d09 Merge pull request #1519 from alex/class-naming by Paul Kehrer · 11 years ago
  29. 9633490 Merge pull request #1520 from alex/https-all-the-things by Paul Kehrer · 11 years ago
  30. 985a398 this is a word by Alex Gaynor · 11 years ago
  31. a850c61 rename DSA test vector certificate to be more clear by Paul Kehrer · 11 years ago
  32. e9df294 Use HTTPS for a number of URLs in the docs by Alex Gaynor · 11 years ago
  33. ee1d96c Fixes #1518 -- document the captilazation of lcass names by Alex Gaynor · 11 years ago
  34. d317bae add ECDSA certificate that does not have a named curve OID by Paul Kehrer · 11 years ago
  35. 0b58692 Merge pull request #1516 from exarkun/SSL_CTX_check_private_key by Paul Kehrer · 11 years ago
  36. 13f84a5 Bind it. by Jean-Paul Calderone · 11 years ago
  37. fca261b Merge pull request #1514 from reaperhulk/ne-eq-fun by Alex Stapleton · 11 years ago
  38. 285edf8 add NotImplemented handling by Paul Kehrer · 11 years ago
  39. 0ed7822 add __ne__ and __eq__ methods to RSA, DSA, and EC numbers classes by Paul Kehrer · 11 years ago
  40. cc927a2 Merge pull request #1512 from alex/change-debian-define by Paul Kehrer · 11 years ago
  41. facea9a Fixed #1494 -- switch which define we look for for SSLv3 disabled. We're now using the same one as CPython. by Alex Gaynor · 11 years ago
  42. 68416c3 Merge pull request #1502 from reaperhulk/fix-1285 by Alex Gaynor · 11 years ago
  43. ac4d5f2 Stupid mistake number one billion. by Paul Kehrer · 11 years ago
  44. 6a4342c directly test r, s for integer-ness by Paul Kehrer · 11 years ago
  45. a43964a catch PyAsn1Error for encoding signature as well by Paul Kehrer · 11 years ago
  46. 9e507d2 Merge pull request #1491 from reaperhulk/randomize-tests by Alex Gaynor · 11 years ago
  47. ae6db32 add comment describing how the ASN.1 sequence in a test is invalid by Paul Kehrer · 11 years ago
  48. 73251fa catch PyAsn1Error when decoding rfc6979 signature by Paul Kehrer · 11 years ago
  49. 2cbb783 Merge pull request #1511 from delroth/master by Alex Gaynor · 11 years ago
  50. 82cce84 OpenSSL binding: add support for NETSCAPE_SPKI_b64_decode by Pierre Bourdon · 11 years ago
  51. fb613d1 Merge pull request #1510 from public/more-x509 by Paul Kehrer · 11 years ago
  52. 13a880e Add various bits useful when generating X509 certs by Alex Stapleton · 11 years ago
  53. 7215fcc Merge pull request #1509 from alex/tox-env by Donald Stufft · 11 years ago
  54. 80b84f5 Change the envvar for tox env to the officla tox one by Alex Gaynor · 11 years ago
  55. d5fe4ba assign tuple to multiple vars for better readability by Paul Kehrer · 11 years ago
  56. 94a0713 error if signature has trailing bytes by Paul Kehrer · 11 years ago
  57. e01eeb4 Merge pull request #1504 from reaperhulk/update-bindings-dev-docs by Alex Gaynor · 11 years ago
  58. 836955f update docs to fix #1481 by Paul Kehrer · 11 years ago
  59. b3a3e5c add changelog entry by Paul Kehrer · 11 years ago
  60. aa7daca add encode_rfc6979_signature and refactor tests to use it by Paul Kehrer · 11 years ago
  61. 65d054d add decode_rfc6979_signature helper for DSA/ECDSA by Paul Kehrer · 11 years ago
  62. a98f95a add pyasn1 as a dependency by Paul Kehrer · 11 years ago
  63. 745e512 Merge pull request #1501 from reaperhulk/change-loader by Alex Gaynor · 11 years ago
  64. de494b3 Merge pull request #1500 from vovka-korovka/master by Paul Kehrer · 11 years ago
  65. fdae070 alter vector file loader to support passing read mode by Paul Kehrer · 11 years ago
  66. 345277a Remove stray space by Vladimir Didenko · 11 years ago
  67. 8cea741 Export X509_STORE_load_locations and X509_STORE_set_default_paths functions. They are necessary if you want to verify certificates offline. by Vladimir Didenko · 11 years ago
  68. a288748 Merge pull request #1496 from reaperhulk/x509-multibackend by Alex Gaynor · 11 years ago
  69. ebc2650 add several new x509 test vectors by Paul Kehrer · 11 years ago
  70. 579b138 Merge pull request #1493 from reaperhulk/x509-test-vectors by Donald Stufft · 11 years ago
  71. ae8156f add X509Backend support to multibackend by Paul Kehrer · 11 years ago
  72. 77f457e Merge pull request #1442 from reaperhulk/x509-interface by Alex Gaynor · 11 years ago
  73. fcea445 Merge pull request #1497 from reaperhulk/update-supported-platforms by Alex Gaynor · 11 years ago
  74. cebb31a add Yosemite to our list of tested/supported platforms by Paul Kehrer · 11 years ago
  75. 244637c add X509Certificate version attribute by Paul Kehrer · 11 years ago
  76. 8473df6 add load_der_x509_certificate X509Backend method by Paul Kehrer · 11 years ago
  77. ed80d55 Merge pull request #1492 from reaperhulk/add-cc-binding by Alex Gaynor · 11 years ago
  78. f0e05bb link datetime better and add naïve to spelling list by Paul Kehrer · 11 years ago
  79. 333ae9b update docs with review feedback by Paul Kehrer · 11 years ago
  80. bab4e39 add NIST PKITS X.509 vectors by Paul Kehrer · 11 years ago
  81. df13573 change the cfdataref typedef to be more flexible/correct by Paul Kehrer · 11 years ago
  82. e75f099 add SecItemExport binding by Paul Kehrer · 11 years ago
  83. 1ecc7f1 add a tox target to randomize tests by Paul Kehrer · 11 years ago
  84. 04a3f1f Merge pull request #1488 from alex/no-sslv3 by Paul Kehrer · 11 years ago
  85. 6c4302e add backend interface for loading x509 certificates by Paul Kehrer · 11 years ago
  86. b882426 Merge pull request #1490 from public/dsa-err by Paul Kehrer · 11 years ago
  87. 05c122b Initial minimal X509Certificate interfaces by Paul Kehrer · 11 years ago
  88. 3050ec8 Don't check DSA error stack by Alex Stapleton · 11 years ago
  89. 12c9f3a Support compilation on platforms, such as debian expiremental, which are compiled without SSLv3 by Alex Gaynor · 11 years ago
  90. e987b81 Merge pull request #1487 from alex/more-docs-fixes by Paul Kehrer · 11 years ago
  91. 1cfc5d5 A few more docs fixes by Alex Gaynor · 11 years ago
  92. a26f955 Merge pull request #1486 from alex/docs-fixes by Paul Kehrer · 11 years ago
  93. e85e356 A handful of different fixes for the interface docs by Alex Gaynor · 11 years ago
  94. 45766ec Merge pull request #1485 from alex/docs-syntax by Paul Kehrer · 11 years ago
  95. 4922c45 fixed a syntax error in the docs by Alex Gaynor · 11 years ago
  96. c98545a Merge pull request #1484 from alex/re-encode-thing by Paul Kehrer · 11 years ago
  97. 899c3ac Update docs by Alex Gaynor · 11 years ago
  98. 70ed6cb Upgrade the encryption algorithm on another thing. This uses the same PBES2 parameters as the previous one. by Alex Gaynor · 11 years ago
  99. 29d74f8 Merge pull request #1483 from alex/upgrade-cipher by Paul Kehrer · 11 years ago
  100. 038b47e Re-encrypts one of our vectors from a truly atrocious algorithm (single DES, MD5) to a PBES#2 based one (PBKDF2HMAC + AES) by Alex Gaynor · 11 years ago