1. e76cd27 rename X509 classes to remove X509 and improve some tests by Paul Kehrer · 11 years ago
  2. 4903adc update test with proper filename by Paul Kehrer · 11 years ago
  3. 9d0b7d4 sigh by Paul Kehrer · 11 years ago
  4. 6c660a8 raise error on unnamed EC curve certificates when calling public_key by Paul Kehrer · 11 years ago
  5. d273ade move to macros due to const/non-const by Paul Kehrer · 11 years ago
  6. ca941e6 try using ASN1_TIME_print to get ASN1_TIME data by Paul Kehrer · 11 years ago
  7. b2a2050 simplify serial conversion by Paul Kehrer · 11 years ago
  8. b2de948 reorganize a bunch of things related to the x509certificate interface by Paul Kehrer · 11 years ago
  9. 68481c3 move mem_bio creation/reading to backend by Paul Kehrer · 11 years ago
  10. d9fc725 change it to not_valid_* why not by Paul Kehrer · 11 years ago
  11. 71f4c16 improve phrasing on X509Certificate fingerprint method param by Paul Kehrer · 11 years ago
  12. e3e1d55 move x509 to the top of our docs by Paul Kehrer · 11 years ago
  13. 4112032 refactor a test function to avoid string typing by Paul Kehrer · 11 years ago
  14. 4e1db79 learn to bytes by Paul Kehrer · 11 years ago
  15. 0307c37 test x509 fingerprint by Paul Kehrer · 11 years ago
  16. a693cfd py3 fixes by Paul Kehrer · 11 years ago
  17. a68fd33 address review feedback by Paul Kehrer · 11 years ago
  18. f1ef351 clean up x509 tests & add DSA/ECDSA tests by Paul Kehrer · 11 years ago
  19. 1eb5b86 improve tests, remove some outdated comments by Paul Kehrer · 11 years ago
  20. 7638c31 improve x509 load error handling by Paul Kehrer · 11 years ago
  21. 30c5ccd add x509v1 test by Paul Kehrer · 11 years ago
  22. a9d78c1 update docs, test invalid x509 version by Paul Kehrer · 11 years ago
  23. 016e08a move x509 to top level, add more docs by Paul Kehrer · 11 years ago
  24. a1426f0 initial x509 version support by Paul Kehrer · 11 years ago
  25. f83c749 initial x509 openssl implementation by Paul Kehrer · 11 years ago
  26. 9305287 Merge pull request #1527 from alex/pr/1517 by Paul Kehrer · 11 years ago
  27. 0c9e8af Added two more tests to get coverage back up by Alex Gaynor · 11 years ago
  28. 004b3ad two flake8 fixes by Alex Gaynor · 11 years ago
  29. 993b85a A handful of tiny fixes by Alex Gaynor · 11 years ago
  30. cbddc98 Added optimization for Python 3 to use int.from_bytes instead of Python code by Mark Adams · 11 years ago
  31. c3e8b88 Made a couple of minor tweaks to clean up _read_next_string and _read_next_mpint by Mark Adams · 11 years ago
  32. e59804e Merge pull request #1525 from alex/style-fix by Paul Kehrer · 11 years ago
  33. da4c18e Merge pull request #1526 from Ayrx/move-pytest-ini by Alex Gaynor · 11 years ago
  34. 36b35b1 Move config in pytest.ini to tox.ini. by Terry Chia · 11 years ago
  35. ef86535 A few more style fixes by Alex Gaynor · 11 years ago
  36. 69249b4 Fixed a few other places as well by Alex Gaynor · 11 years ago
  37. d2e2cde Fixed the bio bindings to match our style guide by Alex Gaynor · 11 years ago
  38. 4724d61 Added better parsing for RFC 4251 string and mpint values. by Mark Adams · 11 years ago
  39. 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
  40. 1832e24 Minor documentation corrections for load_ssh_public_key by Mark Adams · 11 years ago
  41. 3aeac8c Standardized the assignment statement for str_key in TestSSHSerialization. by Mark Adams · 11 years ago
  42. c5e9ce0 Merge pull request #1498 from reaperhulk/x509-more-vectors by Alex Stapleton · 11 years ago
  43. b7b9117 Privatized the load_ssh_rsa_public_key function and fixed some coverage issues on test_serialization. by Mark Adams · 11 years ago
  44. 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
  45. be42d09 Merge pull request #1519 from alex/class-naming by Paul Kehrer · 11 years ago
  46. 9633490 Merge pull request #1520 from alex/https-all-the-things by Paul Kehrer · 11 years ago
  47. 985a398 this is a word by Alex Gaynor · 11 years ago
  48. a850c61 rename DSA test vector certificate to be more clear by Paul Kehrer · 11 years ago
  49. e9df294 Use HTTPS for a number of URLs in the docs by Alex Gaynor · 11 years ago
  50. ee1d96c Fixes #1518 -- document the captilazation of lcass names by Alex Gaynor · 11 years ago
  51. d317bae add ECDSA certificate that does not have a named curve OID by Paul Kehrer · 11 years ago
  52. 0b58692 Merge pull request #1516 from exarkun/SSL_CTX_check_private_key by Paul Kehrer · 11 years ago
  53. 13f84a5 Bind it. by Jean-Paul Calderone · 11 years ago
  54. fca261b Merge pull request #1514 from reaperhulk/ne-eq-fun by Alex Stapleton · 11 years ago
  55. 285edf8 add NotImplemented handling by Paul Kehrer · 11 years ago
  56. 0ed7822 add __ne__ and __eq__ methods to RSA, DSA, and EC numbers classes by Paul Kehrer · 11 years ago
  57. cc927a2 Merge pull request #1512 from alex/change-debian-define by Paul Kehrer · 11 years ago
  58. 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
  59. 68416c3 Merge pull request #1502 from reaperhulk/fix-1285 by Alex Gaynor · 11 years ago
  60. ac4d5f2 Stupid mistake number one billion. by Paul Kehrer · 11 years ago
  61. 6a4342c directly test r, s for integer-ness by Paul Kehrer · 11 years ago
  62. a43964a catch PyAsn1Error for encoding signature as well by Paul Kehrer · 11 years ago
  63. 9e507d2 Merge pull request #1491 from reaperhulk/randomize-tests by Alex Gaynor · 11 years ago
  64. ae6db32 add comment describing how the ASN.1 sequence in a test is invalid by Paul Kehrer · 11 years ago
  65. 73251fa catch PyAsn1Error when decoding rfc6979 signature by Paul Kehrer · 11 years ago
  66. 2cbb783 Merge pull request #1511 from delroth/master by Alex Gaynor · 11 years ago
  67. 82cce84 OpenSSL binding: add support for NETSCAPE_SPKI_b64_decode by Pierre Bourdon · 11 years ago
  68. fb613d1 Merge pull request #1510 from public/more-x509 by Paul Kehrer · 11 years ago
  69. 13a880e Add various bits useful when generating X509 certs by Alex Stapleton · 11 years ago
  70. 7215fcc Merge pull request #1509 from alex/tox-env by Donald Stufft · 11 years ago
  71. 80b84f5 Change the envvar for tox env to the officla tox one by Alex Gaynor · 11 years ago
  72. d5fe4ba assign tuple to multiple vars for better readability by Paul Kehrer · 11 years ago
  73. 94a0713 error if signature has trailing bytes by Paul Kehrer · 11 years ago
  74. e01eeb4 Merge pull request #1504 from reaperhulk/update-bindings-dev-docs by Alex Gaynor · 11 years ago
  75. 836955f update docs to fix #1481 by Paul Kehrer · 11 years ago
  76. b3a3e5c add changelog entry by Paul Kehrer · 11 years ago
  77. aa7daca add encode_rfc6979_signature and refactor tests to use it by Paul Kehrer · 11 years ago
  78. 65d054d add decode_rfc6979_signature helper for DSA/ECDSA by Paul Kehrer · 11 years ago
  79. a98f95a add pyasn1 as a dependency by Paul Kehrer · 11 years ago
  80. 745e512 Merge pull request #1501 from reaperhulk/change-loader by Alex Gaynor · 11 years ago
  81. de494b3 Merge pull request #1500 from vovka-korovka/master by Paul Kehrer · 11 years ago
  82. fdae070 alter vector file loader to support passing read mode by Paul Kehrer · 11 years ago
  83. 345277a Remove stray space by Vladimir Didenko · 11 years ago
  84. 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
  85. a288748 Merge pull request #1496 from reaperhulk/x509-multibackend by Alex Gaynor · 11 years ago
  86. ebc2650 add several new x509 test vectors by Paul Kehrer · 11 years ago
  87. 579b138 Merge pull request #1493 from reaperhulk/x509-test-vectors by Donald Stufft · 11 years ago
  88. ae8156f add X509Backend support to multibackend by Paul Kehrer · 11 years ago
  89. 77f457e Merge pull request #1442 from reaperhulk/x509-interface by Alex Gaynor · 11 years ago
  90. fcea445 Merge pull request #1497 from reaperhulk/update-supported-platforms by Alex Gaynor · 11 years ago
  91. cebb31a add Yosemite to our list of tested/supported platforms by Paul Kehrer · 11 years ago
  92. 244637c add X509Certificate version attribute by Paul Kehrer · 11 years ago
  93. 8473df6 add load_der_x509_certificate X509Backend method by Paul Kehrer · 11 years ago
  94. ed80d55 Merge pull request #1492 from reaperhulk/add-cc-binding by Alex Gaynor · 11 years ago
  95. f0e05bb link datetime better and add naïve to spelling list by Paul Kehrer · 11 years ago
  96. 333ae9b update docs with review feedback by Paul Kehrer · 11 years ago
  97. bab4e39 add NIST PKITS X.509 vectors by Paul Kehrer · 11 years ago
  98. df13573 change the cfdataref typedef to be more flexible/correct by Paul Kehrer · 11 years ago
  99. e75f099 add SecItemExport binding by Paul Kehrer · 11 years ago
  100. 1ecc7f1 add a tox target to randomize tests by Paul Kehrer · 11 years ago