Use accessors for X509_print_ex().
authorDr. Stephen Henson <steve@openssl.org>
Tue, 22 Sep 2015 22:40:01 +0000 (23:40 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 14 Nov 2015 00:13:08 +0000 (00:13 +0000)
commit699f1635242d509d0e47ca3132d1b5682a6a32b7
tree211c4cb9ae44db6aab2bce36647a54c28b11ba23
parent748118a838bcb7b920c5e0bf389773544becc71b
Use accessors for X509_print_ex().

Print certificate details using accessor functions.

Since X509_CERT_AUX_print is only used in one place and can't
be used by applications (it uses an internal X509_CERT_AUX structure)
this has been removed and replaced by a function X509_aux_print which
takes an X509 pointer instead.

Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/x509/Makefile
crypto/x509/t_x509.c
crypto/x509/t_x509a.c [deleted file]
include/openssl/x509.h