1. 23690dd pep8: Add import (sys) and newline by koobs · 10 years ago
  2. 92a4cdb Add new lines (pep8) and use full sentences by koobs · 10 years ago
  3. ff0dd1e Integrate py.test enabling `python setup.py test` by koobs · 10 years ago
  4. dae8795 Merge pull request #684 from reaperhulk/some-style-fixes by Alex Gaynor · 10 years ago
  5. 5b6ce2a some style fixes suggested by pep8-naming by Paul Kehrer · 10 years ago
  6. 81f9f5c Merge pull request #681 from reaperhulk/add-docs-to-sdist by David Reid · 10 years ago
  7. 2f97c63 Merge pull request #682 from dreid/flake8-select-all by Paul Kehrer · 10 years ago
  8. 81ed541 don't prune static. why would you do that? by Paul Kehrer · 10 years ago
  9. 3eaf823 Fix issues found in hotp with new flake8 configuration. by David Reid · 10 years ago
  10. 59249cf Select all errors, warnings, and flakes. by David Reid · 10 years ago
  11. 071a5a4 add docs to sdist. fixes #679 by Paul Kehrer · 10 years ago
  12. 79cdb55 Merge pull request #680 from Ivoz/changelog by Paul Kehrer · 10 years ago
  13. 69a6fad Add changelog to toplevel, include in sdist by Matthew Iversen · 10 years ago
  14. 2d4f36a Merge pull request #672 from reaperhulk/add-future-import-hotp by Alex Gaynor · 10 years ago
  15. ad563bf add missing future import to hotp by Paul Kehrer · 10 years ago
  16. f7cf6ab Merge pull request #667 from public/pkcs8-test-keys by Paul Kehrer · 10 years ago
  17. 383842f Merge pull request #671 from reaperhulk/0.2.1-changelog by Alex Gaynor · 10 years ago
  18. 2154135 0.2.1 changelog by Paul Kehrer · 10 years ago
  19. 5b34dd8 Merge pull request #668 from alex/style-nit by Paul Kehrer · 10 years ago
  20. dfdc3c3 Style nit by Alex Gaynor · 10 years ago
  21. abec8a1 Document PKCS #8 key sources by Alex Stapleton · 10 years ago
  22. 7aa9231 Merge pull request #665 from public/evp-pkey-attributes by Paul Kehrer · 10 years ago
  23. 017d0fd Merge pull request #666 from public/pkcs8-bindings by Paul Kehrer · 10 years ago
  24. 00d4a70 Unencrypted PKCS8 ECC private keys from Botan by Alex Stapleton · 10 years ago
  25. 41ca184 Private keys from GnuTLS tests/pkcs12_s2k_pem.c by Alex Stapleton · 10 years ago
  26. ecb85ba Encrypted RSA private key from GnuTLS tests by Alex Stapleton · 10 years ago
  27. 3b1dfda Unencrypted RSA private key from GnuTLS tests by Alex Stapleton · 10 years ago
  28. 0a62292 Encrypted PKCS8 RSA key From the GnuTLS test suite by Alex Stapleton · 10 years ago
  29. c663ff3 PKCS8 bindings that let you specify the encryption by Alex Stapleton · 10 years ago
  30. 973fc26 Bind X509 attribute methods for EVP_PKEYs by Alex Stapleton · 10 years ago
  31. 33f0f0c Merge pull request #662 from public/fix-interface-more by Paul Kehrer · 10 years ago
  32. 5eed941 Remove backend arg from the backend interface by Alex Stapleton · 10 years ago
  33. 8897944 Merge pull request #661 from alex/fix-interface by Paul Kehrer · 10 years ago
  34. 693cc67 Include 'self' in the interface by Alex Gaynor · 10 years ago
  35. c85157b Merge pull request #619 from public/openssl-key-loading-interfaces by Paul Kehrer · 10 years ago
  36. 26084d8 Merge pull request #660 from reaperhulk/osrandom-more-robust by Alex Gaynor · 10 years ago
  37. 3d487a6 c89, thanks microsoft... by Paul Kehrer · 10 years ago
  38. ea7416a add a comment to explain this damn function by Paul Kehrer · 10 years ago
  39. 6f45b87 clear the error you get if you get a NULL engine back by Paul Kehrer · 10 years ago
  40. 3c0de81 Merge pull request #598 from Ayrx/hotp-impl by Paul Kehrer · 10 years ago
  41. f8c53ea test to confirm calling Cryptography_add_osrandom_engine > 1 is safe by Paul Kehrer · 10 years ago
  42. c2e5340 Fixed HOTP test path, added changelog and myself to author list. by Ayrx · 10 years ago
  43. 7f25030 Cryptography_add_osrandom_engine should be safe to call multiple times by Paul Kehrer · 10 years ago
  44. 94c7359 Added "version added" to docs by Ayrx · 10 years ago
  45. 8c1ad59 Changed module name from otp to twofactor. by Ayrx · 10 years ago
  46. 26d276f Updated documentation. by Ayrx · 10 years ago
  47. 64a3fbd Final changes to module names by Ayrx · 10 years ago
  48. ebadb6b Updated docs with notes on throttling and resynchronization. by Ayrx · 10 years ago
  49. b5189af Added a max limit of 8 on length parameter. Updated documentation. by Ayrx · 10 years ago
  50. 25b1d21 Updated documentation. by Ayrx · 10 years ago
  51. a776911 Updated according to code review feedback. by Ayrx · 10 years ago
  52. b2ee044 Minor changes for python3 compat and documentation changes by Ayrx · 10 years ago
  53. 18ca44b Added documentation for HOTP implementation. by Ayrx · 10 years ago
  54. 00cc900 Added HOTP implementation and associated tests by Ayrx · 10 years ago
  55. d2f2458 Merge pull request #659 from alex/release-cleanup by Paul Kehrer · 10 years ago
  56. 8c9911e Merge pull request #658 from reaperhulk/int-to-bn by Alex Gaynor · 10 years ago
  57. 6629fa5 A tiny formatting cleanup by Alex Gaynor · 10 years ago
  58. b73dd29 bytes and strings...yes. by Paul Kehrer · 10 years ago
  59. 83274d5 add private _int_to_bn method to openssl backend by Paul Kehrer · 10 years ago
  60. 5a2496b Merge pull request #656 from reaperhulk/fix-openssl-backend-variables by Alex Gaynor · 10 years ago
  61. aa8af51 This works but we should really be using self. by Paul Kehrer · 10 years ago
  62. dfee2f9 Merge pull request #655 from reaperhulk/third-release-open-for-business by Alex Gaynor · 10 years ago
  63. 2fb76a3 OpenSSL "traditional" key format loading... by Alex Stapleton · 10 years ago
  64. f933572 boilerplate to reopen master for third release work by Paul Kehrer · 10 years ago
  65. 6a364d5 Merge pull request #654 from alex/release-0.2 by Paul Kehrer · 10 years ago
  66. 63614e8 Bump version numbers for 0.2 release by Alex Gaynor · 10 years ago
  67. 2f15224 Merge pull request #653 from alex/ssl-cipher-bindings by Paul Kehrer · 10 years ago
  68. 0b648b3 Move for OpenSSL 0.9.8 by Alex Gaynor · 10 years ago
  69. 4cfb149 Merge pull request #651 from alex/upload-wheels by Paul Kehrer · 10 years ago
  70. 6c77b34 python 2.6 by Alex Gaynor · 10 years ago
  71. 6ab3f46 Upload windows wheels by Alex Gaynor · 10 years ago
  72. 79ca227 Merge pull request #650 from alex/download-windows-wheels by Paul Kehrer · 10 years ago
  73. 7a2b358 Download the windows wheels from jenkins by Alex Gaynor · 10 years ago
  74. 337779b Merge pull request #644 from reaperhulk/bytes-pkcs-loader by Alex Gaynor · 10 years ago
  75. 6567c5c Information about actually used cipher. by Fedor Brunner · 10 years ago
  76. 0fd3721 Merge pull request #648 from hynek/master by Laurens Van Houtven · 10 years ago
  77. a5df3e8 Add Hynek's GPG fingerprint by Hynek Schlawack · 10 years ago
  78. c303540 Merge pull request #647 from alex/new-dep by Paul Kehrer · 10 years ago
  79. 8e601a5 requests is now required to do a release by Alex Gaynor · 10 years ago
  80. cf20f41 Merge pull request #646 from reaperhulk/evp-pkey-size by Alex Gaynor · 10 years ago
  81. 5fa42e6 Merge pull request #645 from alex/windows-wheels by Paul Kehrer · 10 years ago
  82. 48204a0 add EVP_PKEY_size binding to OpenSSL backend by Paul Kehrer · 10 years ago
  83. a1dff05 Wait for the wheel job to finish building the windows wheels. Refs #506 by Alex Gaynor · 10 years ago
  84. a1caeff Merge pull request #643 from alex/windows-wheels by Paul Kehrer · 10 years ago
  85. 176ae10 Merge pull request #621 from public/openssl-pem-vectors by Paul Kehrer · 10 years ago
  86. 3a47948 Merge pull request #639 from alex/faq by Paul Kehrer · 10 years ago
  87. 2681180 these examples should be bytes to be consistent with other loaders by Paul Kehrer · 10 years ago
  88. c9e4c6a Raise on failure by Alex Gaynor · 10 years ago
  89. 8620159 Refs #506 -- Trigger creation of wheels when doing a release by Alex Gaynor · 10 years ago
  90. 5809d48 Try to be more precise by Alex Gaynor · 10 years ago
  91. 58db154 Link to the specific sources of these vectors by Alex Stapleton · 10 years ago
  92. 52e4048 Add OpenSSL PEM vector docs by Alex Stapleton · 10 years ago
  93. 574ad9a Add GnuTLS OpenSSL compatibility test keys by Alex Stapleton · 10 years ago
  94. e06b677 Add testrsa.pem from the OpenSSL repo by Alex Stapleton · 10 years ago
  95. 6d869c1 Merge pull request #642 from reaperhulk/x509-get-default-cert-dir by Hynek Schlawack · 10 years ago
  96. 2dab7d3 a few more methods from x509.h for OpenSSL by Paul Kehrer · 10 years ago
  97. 90e9de1 Merge pull request #641 from dreid/explicit-passing-of-key-parameters by Alex Gaynor · 10 years ago
  98. 9318a14 Explicitly pass the key parameters instead of using **kwargs. Now we don't have to pop some stuff. by David Reid · 10 years ago
  99. d750e9b Merge pull request #636 from reaperhulk/rsa-signature-loader by David Reid · 10 years ago
  100. 59a6bc6 Capitalization and linkification by Alex Gaynor · 10 years ago