aboutsummaryrefslogtreecommitdiff
path: root/tests/test_load_save_keys.py
AgeCommit message (Expand)Author
2017-01-05Remove custom PrivateKey exponents/coefficient (#71)Michael Manganiello
2016-05-08Drop byte_literal in favour of b''adamantike
2016-03-17More CLI tests & clearer bytes stuffSybren A. Stüvel
2016-02-05Updated documentation, mostly http -> https changesSybren A. Stüvel
2016-01-22Fix #12 Allow pickling of keys.Sybren A. Stüvel
2016-01-22Big refactor to become more PEP8 compliant.Sybren A. Stüvel
2016-01-21Updated key loading example and included it as unit test, fixes bug #31Sybren A. Stüvel
2016-01-21No longer using obsolete base64 interface, fixes bug #30Sybren A. Stüvel
2016-01-21Removed dependency on unittest2, also merged requirements.txt for py 2.x and 3.xSybren A. Stüvel
2015-11-05Added character encoding markers for Python 2.xSybren A. Stüvel
2015-10-25Added per-file licensesRoy Kokkelkoren
2011-08-24Reverts docstring quoting syntax.Yesudeep Mangalapilly
2011-08-16Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly
2011-08-11Porting to Python 3 complete. All tests except pyasn1 stuff pass.Yesudeep Mangalapilly
2011-08-11Update tests to use unittest2.Yesudeep Mangalapilly
2011-08-11Tests are now functional (only running without syntax errors) on Python 3 too.Yesudeep Mangalapilly
2011-07-30Ignore fields in PEM-encoded filesSybren A. Stüvel
2011-07-24Specify format (PEM/DER) in capitalsSybren A. Stüvel
2011-07-24Added simpler save/load functionsSybren A. Stüvel
2011-07-24Added saving and loading public keys in PKCS#1 format (PEM+DER)Sybren A. Stüvel
2011-07-21Moved key load/save to PrivateKey classSybren A. Stüvel
2011-07-20Added support for saving private keys in DER and PEM formatSybren A. Stüvel
2011-07-19Added loading of DER and PEM encoded private keysSybren A. Stüvel