1. 5370656 cover some missing lines in dsa multibackend by Paul Kehrer · 11 years ago
  2. d955cf8 convert dsa examples to doctest by Paul Kehrer · 11 years ago
  3. 80950e5 update changelog to add DSA sig/verify support information by Paul Kehrer · 11 years ago
  4. 29c3008 expand DSA multibackend support by Paul Kehrer · 11 years ago
  5. d80ff2d Merge pull request #996 from alex/wordwrap by Alex Stapleton · 11 years ago
  6. cd58b93 Wordwrap some stuff in the changelog by Alex Gaynor · 11 years ago
  7. c7f3d97 Merge pull request #991 from reaperhulk/dsa-sign by Alex Gaynor · 11 years ago
  8. 262e005 add test to cover missed line by Paul Kehrer · 11 years ago
  9. dc0077b this isn't an invalidsignature by Paul Kehrer · 11 years ago
  10. 913ac19 remove an unneeded line in the example by Paul Kehrer · 11 years ago
  11. 0b3ff3b DSA signing support (this is mostly skeuomorf's work, credit to him) by Paul Kehrer · 11 years ago
  12. 8c977a3 Merge pull request #993 from reaperhulk/really-fix-ecdh by Alex Gaynor · 11 years ago
  13. ef6c31f CentOS, does my offering please you? by Paul Kehrer · 11 years ago
  14. b423383 Merge pull request #992 from reaperhulk/fix-ecdh by Alex Gaynor · 11 years ago
  15. b6f987c ifndef and ifdef aren't the same thing by Paul Kehrer · 11 years ago
  16. 0f600c5 ecdh wasn't actually included so it wasn't being compiled by Paul Kehrer · 11 years ago
  17. 85f5c32 Merge pull request #990 from reaperhulk/docs-fix by Alex Gaynor · 11 years ago
  18. bea7cdc Merge pull request #989 from ashfall/ecdh-bindings by Paul Kehrer · 11 years ago
  19. c5331de Fix alignment and close an #ifdef by Ashwini Oruganti · 11 years ago
  20. 3d75429 document that the OpenSSL backend conforms to the CMACBackend interface by Paul Kehrer · 11 years ago
  21. 7d47b98 Merge pull request #982 from reaperhulk/dsa-verify by David Reid · 11 years ago
  22. e43fffb Define CONDITIONAL_NAMES by Ashwini Oruganti · 11 years ago
  23. d2e6563 Customize by Ashwini Oruganti · 11 years ago
  24. 42a5093 And then the FUNCTIONS by Ashwini Oruganti · 11 years ago
  25. 377b4db And then the TYPES by Ashwini Oruganti · 11 years ago
  26. 7f39ebc Merge pull request #988 from exarkun/ssl-state-string by Paul Kehrer · 11 years ago
  27. 8fc0296 Fill in the INCLUDES part by Ashwini Oruganti · 11 years ago
  28. 5e66092 Basic skeleton for ECDH bindings by Ashwini Oruganti · 11 years ago
  29. 6df1e3d SSL_state_string_long to support pyOpenSSL `Connection.state_string` by Jean-Paul Calderone · 11 years ago
  30. f58d1ab add check to ensure only invalid ASN1 gives InvalidSignature in DSA by Paul Kehrer · 11 years ago
  31. d94bc7b Merge pull request #987 from ashfall/dh-bindings by Paul Kehrer · 11 years ago
  32. 0450a14 Fix another function signature by ashfall · 11 years ago
  33. 2d6ea66 Address review comments, fix signatures that the docs lied about by ashfall · 11 years ago
  34. e0aeaf8 update docs by Paul Kehrer · 11 years ago
  35. 21babbb updates for review feedback by Paul Kehrer · 11 years ago
  36. 010bce2 Add some functions from DH docs by ashfall · 11 years ago
  37. 7c5f131 move use after finalize to its own test by Paul Kehrer · 11 years ago
  38. e0f4be0 improve some formatting by Paul Kehrer · 11 years ago
  39. 44eca4c Merge pull request #985 from Ayrx/document-preferred-mac by Alex Stapleton · 11 years ago
  40. 323b8e3 Added link to crypto.se answer by Ayrx · 11 years ago
  41. 023a40e Added note about preferred MAC algorithm by Ayrx · 11 years ago
  42. 27209ee dsa_hash_supported needs to chech hash_supported by Paul Kehrer · 11 years ago
  43. 401164c Merge pull request #981 from alex/c-style-guide by Paul Kehrer · 11 years ago
  44. b403787 add interface docs for dsa_params_supported by Paul Kehrer · 11 years ago
  45. 3cbe11a remove hash check in verifier as this isn't a proper restriction by Paul Kehrer · 11 years ago
  46. 43dc276 remove dsa_signature_from_components since it's no longer needed by Paul Kehrer · 11 years ago
  47. ddc2221 restructure some tests, add skip, use der_encode_dsa_signature by Paul Kehrer · 11 years ago
  48. 244d5fd fix pep8 violation by Paul Kehrer · 11 years ago
  49. 59edb61 Add DSA verification docs by Mohammed Attia · 11 years ago
  50. 643b314 Add verification tests by Mohammed Attia · 11 years ago
  51. 8ae64e4 Add DSA verification by Mohammed Attia · 11 years ago
  52. 506192b Foolish hobgoblin is best hobgoblin. by Alex Gaynor · 11 years ago
  53. 6f44c85 Fix two more violations by Alex Gaynor · 11 years ago
  54. 5aa7737 Fixed C style guide violation by Alex Gaynor · 11 years ago
  55. 461e837 Merge pull request #980 from reaperhulk/dsa-sig-serializer by Alex Stapleton · 11 years ago
  56. be8ce55 negative test by Paul Kehrer · 11 years ago
  57. a409ae1 we should use der rather than ber by Paul Kehrer · 11 years ago
  58. 14951f4 rename dss_sig_value -> der_encode_dsa_signature by Paul Kehrer · 11 years ago
  59. d0dc6a3 make DSSSigValue class private by Paul Kehrer · 11 years ago
  60. d3e3df9 use pyasn1 for creating the dss-sig-value structure by Paul Kehrer · 11 years ago
  61. 3fc686e dss_sig_value: Pure python conversion of (r, s) to byte stream by Paul Kehrer · 11 years ago
  62. 26f2d53 Merge pull request #979 from alex/short-link by Paul Kehrer · 11 years ago
  63. fdf6330 Use the short name in the docs by Alex Gaynor · 11 years ago
  64. 0c1cf7f Merge pull request #978 from alex/exception-import-fix by Paul Kehrer · 11 years ago
  65. 2912cc7 Don't import the exceptions module directly. by Alex Gaynor · 11 years ago
  66. e3aa9f8 Merge pull request #974 from reaperhulk/padding-docs by Alex Gaynor · 11 years ago
  67. c6f1956 document exceptions for padding by Paul Kehrer · 11 years ago
  68. db1524b Merge pull request #962 from reaperhulk/rsa-enc by Alex Gaynor · 11 years ago
  69. b30402c Merge pull request #972 from public/padding-docs by Paul Kehrer · 11 years ago
  70. 425fc04 Update padding docs by Alex Stapleton · 11 years ago
  71. 575a7f5 Use AlreadyFinalized not ValueError by Alex Stapleton · 11 years ago
  72. e6e1b41 Merge pull request #958 from public/openssl-loading-backend-iface by Paul Kehrer · 11 years ago
  73. 4f03418 Merge pull request #970 from reaperhulk/tiny-fix by Alex Stapleton · 11 years ago
  74. 458c09b Rename OpenSSLSerializationBackend by Alex Stapleton · 11 years ago
  75. 2809176 Merge pull request #971 from alex/fix-travis-install by Alex Stapleton · 11 years ago
  76. 4229bc0 Fix installation on travis. Curl doesn't follow redirects by Alex Gaynor · 11 years ago
  77. be4e43a backend->self in a few places by Paul Kehrer · 11 years ago
  78. bfc444e Merge pull request #969 from reaperhulk/update-changelog by Alex Gaynor · 11 years ago
  79. 5ffb04c Merge pull request #968 from alex/typo-fixes by Paul Kehrer · 11 years ago
  80. 462bd60 Fix some typos. by Alex Gaynor · 11 years ago
  81. 857c0e9 update some decryption tests by Paul Kehrer · 11 years ago
  82. e86d882 move ct length check into decrypt function, address review comments by Paul Kehrer · 11 years ago
  83. 68f1e0c Merge pull request #967 from skeuomorf/more-bindings by Alex Stapleton · 11 years ago
  84. 9fea6d0 Add bindings for DSA_sign and DSA_verify by Mohammed Attia · 11 years ago
  85. deaafe7 Merge pull request #965 from reaperhulk/make-build-ffi-more-flexible by Alex Gaynor · 11 years ago
  86. dd75a3f Merge pull request #966 from reaperhulk/more-i2d-bindings by Alex Gaynor · 11 years ago
  87. 1f2cf3d set defaults on build_ffi by Paul Kehrer · 11 years ago
  88. a179ff8 fix a style violation by Paul Kehrer · 11 years ago
  89. 31d449e add more d2i/i2d bindings because sometimes you just don't want bios by Paul Kehrer · 11 years ago
  90. 236893e expand build_ffi helper function by Paul Kehrer · 11 years ago
  91. c83e6ef another style fix in the rsa tests that I missed last time... by Paul Kehrer · 11 years ago
  92. cfa077f Merge pull request #964 from alex/i-hate-strings by Paul Kehrer · 11 years ago
  93. 4ce810e improve style in test, update docs for rsa encryption review by Paul Kehrer · 11 years ago
  94. 6ff1348 determine operation type by isinstance on the key by Paul Kehrer · 11 years ago
  95. c84b3fb change doctest to codeblock until we add multibackend support for encrypt by Paul Kehrer · 11 years ago
  96. 4721d63 update changelog by Paul Kehrer · 11 years ago
  97. 4e602f3 RSA encryption support by Paul Kehrer · 11 years ago
  98. 4789cc0 add SEED to changelog since it was forgotten by Paul Kehrer · 11 years ago
  99. dcf63ab Merge pull request #963 from alex/docs-typo by Paul Kehrer · 11 years ago
  100. 4492562 No more comma seperated string strings by Alex Gaynor · 11 years ago