
Provides plugable PGP/MIME support.
Features
- New - Additional Assembly DLL - DidiSoft.Pgp.Mail.dll providing plugable PGP/MIME support.
- New - Namespace DidiSoft.Pgp.Mail.
- New - Class DidiSoft.Pgp.Mail.PGPMailLib - providing plugable PGP/MIME support.
- New - KeyPairInformation.GetEcCurve() - Returns the DidiSoft.Pgp.EcCurve behind this key (if OpenPGP Elliptic Curve Cryptography (ECC) key).
- New - KeyPairInformation.SubKey.GetEcCurve() - Returns the DidiSoft.Pgp.EcCurve behind this key (if OpenPGP ECC key).
- New - KeyStore.ImportKeyPair(Stream) - import a single key pair from a Stream.
- New - KeyStore.ImportKeyPair(byte[]) - import a single key pair from a byte[].
- New - PGPLib.VerifyStringWithoutExtracting.
- Modified - BouncyCastle namespace changed to DidX.BouncyCastle.
Fixes
- Fix - PGPLib.Pgp2Compatible and PGPLib.SignAndEncrypt - fixed bug with signature packet for PGP 2.x systems.
- Fix - KeyStore.ImportKeyRing - fixed bug when importing empty (0 byte) files.
- Fix - VS 2017 Help registration.
- Fix - Bin\GAC\GAC_Install.ps1.