1. a1f1afa Reorder the backend interfaces in the docs to group them more sensibly by Alexander Gaynor · 11 years ago
  2. 45fd057 Try to make the examples of verifying an HMAC/CMAC clearer -- refs #1259 by Alex Gaynor · 11 years ago
  3. faf305b Get rid of remaining pycon blocks by Alex Stapleton · 11 years ago
  4. 58a3f91 Turn this into a doctest block by Alex Gaynor · 11 years ago
  5. 814c575 Fixed name of the function by Alex Gaynor · 11 years ago
  6. 3ed90bb Fixed example in the serialization docs by Alex Gaynor · 11 years ago
  7. 192f1f7 Mention both RFCs by Alex Gaynor · 11 years ago
  8. 9883e4e Document what the PEM headers look like in more cases by Alex Gaynor · 11 years ago
  9. bdcca52 document methods on RSA/DSA Numbers classes by Paul Kehrer · 11 years ago
  10. a9f2fec these functions were removed before 0.5 release by Paul Kehrer · 11 years ago
  11. ab8d3eb Merge pull request #1225 from alex/deprecation by Alex Stapleton · 11 years ago
  12. 61292a7 Remove merge leftovers by Terry Chia · 11 years ago
  13. d77b97a Advanced and remove the deprecated MGF1 sale length code by Alex Gaynor · 11 years ago
  14. 21fc582 Improve EC docs by Paul Kehrer · 11 years ago
  15. 03555ad Merge pull request #1195 from public/ec-safety-docs by Paul Kehrer · 11 years ago
  16. 7fd4b58 Advice on choosing a curve by Alex Stapleton · 11 years ago
  17. cc5224f Improve docs by Alex Gaynor · 11 years ago
  18. 8f1b8e8 Fixes #1200 -- disallow GCM truncation by default by Alex Gaynor · 11 years ago
  19. f6e2920 Merge pull request #1191 from reaperhulk/dsa-deprecate-backend-methods by Alex Stapleton · 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. 0e2ee9b Merge pull request #1179 from reaperhulk/dsa-numbers-opaque-backend by David Reid · 11 years ago
  23. 298effd rename backend method, add some docs by Paul Kehrer · 11 years ago
  24. dacb5f9 add generate_private_key to DSAParameters + add a new function to dsa by Paul Kehrer · 11 years ago
  25. 00bb1d4 Merge pull request #1180 from alex/short-link by David Reid · 11 years ago
  26. 1d1855c Merge pull request #1173 from Ayrx/ecc-fix by Alex Stapleton · 11 years ago
  27. d99fc65 Use the short link version for various things by Alex Gaynor · 11 years ago
  28. 125857f dsa docs by Paul Kehrer · 11 years ago
  29. 48963c9 Merge pull request #1150 from reaperhulk/rsa-doc-update by David Reid · 11 years ago
  30. 368b1c9 Merge pull request #1132 from public/opaque-dsa-interfaces by Paul Kehrer · 11 years ago
  31. a63083a simplify examples per dreid's suggestion by Paul Kehrer · 11 years ago
  32. afad62a add information about why we deprecated the concrete providers by Paul Kehrer · 11 years ago
  33. 8a8c122 RSA doc update for deprecation. Move some examples. by Paul Kehrer · 11 years ago
  34. 020d49d Fixed AssertionError on missing curves by Ayrx · 11 years ago
  35. b024857 Merge pull request #1168 from reaperhulk/dsa-with-numbers-interfaces by Alex Gaynor · 11 years ago
  36. e7d06bd Merge pull request #1163 from reaperhulk/dsa-numbers-classes by Alex Gaynor · 11 years ago
  37. 9842964 add DSAWithNumbers subinterfaces by Paul Kehrer · 11 years ago
  38. 645315b Organize the interface docs a bit better, added subheadings by Alex Gaynor · 11 years ago
  39. 3678283 fix some language by Paul Kehrer · 11 years ago
  40. da08418 Merge pull request #1164 from reaperhulk/dsa-numbers-loading by Alex Stapleton · 11 years ago
  41. 8c73a7b remove parameter_numbers from DSAPrivateNumbers since it's on public by Paul Kehrer · 11 years ago
  42. 41a35e1 Merge pull request #1155 from reaperhulk/fix-1111 by David Reid · 11 years ago
  43. 0739afc add new DSABackend interface methods for loading numbers by Paul Kehrer · 11 years ago
  44. 74a58ac DSA*Numbers classes by Paul Kehrer · 11 years ago
  45. 6e85b17 deprecate mgf1_hash_supported. fixes #1133 by Paul Kehrer · 11 years ago
  46. 144a415 modify RSA numbers loading to match elliptic curve by Paul Kehrer · 11 years ago
  47. f2fb02a deprecate old RSA classes and methods by Paul Kehrer · 11 years ago
  48. 1e0de68 Remove numbers from DSA interfaces by Alex Stapleton · 11 years ago
  49. a1d80c8 Fixed a reST syntax issue in the docs by Alex Gaynor · 11 years ago
  50. 512d3be Merge pull request #1115 from reaperhulk/rsa-numbers-serialization by David Reid · 11 years ago
  51. ebb1cb9 Fixed a few typos by Alex Gaynor · 11 years ago
  52. f0a48c6 change to sub-interface idea by Paul Kehrer · 11 years ago
  53. d0284b4 Merge pull request #1114 from alex/fixed-markup by Paul Kehrer · 11 years ago
  54. 48fe415 change names of key -> numbers interfaces by Paul Kehrer · 11 years ago
  55. 3d22ae8 Merge pull request #1107 from public/ecdsa-multibackend by Paul Kehrer · 11 years ago
  56. d4ae6c6 Merge pull request #1102 from reaperhulk/rsa-generate-function by Alex Stapleton · 11 years ago
  57. b0f14db This is a function, not a method by Alex Gaynor · 11 years ago
  58. 3e0c21e Documentation and interfaces for serialization to RSA*Numbers representations. by David Reid · 11 years ago
  59. 34d7ef2 Fix syntax error in docs by Alex Stapleton · 11 years ago
  60. 62ee714 Multibackend support for EC by Alex Stapleton · 11 years ago
  61. 9412e28 rename the docs too. by Paul Kehrer · 11 years ago
  62. e47bafb ECDSA backend by Alex Stapleton · 11 years ago
  63. c9f525f Merge pull request #1100 from reaperhulk/rsa-numbers-remove-public by Alex Gaynor · 11 years ago
  64. 433e2a7 add some missing docs by Paul Kehrer · 11 years ago
  65. b2fa4b7 add load_rsa_*_numbers functions by Paul Kehrer · 11 years ago
  66. d50c1e9 add rsa_generate_private_key function to replace RSAPrivateKey.generate by Paul Kehrer · 11 years ago
  67. 0cf031c remove raw numbers properties from the RSA*Key interfaces by Paul Kehrer · 11 years ago
  68. da76ae0 Document UnsupportedAlgorithm in a super vague way. by David Reid · 11 years ago
  69. c57a376 Document the valueerror these might raise. by David Reid · 11 years ago
  70. a674afe Split load_rsa_numbers into load_rsa_private_numbers and load_rsa_public_numbers. by David Reid · 11 years ago
  71. 576a153 Resolve conflict. by David Reid · 11 years ago
  72. 68b509a Document the backend interface. by David Reid · 11 years ago
  73. 395be8b Merge pull request #984 from dreid/rsa-numbers by Paul Kehrer · 11 years ago
  74. 13f1d8d EllipticCurveBackend interfaces by Alex Stapleton · 11 years ago
  75. 286c7dc add some missing docs for PKCS8SerializationBackend, update changelog by Paul Kehrer · 11 years ago
  76. 4bef120 Merge pull request #878 from public/ecdsa-interfaces by David Reid · 11 years ago
  77. 2784b4c Removed unused doc reference by Alex Stapleton · 11 years ago
  78. 194eef0 PKCS#8 serialized key loading by Alex Stapleton · 11 years ago
  79. 1b760f1 improve language in generate_rsa_parameters_supported docs by Paul Kehrer · 11 years ago
  80. d436569 Apostophe by Alex Stapleton · 11 years ago
  81. 342d2e4 add generate_rsa_parameters_supported to RSABackend by Paul Kehrer · 11 years ago
  82. c333dbc add rsa_padding_supported interface to RSABackend and OpenSSL backend by Paul Kehrer · 11 years ago
  83. 24258ec doc8 fixes by Alex Stapleton · 11 years ago
  84. 6e52674 Remove secp from spelling dictionary by Alex Stapleton · 11 years ago
  85. 33c9d83 Make EC key interfaces backend specific by Alex Stapleton · 11 years ago
  86. a264ecc Rename private_key to private_value by Alex Stapleton · 11 years ago
  87. 81ce8ef Add EC docs to the index by Alex Stapleton · 11 years ago
  88. 977b409 Remove key_size from EC keys docs by Alex Stapleton · 11 years ago
  89. 3d643c5 Add __init__ arguments to docs by Alex Stapleton · 11 years ago
  90. 23a6266 Add docs for EC numbers by Alex Stapleton · 11 years ago
  91. b987a08 Removed signer/verifier from signature algorithm by Alex Stapleton · 11 years ago
  92. 20c9903 Bump to 0.5 by Alex Stapleton · 11 years ago
  93. 80228a1 Update docs by Alex Stapleton · 11 years ago
  94. a1853f9 Flesh out EllipticCurveSignatureAlgorithm by Alex Stapleton · 11 years ago
  95. 085f378 Elliptic curve interfaces by Alex Stapleton · 11 years ago
  96. ebf1235 Merge pull request #959 from public/openssl-loading-backend by Paul Kehrer · 11 years ago
  97. 969f18e Word wrap some long lines in teh docs by Alex Gaynor · 11 years ago
  98. 00eff9c Simplified exception message by Ayrx · 11 years ago
  99. 6d69eab Fixed TypeError and added documentation by Ayrx · 11 years ago
  100. 2a947c4 add some docs and changelog by Paul Kehrer · 11 years ago