OpenSSL vs SPKI

Viktor Dukhovni openssl-users at dukhovni.org
Tue Apr 7 19:09:57 UTC 2020


On Tue, Apr 07, 2020 at 10:00:05AM -0700, Jason Proctor wrote:

> Turns out, d2i_PUBKEY() does exactly the thing.
> The advantage over picking BIGNUMs out of the SPKI bundle is that the
> code doesn't need to know the key size.

It is also algorithm independent.  Works not only with RSA, but also
with DSA (deprecated), ECDSA, EdDSA, and any future public key types.

-- 
    Viktor.


More information about the openssl-users mailing list