1. 48fe415 change names of key -> numbers interfaces by Paul Kehrer · 11 years ago
  2. 3e0c21e Documentation and interfaces for serialization to RSA*Numbers representations. by David Reid · 11 years ago
  3. e47bafb ECDSA backend by Alex Stapleton · 11 years ago
  4. c9f525f Merge pull request #1100 from reaperhulk/rsa-numbers-remove-public by Alex Gaynor · 11 years ago
  5. b2fa4b7 add load_rsa_*_numbers functions by Paul Kehrer · 11 years ago
  6. 0cf031c remove raw numbers properties from the RSA*Key interfaces by Paul Kehrer · 11 years ago
  7. e2f523a Use an oxford comma by Alex Gaynor · 11 years ago
  8. 0d1b260 Merge pull request #1095 from Ayrx/security-docs by Alex Gaynor · 11 years ago
  9. 813b294 add information about building docs to getting started by Paul Kehrer · 11 years ago
  10. ead04a4 Added missing word by Ayrx · 11 years ago
  11. 189f170 Updated docs by Ayrx · 11 years ago
  12. ffd8d43 Updated security.rst to expand on process by Ayrx · 11 years ago
  13. da76ae0 Document UnsupportedAlgorithm in a super vague way. by David Reid · 11 years ago
  14. c57a376 Document the valueerror these might raise. by David Reid · 11 years ago
  15. a674afe Split load_rsa_numbers into load_rsa_private_numbers and load_rsa_public_numbers. by David Reid · 11 years ago
  16. 576a153 Resolve conflict. by David Reid · 11 years ago
  17. 68b509a Document the backend interface. by David Reid · 11 years ago
  18. 395be8b Merge pull request #984 from dreid/rsa-numbers by Paul Kehrer · 11 years ago
  19. 13f1d8d EllipticCurveBackend interfaces by Alex Stapleton · 11 years ago
  20. 286c7dc add some missing docs for PKCS8SerializationBackend, update changelog by Paul Kehrer · 11 years ago
  21. 4bef120 Merge pull request #878 from public/ecdsa-interfaces by David Reid · 11 years ago
  22. 2784b4c Removed unused doc reference by Alex Stapleton · 11 years ago
  23. 194eef0 PKCS#8 serialized key loading by Alex Stapleton · 11 years ago
  24. 1b760f1 improve language in generate_rsa_parameters_supported docs by Paul Kehrer · 11 years ago
  25. d436569 Apostophe by Alex Stapleton · 11 years ago
  26. 342d2e4 add generate_rsa_parameters_supported to RSABackend by Paul Kehrer · 11 years ago
  27. c333dbc add rsa_padding_supported interface to RSABackend and OpenSSL backend by Paul Kehrer · 11 years ago
  28. 24258ec doc8 fixes by Alex Stapleton · 11 years ago
  29. 6e52674 Remove secp from spelling dictionary by Alex Stapleton · 11 years ago
  30. 33c9d83 Make EC key interfaces backend specific by Alex Stapleton · 11 years ago
  31. a264ecc Rename private_key to private_value by Alex Stapleton · 11 years ago
  32. 81ce8ef Add EC docs to the index by Alex Stapleton · 11 years ago
  33. 977b409 Remove key_size from EC keys docs by Alex Stapleton · 11 years ago
  34. 3d643c5 Add __init__ arguments to docs by Alex Stapleton · 11 years ago
  35. 23a6266 Add docs for EC numbers by Alex Stapleton · 11 years ago
  36. b987a08 Removed signer/verifier from signature algorithm by Alex Stapleton · 11 years ago
  37. 20c9903 Bump to 0.5 by Alex Stapleton · 11 years ago
  38. 80228a1 Update docs by Alex Stapleton · 11 years ago
  39. a1853f9 Flesh out EllipticCurveSignatureAlgorithm by Alex Stapleton · 11 years ago
  40. 085f378 Elliptic curve interfaces by Alex Stapleton · 11 years ago
  41. ebf1235 Merge pull request #959 from public/openssl-loading-backend by Paul Kehrer · 11 years ago
  42. f7c139c add information for windows users about selecting the right arch by Paul Kehrer · 11 years ago
  43. 40bf0a1 More line wrapping by Alex Gaynor · 11 years ago
  44. f244150 One more by Alex Gaynor · 11 years ago
  45. 969f18e Word wrap some long lines in teh docs by Alex Gaynor · 11 years ago
  46. 00eff9c Simplified exception message by Ayrx · 11 years ago
  47. 6d69eab Fixed TypeError and added documentation by Ayrx · 11 years ago
  48. 2a947c4 add some docs and changelog by Paul Kehrer · 11 years ago
  49. af075f0 Missing semicolon by Alex Gaynor · 11 years ago
  50. aabc5a1 Fixed #1039 -- provide links to PSS and PKCS1v15 in the RSA docs by Alex Gaynor · 11 years ago
  51. 9263d5f Merge pull request #1016 from Ayrx/hkdf-expand-only by Alex Stapleton · 11 years ago
  52. c48100a Added missing exception to documentation by Ayrx · 11 years ago
  53. 92da8bb Merge pull request #1032 from reaperhulk/bold-docs by Alex Gaynor · 11 years ago
  54. 1558564 Merge pull request #1031 from reaperhulk/rsa-docs-fix by Alex Gaynor · 11 years ago
  55. 006670c Use bold instead of italics by Paul Kehrer · 11 years ago
  56. c929e40 Improve RSABackend interface docs (fixes #1022) by Paul Kehrer · 11 years ago
  57. dbd7a25 Multibackend now supports all of RSABackend by Paul Kehrer · 11 years ago
  58. 07287ff Merge pull request #1025 from reaperhulk/add-faq-windows by Alex Gaynor · 11 years ago
  59. 1548a54 improved language by Paul Kehrer · 11 years ago
  60. c23d576 add faq entry to describe the error if a windows user doesn't install openssl by Paul Kehrer · 11 years ago
  61. e162e26 Wrap. by David Reid · 11 years ago
  62. 18563e6 Lowercase a. by David Reid · 11 years ago
  63. e43861d Fix #1020 - Add conda instructions for linux. by David Reid · 11 years ago
  64. c0ce911 Renamed HKDFExpandOnly to HKDFExpand by Ayrx · 11 years ago
  65. 9d72f12 Added documentation by Ayrx · 11 years ago
  66. 1534e09 Fixed misspelling by Ayrx · 11 years ago
  67. 2c67edd Merge pull request #1014 from public/098k by Paul Kehrer · 11 years ago
  68. 2c688a4 We also test on Ubuntu Lucid 0.9.8k by Alex Stapleton · 11 years ago
  69. eced8b7 Added item to post-release tasks by Ayrx · 11 years ago
  70. 190ecf7 Style guide fix in the docs by Alex Gaynor · 11 years ago
  71. d798d7a Bump to 0.5 by Alex Stapleton · 11 years ago
  72. 0d070cf OpenSSL key loading implementation by Alex Stapleton · 11 years ago
  73. 7029a4f Merge pull request #1002 from public/doc-tweaks-4 by Alex Gaynor · 11 years ago
  74. d694838 linkfiy by Alex Gaynor · 11 years ago
  75. 19e97bd Fix some typos in the docs by Alex Stapleton · 11 years ago
  76. f65cba2 typo by Alex Gaynor · 11 years ago
  77. d8fc257 More details by Alex Gaynor · 11 years ago
  78. 8019b8b Conda is a word I guess by Alex Gaynor · 11 years ago
  79. eb50a2c Fixed #1000 -- document the conda issue and workaround by Alex Gaynor · 11 years ago
  80. d955cf8 convert dsa examples to doctest by Paul Kehrer · 11 years ago
  81. 913ac19 remove an unneeded line in the example by Paul Kehrer · 11 years ago
  82. 0b3ff3b DSA signing support (this is mostly skeuomorf's work, credit to him) by Paul Kehrer · 11 years ago
  83. 3d75429 document that the OpenSSL backend conforms to the CMACBackend interface by Paul Kehrer · 11 years ago
  84. 6994ff0 Make public_numbers a property. by David Reid · 11 years ago
  85. 7d47b98 Merge pull request #982 from reaperhulk/dsa-verify by David Reid · 11 years ago
  86. e0aeaf8 update docs by Paul Kehrer · 11 years ago
  87. 21babbb updates for review feedback by Paul Kehrer · 11 years ago
  88. 323b8e3 Added link to crypto.se answer by Ayrx · 11 years ago
  89. 023a40e Added note about preferred MAC algorithm by Ayrx · 11 years ago
  90. 216d263 Fix typos. by David Reid · 11 years ago
  91. 483df72 Rewrite some descriptions to not be self-referential and rewrite the private numbers description to be a little bit scary. by David Reid · 11 years ago
  92. 716b6bc More RSA*Numbers documentation, gosh these descriptions are bad. by David Reid · 11 years ago
  93. b403787 add interface docs for dsa_params_supported by Paul Kehrer · 11 years ago
  94. 43dc276 remove dsa_signature_from_components since it's no longer needed by Paul Kehrer · 11 years ago
  95. 59edb61 Add DSA verification docs by Mohammed Attia · 11 years ago
  96. 2fc16f5 Most basic numbers documentation. by David Reid · 11 years ago
  97. fdf6330 Use the short name in the docs by Alex Gaynor · 11 years ago
  98. c6f1956 document exceptions for padding by Paul Kehrer · 11 years ago
  99. db1524b Merge pull request #962 from reaperhulk/rsa-enc by Alex Gaynor · 11 years ago
  100. b30402c Merge pull request #972 from public/padding-docs by Paul Kehrer · 11 years ago