CCF
|
This is the complete list of members for ccf::crypto::KeyPair_OpenSSL, including all inherited members.
coordinates() const override | ccf::crypto::KeyPair_OpenSSL | virtual |
create_csr(const std::string &subject_name, const std::vector< SubjectAltName > &subject_alt_names, const std::optional< Pem > &public_key=std::nullopt) const override | ccf::crypto::KeyPair_OpenSSL | virtual |
ccf::crypto::KeyPair::create_csr(const std::string &subject_name) const | ccf::crypto::KeyPair | inline |
create_csr_der(const std::string &subject_name, const std::vector< SubjectAltName > &subject_alt_names, const std::optional< Pem > &public_key=std::nullopt) const override | ccf::crypto::KeyPair_OpenSSL | virtual |
create_req(const std::string &subject_name, const std::vector< SubjectAltName > &subject_alt_names, const std::optional< Pem > &public_key) const | ccf::crypto::KeyPair_OpenSSL | protected |
derive_shared_secret(const PublicKey &peer_key) override | ccf::crypto::KeyPair_OpenSSL | virtual |
ec_point_public_from_jwk(const JsonWebKeyECPublic &jwk) | ccf::crypto::PublicKey_OpenSSL | protectedstatic |
get_curve_id() const override | ccf::crypto::KeyPair_OpenSSL | virtual |
get_openssl_group_id() const | ccf::crypto::PublicKey_OpenSSL | |
get_openssl_group_id(CurveID gid) | ccf::crypto::PublicKey_OpenSSL | static |
key | ccf::crypto::PublicKey_OpenSSL | protected |
KeyPair_OpenSSL(CurveID curve_id) | ccf::crypto::KeyPair_OpenSSL | |
KeyPair_OpenSSL(const KeyPair_OpenSSL &)=delete | ccf::crypto::KeyPair_OpenSSL | |
KeyPair_OpenSSL(const Pem &pem) | ccf::crypto::KeyPair_OpenSSL | |
KeyPair_OpenSSL(const JsonWebKeyECPrivate &jwk) | ccf::crypto::KeyPair_OpenSSL | |
operator EVP_PKEY *() const | ccf::crypto::PublicKey_OpenSSL | inline |
private_key_der() const override | ccf::crypto::KeyPair_OpenSSL | virtual |
private_key_jwk(const std::optional< std::string > &kid=std::nullopt) const override | ccf::crypto::KeyPair_OpenSSL | virtual |
private_key_pem() const override | ccf::crypto::KeyPair_OpenSSL | virtual |
public_key_der() const override | ccf::crypto::KeyPair_OpenSSL | virtual |
public_key_jwk(const std::optional< std::string > &kid=std::nullopt) const override | ccf::crypto::PublicKey_OpenSSL | virtual |
public_key_pem() const override | ccf::crypto::KeyPair_OpenSSL | virtual |
public_key_raw() const override | ccf::crypto::KeyPair_OpenSSL | virtual |
PublicKey_OpenSSL() | ccf::crypto::PublicKey_OpenSSL | protected |
PublicKey_OpenSSL(PublicKey_OpenSSL &&key)=default | ccf::crypto::PublicKey_OpenSSL | |
PublicKey_OpenSSL(EVP_PKEY *key) | ccf::crypto::PublicKey_OpenSSL | |
PublicKey_OpenSSL(const Pem &pem) | ccf::crypto::PublicKey_OpenSSL | |
PublicKey_OpenSSL(std::span< const uint8_t > der) | ccf::crypto::PublicKey_OpenSSL | |
PublicKey_OpenSSL(const JsonWebKeyECPublic &jwk) | ccf::crypto::PublicKey_OpenSSL | |
self_sign(const std::string &name, const std::string &valid_from, const std::string &valid_to, const std::optional< SubjectAltName > subject_alt_name=std::nullopt, bool ca=true) const | ccf::crypto::KeyPair | inline |
self_sign(const std::string &subject_name, const std::string &valid_from, const std::string &valid_to, const std::vector< SubjectAltName > &subject_alt_names, bool ca=true) const | ccf::crypto::KeyPair | inline |
sign(std::span< const uint8_t > d, MDType md_type={}) const override | ccf::crypto::KeyPair_OpenSSL | virtual |
sign(std::span< const uint8_t > d, size_t *sig_size, uint8_t *sig, MDType md_type={}) const | ccf::crypto::KeyPair_OpenSSL | |
sign_csr(const Pem &issuer_cert, const Pem &signing_request, const std::string &valid_from, const std::string &valid_to, bool ca=false, Signer signer=Signer::SUBJECT) const | ccf::crypto::KeyPair | inlinevirtual |
sign_csr_impl(const std::optional< Pem > &issuer_cert, const Pem &signing_request, const std::string &valid_from, const std::string &valid_to, bool ca=false, Signer signer=Signer::SUBJECT) const override | ccf::crypto::KeyPair_OpenSSL | virtual |
sign_hash(const uint8_t *hash, size_t hash_size) const override | ccf::crypto::KeyPair_OpenSSL | virtual |
sign_hash(const uint8_t *hash, size_t hash_size, size_t *sig_size, uint8_t *sig) const override | ccf::crypto::KeyPair_OpenSSL | virtual |
Signer enum name | ccf::crypto::KeyPair | |
verify(const std::vector< uint8_t > &contents, const std::vector< uint8_t > &signature) override | ccf::crypto::KeyPair_OpenSSL | virtual |
verify(const uint8_t *contents, size_t contents_size, const uint8_t *signature, size_t signature_size) override | ccf::crypto::KeyPair_OpenSSL | virtual |
verify(const uint8_t *contents, size_t contents_size, const uint8_t *sig, size_t sig_size, MDType md_type, HashBytes &bytes) override | ccf::crypto::KeyPair_OpenSSL | virtual |
ccf::crypto::PublicKey_OpenSSL::verify(const uint8_t *contents, size_t contents_size, const uint8_t *sig, size_t sig_size, MDType md_type=MDType::NONE) | ccf::crypto::PublicKey_OpenSSL | inline |
verify_hash(const uint8_t *hash, size_t hash_size, const uint8_t *sig, size_t sig_size, MDType md_type) override | ccf::crypto::PublicKey_OpenSSL | virtual |
verify_hash(const std::vector< uint8_t > &hash, const std::vector< uint8_t > &signature, MDType md_type) | ccf::crypto::PublicKey_OpenSSL | inlinevirtual |
verify_hash(const uint8_t *hash, size_t hash_size, const uint8_t *sig, size_t sig_size, MDType md_type)=0 | ccf::crypto::PublicKey_OpenSSL | virtual |
~KeyPair()=default | ccf::crypto::KeyPair | virtual |
~KeyPair_OpenSSL()=default | ccf::crypto::KeyPair_OpenSSL | virtual |
~PublicKey_OpenSSL() | ccf::crypto::PublicKey_OpenSSL | virtual |