|
NAMEeddsa_pk_new , eddsa_pk_free ,
eddsa_pk_from_EVP_PKEY ,
eddsa_pk_from_ptr ,
eddsa_pk_to_EVP_PKEY —
FIDO 2 COSE EDDSA API
SYNOPSIS#include <openssl/evp.h>
#include <fido/eddsa.h>
eddsa_pk_t *
void
int
int
EVP_PKEY *
DESCRIPTIONEDDSA is the name given in the CBOR Object Signing and Encryption (COSE) RFC to EDDSA over Curve25519 with SHA-512. The COSE EDDSA API of libfido2 is an auxiliary API with routines to convert between the different EDDSA public key types used in libfido2 and OpenSSL.In libfido2, EDDSA public keys are abstracted by the eddsa_pk_t type. The The The The The RETURN VALUESTheeddsa_pk_from_EC_KEY () and
eddsa_pk_from_ptr () functions return
FIDO_OK on success. On error, a different error code
defined in <fido/err.h> is
returned.
SEE ALSOes256_pk_new(3), fido_assert_verify(3), fido_cred_pubkey_ptr(3), rs256_pk_new(3)
Visit the GSP FreeBSD Man Page Interface. |