1. e025be2 add EC WithNumbers interfaces and docs by Paul Kehrer · 11 years ago
  2. dacb5f9 add generate_private_key to DSAParameters + add a new function to dsa by Paul Kehrer · 11 years ago
  3. 368b1c9 Merge pull request #1132 from public/opaque-dsa-interfaces by Paul Kehrer · 11 years ago
  4. b024857 Merge pull request #1168 from reaperhulk/dsa-with-numbers-interfaces by Alex Gaynor · 11 years ago
  5. 9842964 add DSAWithNumbers subinterfaces by Paul Kehrer · 11 years ago
  6. 645315b Organize the interface docs a bit better, added subheadings by Alex Gaynor · 11 years ago
  7. f2fb02a deprecate old RSA classes and methods by Paul Kehrer · 11 years ago
  8. 1e0de68 Remove numbers from DSA interfaces by Alex Stapleton · 11 years ago
  9. f0a48c6 change to sub-interface idea by Paul Kehrer · 11 years ago
  10. 48fe415 change names of key -> numbers interfaces by Paul Kehrer · 11 years ago
  11. 3e0c21e Documentation and interfaces for serialization to RSA*Numbers representations. by David Reid · 11 years ago
  12. e47bafb ECDSA backend by Alex Stapleton · 11 years ago
  13. 0cf031c remove raw numbers properties from the RSA*Key interfaces by Paul Kehrer · 11 years ago
  14. d436569 Apostophe by Alex Stapleton · 11 years ago
  15. 24258ec doc8 fixes by Alex Stapleton · 11 years ago
  16. 6e52674 Remove secp from spelling dictionary by Alex Stapleton · 11 years ago
  17. 33c9d83 Make EC key interfaces backend specific by Alex Stapleton · 11 years ago
  18. 977b409 Remove key_size from EC keys docs by Alex Stapleton · 11 years ago
  19. 23a6266 Add docs for EC numbers by Alex Stapleton · 11 years ago
  20. b987a08 Removed signer/verifier from signature algorithm by Alex Stapleton · 11 years ago
  21. 20c9903 Bump to 0.5 by Alex Stapleton · 11 years ago
  22. 80228a1 Update docs by Alex Stapleton · 11 years ago
  23. a1853f9 Flesh out EllipticCurveSignatureAlgorithm by Alex Stapleton · 11 years ago
  24. 085f378 Elliptic curve interfaces by Alex Stapleton · 11 years ago
  25. 0b3ff3b DSA signing support (this is mostly skeuomorf's work, credit to him) by Paul Kehrer · 11 years ago
  26. e0aeaf8 update docs by Paul Kehrer · 11 years ago
  27. 59edb61 Add DSA verification docs by Mohammed Attia · 11 years ago
  28. 4e602f3 RSA encryption support by Paul Kehrer · 11 years ago
  29. 27f9ca6 more docs by Paul Kehrer · 11 years ago
  30. 182825a Merge pull request #919 from Ayrx/cmac-interfaces by Paul Kehrer · 11 years ago
  31. 96c9981 remove links we don't need... by Paul Kehrer · 11 years ago
  32. 0d85831 we don't need to doc generate in the interface by Paul Kehrer · 11 years ago
  33. 01cdfb2 add missing sign/verify/generate docs for the RSA interfaces by Paul Kehrer · 11 years ago
  34. 83cd3f8 Added link to wikipedia for CMAC by Ayrx · 11 years ago
  35. 7964c17 Fixed nitpicks by Ayrx · 11 years ago
  36. a0f9850 Added missing HashContext documentation by Ayrx · 11 years ago
  37. c812170 Added CMAC interface documentation by Ayrx · 11 years ago
  38. c5fffd3 Standardise on sentence case for titles by Alex Stapleton · 11 years ago
  39. edacb14 Update the docs. by Mohammed Attia · 11 years ago
  40. 71acc67 Change DSAParams to DSAParameters by Mohammed Attia · 11 years ago
  41. 7a1738a Typo fixes by Mohammed Attia · 11 years ago
  42. cb9a6c2 Change keypair to key pair to pass the sphinx spelling test by Mohammed Attia · 11 years ago
  43. 604c78f Define DSA in the documentation by Mohammed Attia · 11 years ago
  44. 7032451 Annotate aliases in the DSA documentation by Mohammed Attia · 11 years ago
  45. b416715 Added documentation for the DSA interfaces by Mohammed Attia · 11 years ago
  46. fef1fbd address some review comments by Paul Kehrer · 11 years ago
  47. 42b3713 add RSA verification support by Paul Kehrer · 11 years ago
  48. 430202d let's try renaming everything I said I'd rename by Paul Kehrer · 11 years ago
  49. dd3780a some grammar fixes, rename a method or two by Paul Kehrer · 11 years ago
  50. eda558c more renaming by Paul Kehrer · 11 years ago
  51. 19f32d5 add versionadded to AsymmetricPadding by Paul Kehrer · 11 years ago
  52. e0f0f34 + docs for AsymmetricSignContext, AsymmetricVerifyContext, AsymmetricPadding by Paul Kehrer · 11 years ago
  53. 8e9c984 expose dmp1, dmq1, iqmp getters on RSAPrivateKey by Paul Kehrer · 11 years ago
  54. 2649a69 Refer to the `d` param of RSA as `private_exponent`. by Alex Gaynor · 12 years ago
  55. ee3e6bf Rename RSAs key_length to key_size by Alex Stapleton · 12 years ago
  56. 4c75a8c quotes inside, diff examples by Paul Kehrer · 12 years ago
  57. 1d65a2f fix spacing, remove versionadded since HashAlgorithm was in 0.1 by Paul Kehrer · 12 years ago
  58. e51a2db document HashAlgorithm by Paul Kehrer · 12 years ago
  59. 8454c51 Document that this is new in 0.2 by Alex Gaynor · 12 years ago
  60. e19e89f Enforce that these may only be called once by Alex Gaynor · 12 years ago
  61. 5484f72 Try to improve the docs by Alex Gaynor · 12 years ago
  62. b2774f5 Begin designing the KDF interfaces. Fixes #511 by Alex Gaynor · 12 years ago
  63. 2a91874 Linkify the RSA docs by Alex Gaynor · 12 years ago
  64. 46688b1 indentation is fun by Paul Kehrer · 12 years ago
  65. 82629f4 adding versionadded by Paul Kehrer · 12 years ago
  66. 359b946 methods don't have a type, they return things by Paul Kehrer · 12 years ago
  67. 0e94fbe make public_key an abstractmethod, update docs by Paul Kehrer · 12 years ago
  68. d527b30 update interface docs to make attributes return int (per irc discussion) by Paul Kehrer · 12 years ago
  69. ac42323 RSA private/public key interface + docs by Paul Kehrer · 12 years ago
  70. 2a160d6 Merge branch 'master' into validate-iv by Alex Gaynor · 12 years ago
  71. 668d480 BlockCipherAlgorithm because we should document block_size and ARC4 shouldn't need block_size = 1. by David Reid · 12 years ago
  72. 9626b5a Validate the IV/nonce length for a given algorithm. by Alex Gaynor · 12 years ago
  73. 0a394df Implement and document an interface for cipher algorithms by David Reid · 12 years ago
  74. 9ed25e4 Module documentation. by David Reid · 12 years ago
  75. bd18bcd Single space. by David Reid · 12 years ago
  76. 30722b9 Add a new Mode interface to document mode.name and start on some prose docs for interfaces. by David Reid · 12 years ago