Lines Matching +full:key +full:- +full:up
7 X509_REQ_get_X509_PUBKEY - get or set certificate or certificate request
8 public key
26 X509_get_pubkey() attempts to decode the public key for certificate B<x>. If
27 successful it returns the public key as an B<EVP_PKEY> pointer with its
28 reference count incremented: this means the returned key must be freed up
30 the reference count of the returned B<EVP_PKEY> so it must not be freed up
35 must not be freed up after use.
37 X509_set_pubkey() attempts to set the public key for certificate B<x> to
38 B<pkey>. The key B<pkey> should be freed up after use.
45 The first time a public key is decoded the B<EVP_PKEY> structure is
53 X509_REQ_get_pubkey() and X509_REQ_get_X509_PUBKEY() return a public key or
80 Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved.