Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).
PS: Feel free to move the IMPLEMENT_STACK_OF(X509_INFO) from
crypto/asn1/x_info.c to any other place where you think it fits better.
X509_INFO is a structure slightly spreaded over ASN.1, X509 and PEM code,
so I found no definitive location for IMPLEMENT_STACK_OF(X509_INFO). In
crypto/asn1/x_info.c it's at least now bundled with X509_INFO_new() and
friends.
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -5,6 +5,9 @@
|
||||
|
||||
Changes between 0.9.2b and 0.9.3
|
||||
|
||||
*) Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).
|
||||
[Ralf S. Engelschall]
|
||||
|
||||
*) New function SSL_CTX_use_certificate_chain_file that sets the
|
||||
"extra_cert"s in addition to the certificate. (This makes sense
|
||||
only for "PEM" format files, as chains as a whole are not
|
||||
|
||||
Reference in New Issue
Block a user