diff --git a/crypto/NBuild.build b/crypto/NBuild.build index d6cd1a170b..8eed0bec13 100644 --- a/crypto/NBuild.build +++ b/crypto/NBuild.build @@ -16,7 +16,7 @@ - + diff --git a/crypto/Readme.html b/crypto/Readme.html index cd117ca643..ac9efdb33a 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -30,6 +30,8 @@

Contents:

  • Notes:
      +
    1. + Release 1.9.0
    2. Release 1.8.10
    3. @@ -308,6 +310,32 @@

      For first time users.


      Notes:

      +

      Release 1.9.0, Sunday October 17, 2021

      + +
      Defects Fixed
      +
        +
      • Key sizes are now checked strictly in TwofishEngine.
      • +
      • Fixed bzip2 compression of empty contents.
      • +
      • Handle CRL with no NextUpdate properly during CertPath validation.
      • +
      • Skip marker packets when reading various PGP data.
      • +
      • Ignore PGP signatures with invalid version.
      • +
      +
      Additional Features and Functionality
      +
        +
      • A new TLS API (Org.BouncyCastle.Tls) now replaces the old one (Org.BouncyCastle.Crypto.Tls), which + should be considered obsolete. The new API includes support for TLS 1.3.
      • +
      • Added support for Format Preserving Encryption.
      • +
      • Added support for ParallelHash and TupleHash.
      • +
      • Added support for the ARIA cipher.
      • +
      +
      Additional Notes
      +
        +
      • + See the (cumulative) list of GitHub pull requests that we have accepted at + bcgit/bc-csharp. +
      • +
      +

      Release 1.8.10, Tuesday February 16, 2021

      Defects Fixed
      diff --git a/crypto/src/AssemblyInfo.cs b/crypto/src/AssemblyInfo.cs index f7c2f0e3dd..ec06092a09 100644 --- a/crypto/src/AssemblyInfo.cs +++ b/crypto/src/AssemblyInfo.cs @@ -33,9 +33,9 @@ // 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.10.0")] -[assembly: AssemblyFileVersion("1.8.21047.1")] -[assembly: AssemblyInformationalVersion("1.8.10")] +[assembly: AssemblyVersion("1.9.0.0")] +[assembly: AssemblyFileVersion("1.9.21290.1")] +[assembly: AssemblyInformationalVersion("1.9.0")] // // In order to sign your assembly you must specify a key to use. Refer to the