]> git.ipfire.org Git - thirdparty/openssl.git/commit
Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Sun, 24 May 2020 16:28:06 +0000 (18:28 +0200)
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>
Tue, 26 May 2020 07:35:05 +0000 (09:35 +0200)
commit7674e92324648b59786d86d8e9014bbaed4e6d07
treeae60c1aa1dd846201ff81d724c750c55fb89c293
parent5606922c3d2e8c3d3ffda4347cb9fe3992d75f89
Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11894)
12 files changed:
crypto/asn1/ameth_lib.c
crypto/dh/dh_ameth.c
crypto/dsa/dsa_ameth.c
crypto/ec/ec_ameth.c
crypto/ec/ecx_meth.c
crypto/rsa/rsa_ameth.c
crypto/x509/x_pubkey.c
doc/man3/EVP_PKEY_ASN1_METHOD.pod
doc/man3/X509_PUBKEY_new.pod
include/crypto/asn1.h
include/openssl/evp.h
include/openssl/x509.h