OpenPGP Library for .NET 1.7.1 has been released
July 22nd, 2011
We are happy to announce that OpenPGP Library for .NET version 1.7.1 has been released. This release fixes two bugs and adds some additional methods.
Below is the list of changes in this update.
[*] : Bug
[+] : New
[-] : Removed
[!] : Modification
[*] Fixed decryption of conventional encrypted (PBE) files, created with McAfee E-Business server 7.x and PGP 2.6.x
[*] Fixed exception caused by keys exported from GnuPG GPA.
[+] Added method PGPLib.SignFileV3 – signes files with OpenPGP version 3 signatures for compatibility with PGP 6.5 and below
[+] Added method PGPLib.SignStringV3 – signes strings with OpenPGP version 3 signatures for compatibility with PGP 6.5 and below
[+] Added method PGPLib.SignAndEncryptFileV3 – signes and encrypts files in one pass with OpenPGP version 3 signatures for compatibility with PGP 6.5 and below
[+] Added method PGPLib.SignAndEncryptStringV3 – signes and encrypts strings in one pass with OpenPGP version 3 signatures for compatibility with PGP 6.5 and below