diff options
author | Jack Lloyd <[email protected]> | 2019-05-09 10:34:39 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-05-09 10:34:39 -0400 |
commit | 87172d3bf58b2b3b6575087c42e05f801789e025 (patch) | |
tree | 025feec3529bfdb46a277a116f28c0537cde8795 /news.rst | |
parent | 89ae4aeb4eb35220715a11f9e7698efa6f5d2349 (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -15,6 +15,10 @@ Version 2.11.0, Not Yet Released * Fix verification rooted in a v1 certificate which previously would fail. (GH #1890) +* Fix X509_DN::operator< which could erronously return true in both + directions (ie, DN1 < DN2 && DN2 < DN1). This would break STL + containers using a DN as the key. (GH #1938) + * It is now possible to create intermediate CA certificates using the command line interface. (GH #1879 #1889) @@ -52,6 +56,8 @@ Version 2.11.0, Not Yet Released * Make it possible to specify additional libraries in ``LDFLAGS`` (GH #1916) +* Fix some warnings from Clang 8 (GH #1941) + * Fix the makefile .PHONY syntax (GH #1874) Version 2.10.0, 2019-03-30 |