Releases: bluk/min_jwt
Releases · bluk/min_jwt
v0.10.0
Changed
Update ring
dependency to version 0.10.0
.
v0.9.0
Changed
Update rsa
dependency to version 0.9.0
.
Use Rust 1.65.0
as minimum supported version.
v0.8.0
Changed
Update p256
dependency to version 0.13.0
.
v0.7.0
Changed
Update p256
dependency to version 0.12.0
.
Update rsa
dependency to version 0.8.0
.
Update signature
dependency to version 2.0
.
Add wrapper for p256
signatures.
Remove generic signatures with AsRef<[u8]>
to reduce code generated in final binaries.
v0.6.0
Changed
Use base64ct
instead of base64
for base64 encoding/decoding.
Update dependency to rsa
0.7
and use rsa::pkcs1v15::{SigningKey, VerifyingKey}
directly.
Removed wrappers for RSA keys and implement Signer
and Verifier
directly with the keys.
Requires sha2
crate with oid
feature and signature
crate.
See updated tests for examples.
v0.4.0
Added
Add Error
associated type to Signer
traits.
Changed
Removed
You can’t perform that action at this time.