jsonwebtoken/tests
Levi 571898252f Add PEM decoding support (#106)
* Add PEM support with pem and simple_asn1. Documentation TODO

* Make pkcs1 and pkcs8 versions of the RSA key, confirm they pass tests.

* Add documentation, simplify

* Update readme

* Bump pem version

* Remove extra print
2019-11-03 12:22:51 +00:00
..
ecdsa.rs Add PEM decoding support (#106) 2019-11-03 12:22:51 +00:00
lib.rs Update to edition 2018 2019-07-06 20:36:32 +02:00
private_ecdsa_key.pem Add PEM decoding support (#106) 2019-11-03 12:22:51 +00:00
private_ecdsa_key.pk8 implemented verification of ECDSA signatures and added tests 2019-02-01 12:11:20 +08:00
private_rsa_key.der Work on RSA 2017-04-11 12:40:55 +09:00
private_rsa_key_pkcs1.pem Add PEM decoding support (#106) 2019-11-03 12:22:51 +00:00
private_rsa_key_pkcs8.pem Add PEM decoding support (#106) 2019-11-03 12:22:51 +00:00
public_ecdsa_key.pem Add PEM decoding support (#106) 2019-11-03 12:22:51 +00:00
public_ecdsa_key.pk8 implemented verification of ECDSA signatures and added tests 2019-02-01 12:11:20 +08:00
public_rsa_key.der RSA working 2017-04-11 12:41:21 +09:00
public_rsa_key_pkcs1.pem Add PEM decoding support (#106) 2019-11-03 12:22:51 +00:00
public_rsa_key_pkcs8.pem Add PEM decoding support (#106) 2019-11-03 12:22:51 +00:00
rsa.rs Add PEM decoding support (#106) 2019-11-03 12:22:51 +00:00