From 9f4c0d827e70550f7371f7290890649bb368966d Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Sun, 8 Apr 2018 23:17:23 +0700 Subject: Update versions and release notes for 1.8.2 --- crypto/NBuild.build | 2 +- crypto/Readme.html | 17 ++++++++++++++++- crypto/src/AssemblyInfo.cs | 6 +++--- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/crypto/NBuild.build b/crypto/NBuild.build index 71096cbf0..20267e600 100644 --- a/crypto/NBuild.build +++ b/crypto/NBuild.build @@ -16,7 +16,7 @@ - + diff --git a/crypto/Readme.html b/crypto/Readme.html index b26937714..8594f8b96 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -292,7 +292,7 @@ We state, where EC MQV has not otherwise been disabled or removed:

Notes:

-

Release 1.8.2, Release Date TBD

+

Release 1.8.2, Monday April 9, 2018

Security Advisory
    @@ -315,11 +315,26 @@ We state, where EC MQV has not otherwise been disabled or removed:
+
Defects Fixed
+
    +
  • DTLS now supports records containing multiple handshake messages.
  • +
Additional Features and Functionality
  • TLS: support for ClientHello Padding Extension (RFC 7685).
  • TLS: support for ECDH_anon key exchange.
  • BCrypt implementation added.
  • +
  • BLAKE2b and BLAKE2s implementations added.
  • +
  • GOST R 34.11-2012 implementation added.
  • +
  • DSTU-7564 message digest implementation added.
  • +
  • SM2 signatures, key exchange, and public key encryption implementations added.
  • +
+
Additional Notes
+
    +
  • + See the (cumulative) list of GitHub pull requests that we have accepted at + bcgit/bc-csharp. +

Release 1.8.1, Monday December 28, 2015

diff --git a/crypto/src/AssemblyInfo.cs b/crypto/src/AssemblyInfo.cs index 87f48dffa..d95dca5ab 100644 --- a/crypto/src/AssemblyInfo.cs +++ b/crypto/src/AssemblyInfo.cs @@ -33,9 +33,9 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.8.1.0")] -[assembly: AssemblyFileVersion("1.8.15362.1")] -[assembly: AssemblyInformationalVersion("1.8.1")] +[assembly: AssemblyVersion("1.8.2.0")] +[assembly: AssemblyFileVersion("1.8.18099.1")] +[assembly: AssemblyInformationalVersion("1.8.2")] // // In order to sign your assembly you must specify a key to use. Refer to the -- cgit 1.4.1