Commits
Click on a commit to change the comparison rangeAdd pem/der loaders to PublicKey
Expose pem feature in biscuit-parser crate as well1 year ago
by baranyildirim Merge branch 'main' into geal/pem-fixes allow guessing the algorithm from pem/der keypairs / public keys / private keys
The pem/der payloads contain information about the key algorithm. Unfortunately we can’t easily extract it ahead of time, but we can try for each supported algorithms. Key parsing is typically a one-time operation, so it’s ok to do it this way.