1. 68416c3 Merge pull request #1502 from reaperhulk/fix-1285 by Alex Gaynor · 10 years ago
  2. ac4d5f2 Stupid mistake number one billion. by Paul Kehrer · 10 years ago
  3. 6a4342c directly test r, s for integer-ness by Paul Kehrer · 10 years ago
  4. a43964a catch PyAsn1Error for encoding signature as well by Paul Kehrer · 10 years ago
  5. 9e507d2 Merge pull request #1491 from reaperhulk/randomize-tests by Alex Gaynor · 10 years ago
  6. ae6db32 add comment describing how the ASN.1 sequence in a test is invalid by Paul Kehrer · 10 years ago
  7. 73251fa catch PyAsn1Error when decoding rfc6979 signature by Paul Kehrer · 10 years ago
  8. 2cbb783 Merge pull request #1511 from delroth/master by Alex Gaynor · 10 years ago
  9. 82cce84 OpenSSL binding: add support for NETSCAPE_SPKI_b64_decode by Pierre Bourdon · 10 years ago
  10. fb613d1 Merge pull request #1510 from public/more-x509 by Paul Kehrer · 10 years ago
  11. 13a880e Add various bits useful when generating X509 certs by Alex Stapleton · 10 years ago
  12. 7215fcc Merge pull request #1509 from alex/tox-env by Donald Stufft · 10 years ago
  13. 80b84f5 Change the envvar for tox env to the officla tox one by Alex Gaynor · 10 years ago
  14. d5fe4ba assign tuple to multiple vars for better readability by Paul Kehrer · 10 years ago
  15. 94a0713 error if signature has trailing bytes by Paul Kehrer · 10 years ago
  16. e01eeb4 Merge pull request #1504 from reaperhulk/update-bindings-dev-docs by Alex Gaynor · 10 years ago
  17. 836955f update docs to fix #1481 by Paul Kehrer · 10 years ago
  18. b3a3e5c add changelog entry by Paul Kehrer · 10 years ago
  19. aa7daca add encode_rfc6979_signature and refactor tests to use it by Paul Kehrer · 10 years ago
  20. 65d054d add decode_rfc6979_signature helper for DSA/ECDSA by Paul Kehrer · 10 years ago
  21. a98f95a add pyasn1 as a dependency by Paul Kehrer · 10 years ago
  22. 745e512 Merge pull request #1501 from reaperhulk/change-loader by Alex Gaynor · 10 years ago
  23. de494b3 Merge pull request #1500 from vovka-korovka/master by Paul Kehrer · 10 years ago
  24. fdae070 alter vector file loader to support passing read mode by Paul Kehrer · 10 years ago
  25. 345277a Remove stray space by Vladimir Didenko · 10 years ago
  26. 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 · 10 years ago
  27. a288748 Merge pull request #1496 from reaperhulk/x509-multibackend by Alex Gaynor · 10 years ago
  28. 579b138 Merge pull request #1493 from reaperhulk/x509-test-vectors by Donald Stufft · 10 years ago
  29. ae8156f add X509Backend support to multibackend by Paul Kehrer · 10 years ago
  30. 77f457e Merge pull request #1442 from reaperhulk/x509-interface by Alex Gaynor · 10 years ago
  31. fcea445 Merge pull request #1497 from reaperhulk/update-supported-platforms by Alex Gaynor · 10 years ago
  32. cebb31a add Yosemite to our list of tested/supported platforms by Paul Kehrer · 10 years ago
  33. 244637c add X509Certificate version attribute by Paul Kehrer · 10 years ago
  34. 8473df6 add load_der_x509_certificate X509Backend method by Paul Kehrer · 10 years ago
  35. ed80d55 Merge pull request #1492 from reaperhulk/add-cc-binding by Alex Gaynor · 10 years ago
  36. f0e05bb link datetime better and add naïve to spelling list by Paul Kehrer · 10 years ago
  37. 333ae9b update docs with review feedback by Paul Kehrer · 10 years ago
  38. bab4e39 add NIST PKITS X.509 vectors by Paul Kehrer · 10 years ago
  39. df13573 change the cfdataref typedef to be more flexible/correct by Paul Kehrer · 10 years ago
  40. e75f099 add SecItemExport binding by Paul Kehrer · 10 years ago
  41. 1ecc7f1 add a tox target to randomize tests by Paul Kehrer · 10 years ago
  42. 04a3f1f Merge pull request #1488 from alex/no-sslv3 by Paul Kehrer · 10 years ago
  43. 6c4302e add backend interface for loading x509 certificates by Paul Kehrer · 10 years ago
  44. b882426 Merge pull request #1490 from public/dsa-err by Paul Kehrer · 10 years ago
  45. 05c122b Initial minimal X509Certificate interfaces by Paul Kehrer · 10 years ago
  46. 3050ec8 Don't check DSA error stack by Alex Stapleton · 10 years ago
  47. 12c9f3a Support compilation on platforms, such as debian expiremental, which are compiled without SSLv3 by Alex Gaynor · 10 years ago
  48. e987b81 Merge pull request #1487 from alex/more-docs-fixes by Paul Kehrer · 10 years ago
  49. 1cfc5d5 A few more docs fixes by Alex Gaynor · 10 years ago
  50. a26f955 Merge pull request #1486 from alex/docs-fixes by Paul Kehrer · 10 years ago
  51. e85e356 A handful of different fixes for the interface docs by Alex Gaynor · 10 years ago
  52. 45766ec Merge pull request #1485 from alex/docs-syntax by Paul Kehrer · 10 years ago
  53. 4922c45 fixed a syntax error in the docs by Alex Gaynor · 10 years ago
  54. c98545a Merge pull request #1484 from alex/re-encode-thing by Paul Kehrer · 10 years ago
  55. 899c3ac Update docs by Alex Gaynor · 10 years ago
  56. 70ed6cb Upgrade the encryption algorithm on another thing. This uses the same PBES2 parameters as the previous one. by Alex Gaynor · 10 years ago
  57. 29d74f8 Merge pull request #1483 from alex/upgrade-cipher by Paul Kehrer · 10 years ago
  58. 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 · 10 years ago
  59. 491384a Merge pull request #1482 from reaperhulk/update-ignores by Alex Gaynor · 10 years ago
  60. 28add4f Merge pull request #1480 from alex/document-in-more-places by David Reid · 10 years ago
  61. 97758a7 Merge pull request #1477 from alex/improve-docs by David Reid · 10 years ago
  62. 550054c update ignores for new project structure by Paul Kehrer · 10 years ago
  63. 4b4a1c2 Describe teh format of the result of signer.finalize(). Fixes #1479 by Alex Gaynor · 10 years ago
  64. 93f135a Improved the interface docs for DSA and ECDSA signatures by Alex Gaynor · 10 years ago
  65. b581cc6 Merge pull request #1476 from alex/license-shenagins by Donald Stufft · 10 years ago
  66. 5951f46 Update the license header for every source file, as well as the documentation. by Alex Gaynor · 10 years ago
  67. 5ee8ce0 Merge pull request #1474 from dstufft/disable-implicit-compile by Alex Gaynor · 10 years ago
  68. c4bbc8b Monkeypatch the CFFI Verifier to prevent the implicit compile by Donald Stufft · 10 years ago
  69. af3d95f Merge pull request #1468 from dstufft/move-to-src by Paul Kehrer · 10 years ago
  70. 62143e4 Use coverage parallel mode and coverage combine to fix paths by Donald Stufft · 10 years ago
  71. c62a78c Move the cryptography package into a src/ subdirectory by Donald Stufft · 10 years ago
  72. d9f137d Merge pull request #1472 from bwhmather/X509_REQ_digest by Alex Gaynor · 10 years ago
  73. 1b55947 add binding for openssl `X509_REQ_digest` by Ben Mather · 10 years ago
  74. d3bdbdb Merge pull request #1467 from dstufft/no-implicit-compile by Alex Gaynor · 10 years ago
  75. 6f21499 Fix the import order by Donald Stufft · 10 years ago
  76. 5fb44c0 Lazily load the library on first use instead of on import by Donald Stufft · 10 years ago
  77. d1b70f3 Build FFI instance when class is created, load library when instantiated by Donald Stufft · 10 years ago
  78. 29493c9 Merge pull request #1462 from alex/no-pragma-no-problem by Paul Kehrer · 10 years ago
  79. 8956321 Merge pull request #1461 from alex/changelog-license by Paul Kehrer · 10 years ago
  80. 34dd585 appease the flake8 in the sky by Alex Gaynor · 10 years ago
  81. 8a57145 No pragma, no problem! by Alex Gaynor · 10 years ago
  82. c37952c We can test this, we have the power! Fixes #874 by Alex Gaynor · 10 years ago
  83. df6a5cd Refs #1209 -- added a changelog entry for our license change by Alex Gaynor · 10 years ago
  84. 9ba1758 Merge pull request #1460 from alex/document-contributing by Paul Kehrer · 10 years ago
  85. fda9247 Refs #1209 -- clearly state the licensing requirements in the docs by Alex Gaynor · 10 years ago
  86. 4a779f0 Merge pull request #1458 from alex/setup-py-license by Alex Stapleton · 10 years ago
  87. d2cb974 fix by Alex Gaynor · 10 years ago
  88. abe8bc9 Update the license in setup.py by Alex Gaynor · 10 years ago
  89. ec60e31 Merge pull request #1457 from alex/new-license by Paul Kehrer · 10 years ago
  90. eeb81c5 Merge pull request #1424 from alex/verify-interfaces by Paul Kehrer · 10 years ago
  91. eb29be1 Merge branch 'master' into verify-interfaces by Alex Gaynor · 10 years ago
  92. 87f8a23 Merge pull request #1455 from alex/verify-all-the-things by Paul Kehrer · 10 years ago
  93. 6eeb4da Added new license files. Refs #1209 by Alex Gaynor · 10 years ago
  94. a201cde added a test for verify-after-finalize by Alex Gaynor · 10 years ago
  95. ef5195f flake8 fix by Alex Gaynor · 10 years ago
  96. c7c37b5 flake8 fix by Alex Gaynor · 10 years ago
  97. 754d459 Make sure the backend implementatinos of various interfaces have verify() methods. by Alex Gaynor · 10 years ago
  98. 4123ae1 Merge branch 'master' into verify-interfaces by Alex Gaynor · 10 years ago
  99. 083091e Merge pull request #1454 from alex/not-your-interface by Alex Stapleton · 10 years ago
  100. 9172ea9 Remove duplicate code, now the verify method isn't special by Alex Gaynor · 10 years ago