提交 9263e882 编写于 作者: R Ralf S. Engelschall

Bundle stack'ification entries on Bens request

上级 dee75ecf
...@@ -8,9 +8,6 @@ ...@@ -8,9 +8,6 @@
*) Add missing sk_<type>_unshift() function to safestack.h *) Add missing sk_<type>_unshift() function to safestack.h
[Ralf S. Engelschall] [Ralf S. Engelschall]
*) 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 *) New function SSL_CTX_use_certificate_chain_file that sets the
"extra_cert"s in addition to the certificate. (This makes sense "extra_cert"s in addition to the certificate. (This makes sense
only for "PEM" format files, as chains as a whole are not only for "PEM" format files, as chains as a whole are not
...@@ -171,6 +168,9 @@ ...@@ -171,6 +168,9 @@
*) Introduce type-safe ASN.1 SETs. *) Introduce type-safe ASN.1 SETs.
[Ben Laurie] [Ben Laurie]
*) Convert various additional casted stacks to type-safe STACK_OF() variants.
[Ben Laurie, Ralf S. Engelschall]
*) Introduce type-safe STACKs. This will almost certainly break lots of code *) Introduce type-safe STACKs. This will almost certainly break lots of code
that links with OpenSSL (well at least cause lots of warnings), but fear that links with OpenSSL (well at least cause lots of warnings), but fear
not: the conversion is trivial, and it eliminates loads of evil casts. A not: the conversion is trivial, and it eliminates loads of evil casts. A
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册