2
0
mirror of https://github.com/therootcompany/keypairs synced 2025-03-09 10:00:37 +00:00

19 Commits

Author SHA1 Message Date
8f66f1d235 go lint and update docs 2020-04-10 13:59:44 -04:00
AJ ONeal
5701d77d7a friendlier error reporting 2019-07-11 10:59:19 -06:00
AJ ONeal
f2d341a3c0 v0.2.0: add support for fetching /pem 2019-03-15 17:52:53 -06:00
109f77841b parse certificate files, and golint 2019-03-06 18:00:17 -07:00
AJ ONeal
f542314cea add generic http handler for JWKs URL 2019-02-28 15:31:10 -07:00
AJ ONeal
8469f35bf7 fix bad JWK string 2019-02-28 00:54:01 +00:00
AJ ONeal
04259f1e96 refactor 2019-02-21 00:10:42 +00:00
AJ ONeal
4ff0e898f1 add key caching 2019-02-20 19:26:37 +00:00
AJ ONeal
34e2ec1a8e add optional "use":"sig" to public jwk 2019-02-12 16:57:01 +00:00
AJ ONeal
a91624fb78 use seconds for exp, not rfc timestamp 2019-02-11 22:38:40 +00:00
AJ ONeal
f5cec1b18e bugfix nil interface 2019-02-09 00:50:56 +00:00
AJ ONeal
84b07108b6 thinner wrapping, add exp to jwk 2019-02-09 00:43:50 +00:00
AJ ONeal
517865f334 provide a typesafe PublicKey interface 2019-02-08 23:53:29 +00:00
AJ ONeal
211016b05e Fetch JWKs from OIDC URLs 2019-02-08 01:26:45 +00:00
AJ ONeal
db7dcc62b4 cleanup 2019-02-07 21:19:37 +00:00
AJ ONeal
4afb5dc4cb test rsa private keys 2019-02-07 20:05:26 +00:00
AJ ONeal
b9f5fd197e test ec private keys 2019-02-07 19:30:04 +00:00
AJ ONeal
5695a0d0e7 partial public key support 2019-02-07 01:31:48 +00:00
AJ ONeal
fe05e7b2aa parse all standard private key types 2019-02-07 01:10:30 +00:00