diff options
author | Jack Lloyd <[email protected]> | 2020-10-31 09:51:19 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-10-31 09:51:19 -0400 |
commit | 4d069c02b98f70fb9eba7eaf19c5a6662cd95204 (patch) | |
tree | 914a8ff5f59561b9a019311cd7c516078c3f6f39 /news.rst | |
parent | cf7f65288465924d430172b2600c5f017aecb513 (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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) |