aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-10-31 09:51:19 -0400
committerJack Lloyd <[email protected]>2020-10-31 09:51:19 -0400
commit4d069c02b98f70fb9eba7eaf19c5a6662cd95204 (patch)
tree914a8ff5f59561b9a019311cd7c516078c3f6f39 /news.rst
parentcf7f65288465924d430172b2600c5f017aecb513 (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 4f835abd1..54020f8c8 100644
--- a/news.rst
+++ b/news.rst
@@ -22,6 +22,14 @@ Version 2.17.0, Not Yet Released
but simply forward the include to ``asn1_obj.h``. These now-empty header files
are deprecated, and will be removed in a future major release. (GH #2441)
+* The contents of X.509/PKIX headers ``asn1_attribute.h`` ``asn1_alt_name.h``
+ ``name_constraint.h`` ``x509_dn.h`` ``cert_status.h`` and ``key_constraint.h``
+ have been merged into ``pkix_enums.h`` (for enumerations) and ``pkix_types.h``
+ (for all other definitions). The previous header files remain but simply
+ forward the include to the new header containing the definition. These
+ now-empty header files are deprecated, and will be removed in a future major
+ release. (GH #2441)
+
* Small optimizations in the non-hardware assisted AES key generation
code path (GH #2417 #2418)