Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

13 lines (11 loc) · 1.46 KB

1.4.0.0 (16 November 2018)

  • #7 - An exception about "The credentials supplied to the package were not recognized" [question]

1.3.0.0 (04 September 2018)

  • #2 - Split functionality into two packages contributed by StefH
  • #5 - Added support for decoding OpenSSL RSA public keys in PEM format. contributed by LamarLugli
  • #8 - Use archive.org link for "Based on" contributed by nelsonjchen
  • #10 - OpenSSL PEM (useKeyContainer) contributed by StefH
  • #3 - InvalidCastException on constructor
  • #4 - OpenSSLPrivateKeyDecoder.Decode fails on .Net Core on Linux [bug]
  • #6 - Sign Assembly [feature]
  • #9 - Best practice for using provider to load OpenSSL PEM files for HttpWebRequest client certificate authentication?