From f3a66c583e698732cb23b13c12a58a6eb7e35142 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Mon, 17 Apr 2023 00:10:00 +0700 Subject: Update Readme for 2.2.0 --- crypto/Readme.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'crypto') diff --git a/crypto/Readme.html b/crypto/Readme.html index ea8acaf7a..363a85636 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -31,6 +31,8 @@
  • Notes:
      +
    1. + Release 2.2.0
    2. Release 2.1.1
    3. @@ -323,6 +325,29 @@

      Notes:

      +

      Release 2.2.0, Monday April 17, 2023

      +
      Defects Fixed
      +
        +
      • Fixed non-8-aligned IPv4 netmask parsing.
      • +
      • Fixed the ParallelHash copy constructor.
      • +
      +
      Additional Features and Functionality
      +
        +
      • Fixed rethrow syntax across the project, which should give more informative stack traces where relevant.
      • +
      • Added support for generating/validating alternative signatures for certificates and CRLs.
      • +
      • RFC 9146: Added support for connection ID to DTLS.
      • +
      • Initial DTLS handshake resend time is now configurable.
      • +
      • Added utilities to support generation and parsing of OpenSSH public and private key formats.
      • +
      • The assemblies within the NuGet package are now also codesigned.
      • +
      +
      Additional Notes
      +
        +
      • + See the (cumulative) list of GitHub pull requests that we have accepted at + bcgit/bc-csharp. +
      • +
      +

      Release 2.1.1, Saturday February 18, 2023

      This is a hotfix release to fix the missing symbols for the 2.1.0 release. -- cgit 1.4.1