1. 0c90633 Remove custom PrivateKey exponents/coefficient (#71) by Michael Manganiello · 9 years ago
  2. 9f57740 Drop byte_literal in favour of b'' by adamantike · 9 years ago
  3. f0627be More CLI tests & clearer bytes stuff by Sybren A. Stüvel · 9 years ago
  4. 3934ab4 Updated documentation, mostly http -> https changes by Sybren A. Stüvel · 9 years ago
  5. 4bc9733 Fix #12 Allow pickling of keys. by Sybren A. Stüvel · 10 years ago
  6. d3d1034 Big refactor to become more PEP8 compliant. by Sybren A. Stüvel · 10 years ago
  7. f68c52a Updated key loading example and included it as unit test, fixes bug #31 by Sybren A. Stüvel · 10 years ago
  8. e798a6e No longer using obsolete base64 interface, fixes bug #30 by Sybren A. Stüvel · 10 years ago
  9. ed1c81d Removed dependency on unittest2, also merged requirements.txt for py 2.x and 3.x by Sybren A. Stüvel · 10 years ago
  10. 9d2cd9a Added character encoding markers for Python 2.x by Sybren A. Stüvel · 10 years ago
  11. 0659aac Added per-file licenses by Roy Kokkelkoren · 10 years ago
  12. b5bab22 Reverts docstring quoting syntax. by Yesudeep Mangalapilly · 14 years ago
  13. 03c51e7 Parellelized testing. Caught a lot of bugs. by Yesudeep Mangalapilly · 14 years ago
  14. e97d0d7 Porting to Python 3 complete. All tests except pyasn1 stuff pass. by Yesudeep Mangalapilly · 14 years ago
  15. aed6e86 Update tests to use unittest2. by Yesudeep Mangalapilly · 14 years ago
  16. 5802431 Tests are now functional (only running without syntax errors) on Python 3 too. by Yesudeep Mangalapilly · 14 years ago
  17. 70bc1a5 Ignore fields in PEM-encoded files by Sybren A. Stüvel · 14 years ago
  18. aa5a7fd Specify format (PEM/DER) in capitals by Sybren A. Stüvel · 14 years ago
  19. fd96fe5 Added simpler save/load functions by Sybren A. Stüvel · 14 years ago
  20. 74023dc Added saving and loading public keys in PKCS#1 format (PEM+DER) by Sybren A. Stüvel · 14 years ago
  21. 049cc4a Moved key load/save to PrivateKey class by Sybren A. Stüvel · 14 years ago
  22. f6a1073 Added support for saving private keys in DER and PEM format by Sybren A. Stüvel · 14 years ago
  23. fa34679 Added loading of DER and PEM encoded private keys by Sybren A. Stüvel · 14 years ago