summaryrefslogtreecommitdiff
path: root/tests/test_load_save_keys.py
Commit message (Expand)AuthorAgeFilesLines
* Reformatting with BlackSybren A. Stüvel2021-03-291-28/+44
* Fix #173: unpickling doesn't restore full objectBu Sun Kim2021-02-241-0/+5
* Drop character encoding markers for Python 2.xAndrey Semakin2020-06-031-2/+0
* Removed compatibility code for Python 2.7 and 3.4Sybren A. Stüvel2019-08-041-2/+1
* Remove custom PrivateKey exponents/coefficient (#71)Michael Manganiello2017-01-051-1/+40
* Drop byte_literal in favour of b''adamantike2016-05-081-16/+14
* More CLI tests & clearer bytes stuffSybren A. Stüvel2016-03-171-1/+5
* Updated documentation, mostly http -> https changesSybren A. Stüvel2016-02-051-1/+1
* Fix #12 Allow pickling of keys.Sybren A. Stüvel2016-01-221-0/+20
* Big refactor to become more PEP8 compliant.Sybren A. Stüvel2016-01-221-12/+11
* Updated key loading example and included it as unit test, fixes bug #31Sybren A. Stüvel2016-01-211-0/+12
* No longer using obsolete base64 interface, fixes bug #30Sybren A. Stüvel2016-01-211-2/+2
* Removed dependency on unittest2, also merged requirements.txt for py 2.x and 3.xSybren A. Stüvel2016-01-211-3/+3
* Added character encoding markers for Python 2.xSybren A. Stüvel2015-11-051-0/+1
* Added per-file licensesRoy Kokkelkoren2015-10-251-0/+15
* Reverts docstring quoting syntax.Yesudeep Mangalapilly2011-08-241-19/+19
* Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly2011-08-161-19/+19
* Porting to Python 3 complete. All tests except pyasn1 stuff pass.Yesudeep Mangalapilly2011-08-111-4/+4
* Update tests to use unittest2.Yesudeep Mangalapilly2011-08-111-3/+3
* Tests are now functional (only running without syntax errors) on Python 3 too.Yesudeep Mangalapilly2011-08-111-10/+11
* Ignore fields in PEM-encoded filesSybren A. Stüvel2011-07-301-0/+4
* Specify format (PEM/DER) in capitalsSybren A. Stüvel2011-07-241-8/+8
* Added simpler save/load functionsSybren A. Stüvel2011-07-241-8/+8
* Added saving and loading public keys in PKCS#1 format (PEM+DER)Sybren A. Stüvel2011-07-241-0/+54
* Moved key load/save to PrivateKey classSybren A. Stüvel2011-07-211-4/+4
* Added support for saving private keys in DER and PEM formatSybren A. Stüvel2011-07-201-0/+21
* Added loading of DER and PEM encoded private keysSybren A. Stüvel2011-07-191-0/+47