Available on crate features
dnssec
and dnssec-openssl
only.Expand description
OpenSSL implementations of DNSSEC traits.
Structs§
- Elyptic Curve public key type
- An ECDSA signing key pair (backed by OpenSSL).
- Rsa public key
- An RSA signing key pair (backed by OpenSSL).
Functions§
- Convert raw DNSSEC ECDSA signature to ASN.1 DER format
- Constructs a new
PublicKeyBuf
from an opensslEcKey
. - Constructs a new
PublicKeyBuf
from anOpenSslRsa
key.