summaryrefslogtreecommitdiff
path: root/lib/public_key
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2019-12-06 11:29:08 +0100
committerErlang/OTP <otp@erlang.org>2019-12-06 11:29:08 +0100
commited79cd91e352e006bc2d30c59fcf81ee59785f35 (patch)
treeb449b9269a68fa96893c5036e02c51fa5384b18d /lib/public_key
parentb6578adac504b8659d902228a69f9fea85ea5d6c (diff)
downloaderlang-ed79cd91e352e006bc2d30c59fcf81ee59785f35.tar.gz
Prepare release
Diffstat (limited to 'lib/public_key')
-rw-r--r--lib/public_key/doc/src/notes.xml18
-rw-r--r--lib/public_key/vsn.mk2
2 files changed, 19 insertions, 1 deletions
diff --git a/lib/public_key/doc/src/notes.xml b/lib/public_key/doc/src/notes.xml
index f47988d6d8..b990b1867d 100644
--- a/lib/public_key/doc/src/notes.xml
+++ b/lib/public_key/doc/src/notes.xml
@@ -35,6 +35,24 @@
<file>notes.xml</file>
</header>
+<section><title>Public_Key 1.7.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Corrected CRL handling which could cause CRL verification
+ to fail. This could happen when the CRL distribution
+ point explicitly specifies the CRL issuer, that is not
+ using the fallback.</p>
+ <p>
+ Own Id: OTP-16156 Aux Id: ERL-1030 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Public_Key 1.7</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/public_key/vsn.mk b/lib/public_key/vsn.mk
index 1982218574..89b1719276 100644
--- a/lib/public_key/vsn.mk
+++ b/lib/public_key/vsn.mk
@@ -1 +1 @@
-PUBLIC_KEY_VSN = 1.7
+PUBLIC_KEY_VSN = 1.7.1