
Adds HttpResponse.LastModified property along with support for .NET 6.0.
Features
- All: Added support for Microsoft Windows 11.
- All: Added support for Microsoft .NET 6.0 on Windows, Linux and Apple macOS. Rebex assemblies targeting .NET Standard 2.1 now support .NET 6.0.
- HTTP: Added HttpRequest.AddRange() method.
- HTTP: Added HttpResponse.LastModified property.
- HTTP: Added support for CredentialCache to HttpRequest.
- HTTP: Improved handling of empty UserName in NetworkCredential for Basic and Digest authentication.
- SSH: Added support for PuTTY PPK3 format to SshPrivateKey - the SshPrivateKeyclass, PrivateKeyInfo classes and the Certificate.SavePrivateKey method now support PuTTY's new PPK version 3 private key format.
- SSH: Added support for 'x509v3-rsa2048-sha256' SSH host key and client key algorithm (X.509 certificate with RSA key, as specified by RFC 6187).
- SSH: Added a workaround for a server with broken SSH window size handling logic.
- TLS Core: Improved TLS 1.3 performance. Optimized TLS 1.3 core, which increased speed and decreased CPU usage.
- Cryptography: Added more values to X.509 RevocationReason enum.
- Cryptography: Added support for private keys in PuTTY PPK3 format (uses Argon2 key derivation function).
- Cryptography: Added workaround for Google's CRLs with non-constructed explicit ASN.1 nodes.