diff options
author | Hans Nilsson <[email protected]> | 2018-05-08 11:44:42 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-05-08 11:44:42 +0200 |
commit | 91235f1aa793bb9f954c2408c859ed199839343b (patch) | |
tree | 211abd9148a06c4b2f759c83ea2be5979e386bb3 /lib/crypto/doc | |
parent | 80c5f0f27b84173b83aaf0ecfb8f839660b918a6 (diff) | |
parent | 143569f30151422b6a5b0fda662061d41ff82d74 (diff) | |
download | otp-91235f1aa793bb9f954c2408c859ed199839343b.tar.gz otp-91235f1aa793bb9f954c2408c859ed199839343b.tar.bz2 otp-91235f1aa793bb9f954c2408c859ed199839343b.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
ssh: Renegotiation -> renegotiate
ssh: Fix DH group exchange server bug for PuTTY and others following draft-draft-00 from 2001 and not the rfc4419
crypto: get_engine_load_cmd_list excluded if no engine support
crypto: Fix compilation for LibreSSL 2.7.x
crypto: Disable test_engine if engine is disabled
crypto: disable engine if OPENSSL_NO_EC* is set If that flag is set, and openssl/engine.h is included, there will be an erro further down in files included by engine.h
Conflicts:
OTP_VERSION
Diffstat (limited to 'lib/crypto/doc')
-rw-r--r-- | lib/crypto/doc/src/notes.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 1f788a4e35..66619c9e11 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -31,6 +31,28 @@ </header> <p>This document describes the changes made to the Crypto application.</p> +<section><title>Crypto 4.2.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + If OPENSSL_NO_EC was set, the compilation of the crypto + nifs failed.</p> + <p> + Own Id: OTP-15073</p> + </item> + <item> + <p> + C-compile errors for LibreSSL 2.7.0 - 2.7.2 fixed</p> + <p> + Own Id: OTP-15074 Aux Id: ERL-618 </p> + </item> + </list> + </section> + +</section> + <section><title>Crypto 4.2.1</title> <section><title>Fixed Bugs and Malfunctions</title> |