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