1. 8443a92 revert one import order change by Paul Kehrer · 10 years ago
  2. 90450f3 a few small fixes by Paul Kehrer · 10 years ago
  3. afc1ccd import order fixes for future automated checking by Paul Kehrer · 10 years ago
  4. 1805e72 Merge pull request #825 from reaperhulk/expand-rsa-nist-loader by David Reid · 10 years ago
  5. ae37176 remove a comma that was pointlessly added by Paul Kehrer · 10 years ago
  6. 9d64c02 Merge pull request #827 from public/title-case by Alex Gaynor · 10 years ago
  7. c5fffd3 Standardise on sentence case for titles by Alex Stapleton · 10 years ago
  8. e66f69a py3 fix by Paul Kehrer · 10 years ago
  9. 61666eb add headers to each test so the file source can be determined by Paul Kehrer · 10 years ago
  10. afc2518 another file permutation for rsa nist tested. by Paul Kehrer · 10 years ago
  11. 62707f1 expand RSA NIST vector loader to support verification vectors as well by Paul Kehrer · 10 years ago
  12. 38c4263 Merge pull request #792 from reaperhulk/rsa-pss-verify by Alex Gaynor · 10 years ago
  13. a38e8e5 link to Colin Percival re: recommended RSA signature padding by Paul Kehrer · 10 years ago
  14. 0380374 Merge pull request #768 from reaperhulk/cffi-modulename-fix by David Reid · 10 years ago
  15. 5b143b4 should probably update the test too by Paul Kehrer · 10 years ago
  16. c480f6e change exception and improve some language by Paul Kehrer · 10 years ago
  17. 0b3257d address review comments by Paul Kehrer · 10 years ago
  18. 92e8ae8 use mgf1_hash_supported to simplify some logic by Paul Kehrer · 10 years ago
  19. 2e08a76 Merge pull request #759 from public/no-hex by Alex Gaynor · 10 years ago
  20. d46e63c Merge pull request #822 from alex/we-support-py34 by David Reid · 10 years ago
  21. 7f8b277 We support 3.4 by Alex Gaynor · 10 years ago
  22. 7eaf488 Merge pull request #820 from reaperhulk/test-python34 by Alex Gaynor · 10 years ago
  23. 44450da Merge pull request #821 from alex/newer-py33 by Paul Kehrer · 10 years ago
  24. 483d593 Use the latest python 3.3 on OS X on travis by Alex Gaynor · 10 years ago
  25. f855b28 add python 3.4 to osx and linux builders by Paul Kehrer · 10 years ago
  26. 521077c Merge pull request #818 from reaperhulk/tox-34-target by Alex Gaynor · 10 years ago
  27. b125fef Merge pull request #816 from skeuomorf/interface by Paul Kehrer · 10 years ago
  28. 710f614 add py34 target for python 3.4 CI by Paul Kehrer · 10 years ago
  29. e1bf0f8 Merge pull request #815 from public/tweak-changelog by Paul Kehrer · 10 years ago
  30. edacb14 Update the docs. by Mohammed Attia · 10 years ago
  31. 02ebc7a Add key_size property to DSAPublicKey by Mohammed Attia · 10 years ago
  32. b9df278 Don't use weird XX fake dates in the changelog. by Alex Stapleton · 10 years ago
  33. 1cfdca2 pass the hash class rather than using getattr by Paul Kehrer · 10 years ago
  34. dde5933 change rsa nist loader to use strings for algorithm name by Paul Kehrer · 10 years ago
  35. 762014e fix indentation by Paul Kehrer · 10 years ago
  36. 61013ed extract RSA struct from EVP_PKEY by Paul Kehrer · 10 years ago
  37. 24b063d cover a missing line for older openssl by Paul Kehrer · 10 years ago
  38. 862da0a consume errors before asserting by Paul Kehrer · 10 years ago
  39. ee58901 make mgf private by Paul Kehrer · 10 years ago
  40. 763c621 move PSS to top of docs by Paul Kehrer · 10 years ago
  41. b5936a7 add RSA PSS verification support by Paul Kehrer · 10 years ago
  42. 31b837f Merge pull request #808 from public/tidy-rsa by Paul Kehrer · 10 years ago
  43. 8322039 Merge pull request #811 from alex/import-style by Paul Kehrer · 10 years ago
  44. 563896f Merge pull request #812 from public/circular-fix by Paul Kehrer · 10 years ago
  45. df2158a s/set1/assign/ by Alex Stapleton · 10 years ago
  46. 01de3ef s/available_backends/_available_backends/ by Alex Stapleton · 10 years ago
  47. f70f017 Tiny style changes to some imports by Alex Gaynor · 10 years ago
  48. 24dc98c Fix circular imports with available_backends() by Alex Stapleton · 10 years ago
  49. e171c5f Merge pull request #807 from Ayrx/add-backend-check-to-rsa by Paul Kehrer · 10 years ago
  50. 1e7ce06 Merge pull request #806 from Ayrx/add-backend-check-to-cipher by Paul Kehrer · 10 years ago
  51. 77fdd4e Merge pull request #805 from Ayrx/add-backend-check-to-hmac by Paul Kehrer · 10 years ago
  52. e208336 Merge pull request #804 from Ayrx/add-backend-check-to-hashes by Paul Kehrer · 10 years ago
  53. 68855e0 Style nitpick by Ayrx · 10 years ago
  54. 471c118 Style nitpick by Ayrx · 10 years ago
  55. b018dbc Style nitpick by Ayrx · 10 years ago
  56. f575ec1 Fixed style nitpick by Ayrx · 10 years ago
  57. 439d42b Just EVP_PKEY GC free the contained keys. by Alex Stapleton · 10 years ago
  58. 0b02bdd RSAPrivateKey to evp_pkey utility method by Alex Stapleton · 10 years ago
  59. f886a82 Added backend check to rsa primitives by Ayrx · 10 years ago
  60. f56c54e Added backend check to cipher primitives by Ayrx · 10 years ago
  61. ecac029 Added backend check to hmac primitives by Ayrx · 10 years ago
  62. b482ca1 Added backend check to hash primitives by Ayrx · 10 years ago
  63. 3fb221f Merge pull request #803 from alex/style by Paul Kehrer · 10 years ago
  64. 93d7737 Don't put things with side effects in assert statements by Alex Gaynor · 10 years ago
  65. 106cc54 Merge pull request #775 from reaperhulk/rsa-mgf1-class by Alex Gaynor · 10 years ago
  66. 7b9d924 Merge pull request #802 from public/platforms by Paul Kehrer · 10 years ago
  67. a0fdede restructure if statements to be less confusing by Paul Kehrer · 10 years ago
  68. 13432b2 Tweak wording by Alex Stapleton · 10 years ago
  69. b10e954 Alphabetise by Alex Stapleton · 10 years ago
  70. bd0c7a6 Document Python versions too by Alex Stapleton · 10 years ago
  71. b468417 Document the platforms we test on by Alex Stapleton · 10 years ago
  72. c914372 Merge pull request #801 from reaperhulk/fix-idea-coverage by Alex Gaynor · 10 years ago
  73. 66197c4 Merge pull request #800 from alex/style-cleanup by Paul Kehrer · 10 years ago
  74. afc760d test IDEA key_size properly by Paul Kehrer · 10 years ago
  75. 0d377e3 Small style cleanup for imports by Alex Gaynor · 10 years ago
  76. d49eae6 Merge pull request #799 from Ayrx/add-backend-check-to-kdf by Paul Kehrer · 10 years ago
  77. c56b3a1 Merge pull request #796 from reaperhulk/update-jenkins-url by Alex Gaynor · 10 years ago
  78. 35afbcb Removed newline from start of methods by Ayrx · 10 years ago
  79. c5c8c3c Fixed pep8 error by Ayrx · 10 years ago
  80. 6870241 Added backend check to kdf primitives by Ayrx · 10 years ago
  81. f05b186 Merge pull request #789 from skeuomorf/loader by Paul Kehrer · 10 years ago
  82. 53faebc Merge pull request #798 from Ayrx/add-backend-check-to-twofactor by Paul Kehrer · 10 years ago
  83. a8d6b04 Removed pretend stub by Ayrx · 10 years ago
  84. 30e574e Added backend check to twofactor primitives by Ayrx · 10 years ago
  85. 47e5df9 update jenkins URL to use TLS by Paul Kehrer · 10 years ago
  86. e28b3ad Don't go via hex() when working with BNs by Alex Stapleton · 10 years ago
  87. 1c96242 make MAX_LENGTH an object() by Paul Kehrer · 10 years ago
  88. 7387077 be less dumb by Paul Kehrer · 10 years ago
  89. 2d1d3bb make create_modulename private, add test by Paul Kehrer · 10 years ago
  90. b8a9c9e Merge pull request #791 from reaperhulk/098e-fix by Alex Gaynor · 10 years ago
  91. 2c69aba RHEL 5's inaccurate OPENSSL_VERSION_NUMBER is a real pain by Paul Kehrer · 10 years ago
  92. a83d218 Merge pull request #790 from reaperhulk/098b-sigh by Alex Gaynor · 10 years ago
  93. 6274991 complete 0.9.8b PR by Paul Kehrer · 10 years ago
  94. ccdd04c Add support for openssl 0.9.8b by Arturo Filastò · 10 years ago
  95. 2da0013 Add the vectors for different (L,N) pairs again for the loader test by Mohammed Attia · 10 years ago
  96. 49b9259 Change flag to a bool by Mohammed Attia · 10 years ago
  97. 22ccb87 Remove some of the vectors in the loader test by Mohammed Attia · 10 years ago
  98. b3231a1 Merge pull request #788 from reaperhulk/vector-script-should-work by Alex Gaynor · 10 years ago
  99. 98afd76 Use iteritems from the six module for Python 3 compatibility by Mohammed Attia · 10 years ago
  100. 613f8bc Decrease loader test size by Mohammed Attia · 10 years ago