Constify X509_SIG.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 17 Aug 2016 16:27:05 +0000 (17:27 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 17 Aug 2016 16:48:43 +0000 (17:48 +0100)
commit59b4da05b4072df79e85b5f8bbf4cf049431b9b6
tree155db4d78c61608b24d072f6a925b9031e3c98db
parentd6073e27ebdbab63bf0add13fa0f66dcaa6e39e8
Constify X509_SIG.

Constify X509_SIG_get0() and order arguments to mactch new standard.

Add X509_SIG_get0_mutable() to support modification or initialisation
of an X509_SIG structure.

Reviewed-by: Matt Caswell <matt@openssl.org>
apps/pkcs12.c
crypto/asn1/x_sig.c
crypto/pkcs12/p12_decr.c
crypto/pkcs12/p12_mutl.c
crypto/pkcs12/p12_npas.c
crypto/pkcs12/p12_p8d.c
doc/crypto/X509_SIG_get0.pod
include/openssl/pkcs12.h
include/openssl/x509.h