
Adds MailMessage.References property.
Features
- Mail: Added MailMessage.References property.
- Proxy: ProxySocket constructor now requires a connected socket.
- SSH: Added option to force the use of legacy or standard forms of SSH Diffie-Hellman group exchange packets.
- Cryptography: Added CertificateChain.LoadDer method to load a chain of Base64-encoded certificates.
- Cryptography: Fast CNG implementation of AES (which takes advantage of AES-NI instructions) is used when available.
- Cryptography: Added workaround for broken X509Certificate.GetPublicKey() on Mono 5.4.
- Cryptography: Added a workaround for GPG's gpgsm utility that required some SignedData fields to be DER-encoded.
Fixes
- TLS/SSL: Fixed handling of duplicate suites in ClientHello packets.