1. 873a6da Merge pull request #631 from alex/docs-fix by Paul Kehrer · 10 years ago
  2. 87bc404 Fixed some sphinx linkification issues by Alex Gaynor · 10 years ago
  3. 23532b6 Merge pull request #629 from reaperhulk/cast5-ctr-support by Alex Gaynor · 10 years ago
  4. d2644dd name things the right name for variety by Paul Kehrer · 10 years ago
  5. cf4f633 add CAST5 CTR support to commoncrypto + tests by Paul Kehrer · 10 years ago
  6. 3c93e51 Merge pull request #626 from reaperhulk/cast5-ctr-vectors by Alex Gaynor · 10 years ago
  7. e1dbd3a add origin header to cast5-ctr test vectors by Paul Kehrer · 10 years ago
  8. f4c1429 Merge pull request #625 from reaperhulk/openssl-loader-youre-outta-here by Alex Gaynor · 10 years ago
  9. d5c9f5a remove openssl vector loader that is no longer in use by Paul Kehrer · 10 years ago
  10. 22b070c Merge pull request #624 from reaperhulk/openssl-loader-time-to-die by Alex Gaynor · 10 years ago
  11. 9104dd2 clearer prose by Paul Kehrer · 10 years ago
  12. aee319f update docs to explain CTR generation source by Paul Kehrer · 10 years ago
  13. 432b4cb update generation script and verification script to support CTR gen by Paul Kehrer · 10 years ago
  14. 5214220 add CAST5 CTR vectors (built from AES CTR vectors) by Paul Kehrer · 10 years ago
  15. 47185e8 reformat camellia cfb, ofb, cbc vectors to NIST layout by Paul Kehrer · 10 years ago
  16. 3e4489a Merge pull request #623 from reaperhulk/openssl-loader-your-time-is-coming by Alex Gaynor · 10 years ago
  17. e547d8f Reformat AES CTR vectors to use NIST loader & document their source properly by Paul Kehrer · 10 years ago
  18. c5b0aa0 Merge pull request #605 from reaperhulk/add-crt-coefficients by Alex Gaynor · 10 years ago
  19. 1deb687 Merge pull request #620 from public/sort-spelling by Alex Gaynor · 10 years ago
  20. 7d95d5f Sort the wordlist is a vaguely sensible way by Alex Stapleton · 10 years ago
  21. bcbc9b2 Merge pull request #618 from Ayrx/rhel-install by Paul Kehrer · 10 years ago
  22. d9702f9 Updated documentation to remove debian/rhel headers. by Ayrx · 10 years ago
  23. a674c6b Added rhel-specific installation instructions. by Ayrx · 10 years ago
  24. b557045 switch to more compact modular multiplicative inverse by Paul Kehrer · 10 years ago
  25. 386801f Merge pull request #617 from alex/fix-sig by Paul Kehrer · 10 years ago
  26. 6ce418d Fix the signature of this on 0.9.8 by Alex Gaynor · 10 years ago
  27. 37acfbb Merge pull request #616 from reaperhulk/openssl-you-spin-me-right-round by David Reid · 10 years ago
  28. de6ed48 methods to open an EVP_PKEY from an RSA or DSA struct in OpenSSL by Paul Kehrer · 10 years ago
  29. e8afc68 when declaring macros it helps to get the arguments right by Paul Kehrer · 10 years ago
  30. b321562 Merge pull request #615 from reaperhulk/rsa-blinded-by-the-light by Alex Gaynor · 10 years ago
  31. e456c70 Merge pull request #612 from reaperhulk/rsa-signing-bindings by Alex Gaynor · 10 years ago
  32. ffc00a6 OpenSSL bindings for RSA blinding by Paul Kehrer · 10 years ago
  33. 27cc9f7 some padding functions we're going to need for 0.9.8 by Paul Kehrer · 10 years ago
  34. 6bdd27a EVP_PKEY_CTX doesn't exist on 0.9.8. Do the conditional include dance by Paul Kehrer · 10 years ago
  35. e7fac4f python3 compatibility is good by Paul Kehrer · 10 years ago
  36. c9f48f6 add egcd and modinv unit tests by Paul Kehrer · 10 years ago
  37. 5697c2e Merge pull request #613 from hynek/master by Alex Gaynor · 10 years ago
  38. 87f7e9c Add X509_V_ERR_APPLICATION_VERIFICATION by Hynek Schlawack · 10 years ago
  39. b530fe1 bind sign/verify EVP functions for OpenSSL by Paul Kehrer · 10 years ago
  40. 2253ab4 add some PKEY_CTX bindings we'll need for signing by Paul Kehrer · 10 years ago
  41. ba7d5ec Merge branch 'master' into add-crt-coefficients by Paul Kehrer · 10 years ago
  42. b477b53 add the crt coefficients to the interface by Paul Kehrer · 10 years ago
  43. 43e4d7a Merge pull request #611 from alex/rsa-doc-fixes by Paul Kehrer · 10 years ago
  44. 05e0029 Merge pull request #610 from alex/padding-comments by David Reid · 10 years ago
  45. a9d802a Also clean up this syntax by Alex Gaynor · 10 years ago
  46. 14971b7 Fixed a missing word in the RSA docs by Alex Gaynor · 10 years ago
  47. 86dc3ab Fix comments in padding.py to be accurate by Alex Gaynor · 10 years ago
  48. 811163e Merge pull request #608 from reaperhulk/cast5-changelog by Alex Gaynor · 10 years ago
  49. c3aa3d7 Merge pull request #607 from alex/docs-nits by Paul Kehrer · 10 years ago
  50. a5011ec add versionadded to cast5 by Paul Kehrer · 10 years ago
  51. 4992384 A few style nits in the docs by Alex Gaynor · 10 years ago
  52. 849da19 add CAST5 support to changelog by Paul Kehrer · 10 years ago
  53. de5a855 Merge pull request #606 from chrisglass/installation-ubuntu by Paul Kehrer · 10 years ago
  54. 8e9c984 expose dmp1, dmq1, iqmp getters on RSAPrivateKey by Paul Kehrer · 10 years ago
  55. 3340adf Merge pull request #604 from reaperhulk/cast5-cbc-and-more by Alex Gaynor · 10 years ago
  56. 2e15c7f Changed .... lines to ~~~~ and s/Gnu\/Linux/Linux/ by Chris Glass · 10 years ago
  57. ae20caa Pypy is not a real word either apparently. by Chris Glass · 10 years ago
  58. 03829e5 Added Pypy note and fixed libffi's "spelling" by Chris Glass · 10 years ago
  59. f82d94f Added Debian mention, extra missing packages by Chris Glass · 10 years ago
  60. 87c4edb Added a docs section on Linux installation by Chris Glass · 10 years ago
  61. b393bdc update constructor docs for rsa by Paul Kehrer · 10 years ago
  62. 09328bb add crt coefficients to RSAPrivateKey constructor and update tests by Paul Kehrer · 10 years ago
  63. 2b764a1 Merge pull request #602 from alex/hkdf-docs by Paul Kehrer · 10 years ago
  64. 25916cf Merge pull request #603 from alex/syntax-highlight by Paul Kehrer · 10 years ago
  65. 70c90e9 remove some extra linebreaks by Paul Kehrer · 10 years ago
  66. bab0e1a add cast5 docs by Paul Kehrer · 10 years ago
  67. 61ea493 Syntax highlight the go code. Be mad Rob Pike. by Alex Gaynor · 10 years ago
  68. c423f63 add cbc, cfb, ofb support to CAST5 (aka CAST128) for openssl & cc by Paul Kehrer · 10 years ago
  69. ed828e1 re-add CAST5 ECB support (OpenSSL & CC backends). fixes #417 by Paul Kehrer · 10 years ago
  70. 93b3734 Merge pull request #589 from reaperhulk/cast5-bespoke-vectors by David Reid · 10 years ago
  71. c43bb75 Switch this to a warning block by Alex Gaynor · 10 years ago
  72. af6ad14 show the entire files by Paul Kehrer · 10 years ago
  73. 89d0506 remove unused var by Paul Kehrer · 10 years ago
  74. 9f540f2 improve formatting and fix pep8 for generate/verify cast5 scripts by Paul Kehrer · 10 years ago
  75. cf6ffb5 add cast5 (cbc, cfb, ofb) vector source info to docs by Paul Kehrer · 10 years ago
  76. 493efbb update headers for the CAST5 vectors by Paul Kehrer · 10 years ago
  77. 719907c Be clear about HKDF's applicability for password storage by Alex Gaynor · 10 years ago
  78. 7aeae3f CAST5 CBC, OFB, CFB vectors made from the AES MMT test data by Paul Kehrer · 10 years ago
  79. da2d57c Merge pull request #596 from reaperhulk/docs-test-vectors by Alex Gaynor · 10 years ago
  80. 4e1c40b remove references to the CAST5 generation (will be in separate PR) by Paul Kehrer · 10 years ago
  81. cca5d52 Merge pull request #601 from dreid/confusing-padding-example by Alex Gaynor · 10 years ago
  82. ba657d3 Merge pull request #600 from alex/multi-rsa by David Reid · 10 years ago
  83. 50309fb Don't throw away the result of finalize either. by David Reid · 10 years ago
  84. db616be Don't throw away the result of padder.update because it confuses users. by David Reid · 10 years ago
  85. d3a061a Merge pull request #599 from alex/import-sort by David Reid · 10 years ago
  86. e7bdb1b flake8 fix by Alex Gaynor · 10 years ago
  87. 0d22bf4 Added RSABackend to MultiBackend by Alex Gaynor · 10 years ago
  88. e2d4545 Also fix this module by Alex Gaynor · 10 years ago
  89. 1781968 Sort our imports by Alex Gaynor · 10 years ago
  90. d0f37ea Merge pull request #582 from public/rsa-generate by Alex Gaynor · 10 years ago
  91. b232d74 Add RSAPrivateKey.generate by Alex Stapleton · 10 years ago
  92. b96d796 Merge pull request #595 from reaperhulk/be-more-accurate-about-random by Alex Gaynor · 10 years ago
  93. 039b478 typo by Paul Kehrer · 10 years ago
  94. 1681a69 add test vector information to the development section by Paul Kehrer · 10 years ago
  95. 012bfbc less confusing language by Paul Kehrer · 10 years ago
  96. 00f0f2a Merge pull request #594 from reaperhulk/reorganize-contributing by Alex Gaynor · 10 years ago
  97. b4f7d88 be accurate when telling users what CryptGenRandom uses under the hood by Paul Kehrer · 10 years ago
  98. 91c776f move around some material on the reviewing doc page by Paul Kehrer · 10 years ago
  99. 18962cc add explicit backend selection examples in a code block by Paul Kehrer · 10 years ago
  100. 450cd02 fix some indentation and a missing newline by Paul Kehrer · 10 years ago