1. cc5224f Improve docs by Alex Gaynor · 11 years ago
  2. 4efe61a Typo fix by Alex Gaynor · 11 years ago
  3. 8f1b8e8 Fixes #1200 -- disallow GCM truncation by default by Alex Gaynor · 11 years ago
  4. 2d6e91f Merge pull request #1198 from reaperhulk/split-commoncrypto-backend-hmac by Alex Gaynor · 11 years ago
  5. 6dd96b6 split commoncrypto backend - hmac by Paul Kehrer · 11 years ago
  6. 929d85c Merge pull request #1197 from alex/whoops by Paul Kehrer · 11 years ago
  7. 985676e Refactor for cleanliness by Alex Gaynor · 11 years ago
  8. 9239207 Merge pull request #1196 from reaperhulk/split-commoncrypto-backend-hashes by Alex Gaynor · 11 years ago
  9. d9d472b CommonCrypto as well by Alex Gaynor · 11 years ago
  10. c9ff1cb Fixed accidental use of the global backend name by Alex Gaynor · 11 years ago
  11. 84a4679 split commoncrypto backend - hashes by Paul Kehrer · 11 years ago
  12. 473e6a1 Merge pull request #1194 from public/move-gc by Paul Kehrer · 11 years ago
  13. 7bcdff9 These functions can do their own GC now by Alex Stapleton · 11 years ago
  14. 0c19dc9 Merge pull request #1193 from reaperhulk/simplify-some-ec-things by Alex Stapleton · 11 years ago
  15. 7aa4b20 Merge pull request #1192 from reaperhulk/move-rsa-encryption-openssl by Alex Stapleton · 11 years ago
  16. f6e2920 Merge pull request #1191 from reaperhulk/dsa-deprecate-backend-methods by Alex Stapleton · 11 years ago
  17. b86e364 Merge pull request #1190 from reaperhulk/dsa-deprecate-concrete by Alex Stapleton · 11 years ago
  18. 654871d reorganize OpenSSL EC backend to remove some unneeded indirection by Paul Kehrer · 11 years ago
  19. 35a0e8d split OpenSSL RSA enc/dec methods from backend by Paul Kehrer · 11 years ago
  20. 1262be2 deprecate DSA backend methods by Paul Kehrer · 11 years ago
  21. 512ac22 deprecate concrete DSA classes and update DSA docs by Paul Kehrer · 11 years ago
  22. ecbc00b Merge pull request #1189 from reaperhulk/dsa-new-method-multibackend by Alex Gaynor · 11 years ago
  23. 7c9fa3a add multibackend support for new DSABackend method by Paul Kehrer · 11 years ago
  24. 0e2ee9b Merge pull request #1179 from reaperhulk/dsa-numbers-opaque-backend by David Reid · 11 years ago
  25. 298effd rename backend method, add some docs by Paul Kehrer · 11 years ago
  26. 9371dbf Merge pull request #1188 from reaperhulk/fix-1167 by Alex Gaynor · 11 years ago
  27. 2ac8778 add note about enchant dependency for spellcheck in docs by Paul Kehrer · 11 years ago
  28. dacb5f9 add generate_private_key to DSAParameters + add a new function to dsa by Paul Kehrer · 11 years ago
  29. 921b7b3 Merge pull request #1186 from alex/line-wrap by Alex Stapleton · 11 years ago
  30. cefcf2d Wrap a long line (seriously, why is doc8 not catching these) by Alex Gaynor · 11 years ago
  31. 78cfc9e Merge pull request #1184 from reaperhulk/rsa-read-only-keysize by Alex Gaynor · 11 years ago
  32. a44338b move where we gc dsa data, improve dsa key checking by Paul Kehrer · 11 years ago
  33. eb00157 Merge pull request #1183 from alex/line-wrap by David Reid · 11 years ago
  34. d7a2306 Wrap a long line in the docs, unclear why doc8 didn't catch this by Alex Gaynor · 11 years ago
  35. 7bcfbf8 Merge pull request #1182 from kennwhite/patch-1 by Paul Kehrer · 11 years ago
  36. da208a9 Make OpenSSL RSA key_size attr read only by Paul Kehrer · 11 years ago
  37. 993d847 Updating risk assessment to match CERT's language by kennwhite · 11 years ago
  38. 1cf0046 Merge pull request #1181 from reaperhulk/split-openssl-backend-hash by David Reid · 11 years ago
  39. 37db4c1 Split OpenSSL backend into separate files (hashes) by Paul Kehrer · 11 years ago
  40. 00bb1d4 Merge pull request #1180 from alex/short-link by David Reid · 11 years ago
  41. 1d1855c Merge pull request #1173 from Ayrx/ecc-fix by Alex Stapleton · 11 years ago
  42. d99fc65 Use the short link version for various things by Alex Gaynor · 11 years ago
  43. 0690f91 Merge pull request #1178 from reaperhulk/split-openssl-backend-mac by Alex Gaynor · 11 years ago
  44. 125857f dsa docs by Paul Kehrer · 11 years ago
  45. 0197ed8 DSA opaque OpenSSL by Paul Kehrer · 11 years ago
  46. 1c4e0cf Split OpenSSL backend into separate files (hmac/cmac) by Paul Kehrer · 11 years ago
  47. beb1f0c Removed unnecessary tests by Ayrx · 11 years ago
  48. 42ee73b Merge pull request #1177 from reaperhulk/split-openssl-backend-cipher by Alex Gaynor · 11 years ago
  49. 88dd94a rename cipher->ciphers by Paul Kehrer · 11 years ago
  50. 224f6f8 Split OpenSSL backend into separate files (cipher contexts) by Paul Kehrer · 11 years ago
  51. c1154d0 Merge pull request #1176 from reaperhulk/split-openssl-backend-dsa by Alex Gaynor · 11 years ago
  52. 48963c9 Merge pull request #1150 from reaperhulk/rsa-doc-update by David Reid · 11 years ago
  53. 4a6104c Merge pull request #1175 from reaperhulk/dsa-tests-to-numbers by Alex Gaynor · 11 years ago
  54. 368b1c9 Merge pull request #1132 from public/opaque-dsa-interfaces by Paul Kehrer · 11 years ago
  55. c250b3e Split OpenSSL backend into separate files (DSA) by Paul Kehrer · 11 years ago
  56. a63083a simplify examples per dreid's suggestion by Paul Kehrer · 11 years ago
  57. afad62a add information about why we deprecated the concrete providers by Paul Kehrer · 11 years ago
  58. 8a8c122 RSA doc update for deprecation. Move some examples. by Paul Kehrer · 11 years ago
  59. e2a22f8 Merge pull request #1174 from reaperhulk/split-openssl-backend-rsa by Alex Gaynor · 11 years ago
  60. 020d49d Fixed AssertionError on missing curves by Ayrx · 11 years ago
  61. 454fd04 modify test_dsa to use DSA*Numbers and split fixtures out by Paul Kehrer · 11 years ago
  62. b024857 Merge pull request #1168 from reaperhulk/dsa-with-numbers-interfaces by Alex Gaynor · 11 years ago
  63. 23059ed Split OpenSSL backend into separate files (RSA) by Paul Kehrer · 11 years ago
  64. 6dc63ac Merge pull request #1172 from reaperhulk/split-openssl-backend-ec by Alex Gaynor · 11 years ago
  65. e7d06bd Merge pull request #1163 from reaperhulk/dsa-numbers-classes by Alex Gaynor · 11 years ago
  66. 0979f57 Merge pull request #1170 from alex/interface-docs by Paul Kehrer · 11 years ago
  67. bc030b5 Split OpenSSL backend into separate files (EC) by Paul Kehrer · 11 years ago
  68. 9842964 add DSAWithNumbers subinterfaces by Paul Kehrer · 11 years ago
  69. d94aacf Merge pull request #1152 from public/fedora20-ec-fix by Paul Kehrer · 11 years ago
  70. 645315b Organize the interface docs a bit better, added subheadings by Alex Gaynor · 11 years ago
  71. 3678283 fix some language by Paul Kehrer · 11 years ago
  72. eced452 Merge pull request #1166 from lvh/c-binding-docs by Alex Gaynor · 11 years ago
  73. b139a7a Dedicated skip function by Alex Stapleton · 11 years ago
  74. da08418 Merge pull request #1164 from reaperhulk/dsa-numbers-loading by Alex Stapleton · 11 years ago
  75. 8c73a7b remove parameter_numbers from DSAPrivateNumbers since it's on public by Paul Kehrer · 11 years ago
  76. 316b4fd Dance around the word "fallbacks"" by Laurens Van Houtven · 11 years ago
  77. 4e74a7f typedefs -> type definitions by Laurens Van Houtven · 11 years ago
  78. 61263f0 Add preprocessor, preprocessors to word list by Laurens Van Houtven · 11 years ago
  79. f42689e Add namespace, namespaces to word list by Laurens Van Houtven · 11 years ago
  80. a7b0758 Spelling fix: parentheses by Laurens Van Houtven · 11 years ago
  81. 1159af8 Spelling fix: achieve by Laurens Van Houtven · 11 years ago
  82. 260e887 Spelling fix: library by Laurens Van Houtven · 11 years ago
  83. e5a9ccf Merge pull request #1165 from lvh/slashterisk-comments by Paul Kehrer · 11 years ago
  84. 220a98d Move C bindings style guide to C bindings document by Laurens Van Houtven · 11 years ago
  85. 0a1d9e1 Add a reference in the style guide by Laurens Van Houtven · 11 years ago
  86. 6ff0c65 Add C bindings document to index by Laurens Van Houtven · 11 years ago
  87. 4e00614 Fix ReST hyperlink markup by Laurens Van Houtven · 11 years ago
  88. 1c07ddf Fix ReST syntax for a code block by Laurens Van Houtven · 11 years ago
  89. 1dc0b14 Improve wording by Laurens Van Houtven · 11 years ago
  90. efa5cfb Add docs about exposing features in C bindings by Laurens Van Houtven · 11 years ago
  91. 0d1122d Add note about using C-style vs C++-style comments by Laurens Van Houtven · 11 years ago
  92. ed3d15b Use C-style comments instead of C++-style comments by Laurens Van Houtven · 11 years ago
  93. 7d2c74e Add C binding documentation page by Laurens Van Houtven · 11 years ago
  94. 38ca9d2 Fix dsa.py comment style by Laurens Van Houtven · 11 years ago
  95. 557df1c Fix dh.py comment style by Laurens Van Houtven · 11 years ago
  96. b184ab4 Fix common_cryptor.py comment style by Laurens Van Houtven · 11 years ago
  97. 6f92af7 Fix err.py comment style by Laurens Van Houtven · 11 years ago
  98. f5491cd Fix nid.py comment style by Laurens Van Houtven · 11 years ago
  99. 83a5364 Fix cms.py comment style by Laurens Van Houtven · 11 years ago
  100. 517eb53 Make the evp.py comment a full sentence by Laurens Van Houtven · 11 years ago