openssl icon indicating copy to clipboard operation
openssl copied to clipboard

feat: added read_derpub, to only attempt to load DER encoded public keys

Open mcr opened this issue 5 months ago • 1 comments

This new routine reads a public in DER format only. Other routines get confused by too many heuristics and do not support doing this.

mcr avatar Jul 26 '25 17:07 mcr

Do you have an example that can't be decoded correctly with OpenSSL::PKey.read?

rhenium avatar Jul 27 '25 12:07 rhenium