1. 570228f Trun off linkcheck, it's too noisy. Fixes #652 by Alex Gaynor · 11 years ago
  2. 0a183a2 Merge pull request #698 from reaperhulk/hash-fix by Alex Gaynor · 11 years ago
  3. 557dc37 Merge pull request #697 from reaperhulk/hmac-fix by Alex Gaynor · 11 years ago
  4. 7df9094 be more pedantic in checking the written size of the digest (refs #696) by Paul Kehrer · 11 years ago
  5. cbf0e0c this is not a buflen, it is an outlen. refs #696 by Paul Kehrer · 11 years ago
  6. 4ef63b6 Merge pull request #675 from reaperhulk/rsa-verification by Alex Gaynor · 11 years ago
  7. bb97691 assert another thing by Paul Kehrer · 11 years ago
  8. bd08799 Merge pull request #695 from Ivoz/cffi-ignore by Paul Kehrer · 11 years ago
  9. cb97a18 Ignore build/ folder and _cffi__*'s by Matthew Iversen · 11 years ago
  10. 4f852a4 assert some things by Paul Kehrer · 11 years ago
  11. adba07a docs language improvement by Paul Kehrer · 11 years ago
  12. fef1fbd address some review comments by Paul Kehrer · 11 years ago
  13. a0c157f fix docs, port some review comments forward to the new PR by Paul Kehrer · 11 years ago
  14. dc72029 more PKCS1->PKCS1v15 by Paul Kehrer · 11 years ago
  15. 8186251 kwargs and class renames to bring verification up to date by Paul Kehrer · 11 years ago
  16. 4c0b4a9 more kwargs by Paul Kehrer · 11 years ago
  17. 42b3713 add RSA verification support by Paul Kehrer · 11 years ago
  18. d8c8f7c Merge pull request #673 from reaperhulk/rsa-pkcs1-signature-only by Alex Gaynor · 11 years ago
  19. 572cb46 some error msg improvements by Paul Kehrer · 11 years ago
  20. 8bae14b Merge pull request #691 from alex/cite-random by David Reid · 11 years ago
  21. 3e4729a Cite Thomas Ptacek for urandom by Alex Gaynor · 11 years ago
  22. 763632c Merge pull request #690 from alex/linewrap by David Reid · 11 years ago
  23. 62a9217 reorganize docs slightly by Paul Kehrer · 11 years ago
  24. fb843aa Re-linewrap the symmetric encryption doc source by Alex Gaynor · 11 years ago
  25. 553ebff Merge pull request #689 from dreid/twofactor-cleanup by Alex Gaynor · 11 years ago
  26. c5b4d72 address review comments by Paul Kehrer · 11 years ago
  27. eea08d9 Add TOTP to the changelog. by David Reid · 11 years ago
  28. 7c49d18 Do some nitpicking cleanup of the twofactor code and documentation. by David Reid · 11 years ago
  29. eaf4595 Merge pull request #637 from Ayrx/totp-impl by David Reid · 11 years ago
  30. a62d2f5 Merge pull request #688 from reaperhulk/fix-warning by Alex Gaynor · 11 years ago
  31. 5ee496b this macro should return a long by Paul Kehrer · 11 years ago
  32. 57a56b2 Merge pull request #686 from fedor-brunner/channel_binding by Alex Gaynor · 11 years ago
  33. f374f4b Remove comments by Fedor Brunner · 11 years ago
  34. eaf9a80 Merge pull request #678 from koobs/patch-1 by Alex Gaynor · 11 years ago
  35. ad5862e Merge pull request #685 from Ivoz/patch-1 by Alex Gaynor · 11 years ago
  36. b25bdcc Add OpenSSL bindings for TLS Finished message. Add OpenSSL binding socket type. by Fedor Brunner · 11 years ago
  37. 12b7605 Add myself to AUTHORS.rst by Matt Iversen · 11 years ago
  38. 0667180 And again. Remove whitespace (pep8) by koobs · 11 years ago
  39. 23690dd pep8: Add import (sys) and newline by koobs · 11 years ago
  40. 92a4cdb Add new lines (pep8) and use full sentences by koobs · 11 years ago
  41. ff0dd1e Integrate py.test enabling `python setup.py test` by koobs · 11 years ago
  42. c18dc45 Seperated the totp tests based on different hash types by Ayrx · 11 years ago
  43. 72e7477 Fixed wrong param naming in totp documentation by Ayrx · 11 years ago
  44. 49e4c9c more kwargs by Paul Kehrer · 11 years ago
  45. 93da520 Fixed whitespace issue pointed out by flake8 by Ayrx · 11 years ago
  46. 1f8a1e8 Fixed documentation by Ayrx · 11 years ago
  47. 0a46667 Added __future__ import statement by Ayrx · 11 years ago
  48. 3b6423d Updated HOTP and TOTP doctests by Ayrx · 11 years ago
  49. 52e1e93 Added method definitions to TOTP documentation. by Ayrx · 11 years ago
  50. cec584c Updated secret key description by Ayrx · 11 years ago
  51. 341399d Fixed documentation based on alexs' comments. by Ayrx · 11 years ago
  52. f39716d Small fixes by Ayrx · 11 years ago
  53. 7ea36ed Added documentation for TOTP. by Ayrx · 11 years ago
  54. d5244fa Added TOTP implementation and tests. by Ayrx · 11 years ago
  55. dae8795 Merge pull request #684 from reaperhulk/some-style-fixes by Alex Gaynor · 11 years ago
  56. 5b6ce2a some style fixes suggested by pep8-naming by Paul Kehrer · 11 years ago
  57. bfba58b update multibackend with new PKCS1v15 class name by Paul Kehrer · 11 years ago
  58. 8584d60 change the rest of the UnsupportedAsymmetricPadding instances by Paul Kehrer · 11 years ago
  59. 0377f5a rename PKCS1->PKCS1v15 & UnsupportedAsymmetricPadding->UnsupportedPadding by Paul Kehrer · 11 years ago
  60. 81f9f5c Merge pull request #681 from reaperhulk/add-docs-to-sdist by David Reid · 11 years ago
  61. 2f97c63 Merge pull request #682 from dreid/flake8-select-all by Paul Kehrer · 11 years ago
  62. 81ed541 don't prune static. why would you do that? by Paul Kehrer · 11 years ago
  63. 3eaf823 Fix issues found in hotp with new flake8 configuration. by David Reid · 11 years ago
  64. 59249cf Select all errors, warnings, and flakes. by David Reid · 11 years ago
  65. 071a5a4 add docs to sdist. fixes #679 by Paul Kehrer · 11 years ago
  66. 79cdb55 Merge pull request #680 from Ivoz/changelog by Paul Kehrer · 11 years ago
  67. 69a6fad Add changelog to toplevel, include in sdist by Matthew Iversen · 11 years ago
  68. 8dd9713 incorporate review feedback. kwarg! by Paul Kehrer · 11 years ago
  69. 160e51a remove rsa_cdata_from_public_key (unused until verify PR) by Paul Kehrer · 11 years ago
  70. 0d6722a more pep8 by Paul Kehrer · 11 years ago
  71. 0849575 keyword args by Paul Kehrer · 11 years ago
  72. dff1d43 add basic multibackend so we can do signatures using default_backend by Paul Kehrer · 11 years ago
  73. a33df8e fix pep8 by Paul Kehrer · 11 years ago
  74. da19e2b some style fixes by Paul Kehrer · 11 years ago
  75. 4ccceaf add RSA PKCS1 signing (and structure for PSS + verification) by Paul Kehrer · 11 years ago
  76. 2d4f36a Merge pull request #672 from reaperhulk/add-future-import-hotp by Alex Gaynor · 11 years ago
  77. ad563bf add missing future import to hotp by Paul Kehrer · 11 years ago
  78. f7cf6ab Merge pull request #667 from public/pkcs8-test-keys by Paul Kehrer · 11 years ago
  79. 383842f Merge pull request #671 from reaperhulk/0.2.1-changelog by Alex Gaynor · 11 years ago
  80. 2154135 0.2.1 changelog by Paul Kehrer · 11 years ago
  81. 5b34dd8 Merge pull request #668 from alex/style-nit by Paul Kehrer · 11 years ago
  82. dfdc3c3 Style nit by Alex Gaynor · 11 years ago
  83. abec8a1 Document PKCS #8 key sources by Alex Stapleton · 11 years ago
  84. 7aa9231 Merge pull request #665 from public/evp-pkey-attributes by Paul Kehrer · 11 years ago
  85. 017d0fd Merge pull request #666 from public/pkcs8-bindings by Paul Kehrer · 11 years ago
  86. 00d4a70 Unencrypted PKCS8 ECC private keys from Botan by Alex Stapleton · 11 years ago
  87. 41ca184 Private keys from GnuTLS tests/pkcs12_s2k_pem.c by Alex Stapleton · 11 years ago
  88. ecb85ba Encrypted RSA private key from GnuTLS tests by Alex Stapleton · 11 years ago
  89. 3b1dfda Unencrypted RSA private key from GnuTLS tests by Alex Stapleton · 11 years ago
  90. 0a62292 Encrypted PKCS8 RSA key From the GnuTLS test suite by Alex Stapleton · 11 years ago
  91. c663ff3 PKCS8 bindings that let you specify the encryption by Alex Stapleton · 11 years ago
  92. 973fc26 Bind X509 attribute methods for EVP_PKEYs by Alex Stapleton · 11 years ago
  93. 33f0f0c Merge pull request #662 from public/fix-interface-more by Paul Kehrer · 11 years ago
  94. 5eed941 Remove backend arg from the backend interface by Alex Stapleton · 11 years ago
  95. 8897944 Merge pull request #661 from alex/fix-interface by Paul Kehrer · 11 years ago
  96. 693cc67 Include 'self' in the interface by Alex Gaynor · 11 years ago
  97. c85157b Merge pull request #619 from public/openssl-key-loading-interfaces by Paul Kehrer · 11 years ago
  98. 26084d8 Merge pull request #660 from reaperhulk/osrandom-more-robust by Alex Gaynor · 11 years ago
  99. 3d487a6 c89, thanks microsoft... by Paul Kehrer · 11 years ago
  100. ea7416a add a comment to explain this damn function by Paul Kehrer · 11 years ago