Tags give the ability to mark specific points in history as being important
-
-
-
-
-
-
-
v2.0.4
88c36d66 · ·v2.0.4 * Always select matching cipher suite * Always send empty renegotiation indication extension
-
-
v2.0.0-rc.8
3b5d7984 · ·v2.0.0-rc.8 Since rc.7 the following changes have been made: * CCM is no longer part of the default cipher suites #201 * SNI extension support #194 * End to end tests with OpenSSL client/server #193 * Large refactor of the handshake using the state machine from RFC6347 Section 4.2.4 #208 * Fixes for a number of deadlocks * Replay attack protection #215 * Verify the protocol version #211 * Fix the hash algorithm detection #224 * Close the connection on a sequence number overflow #214 * Concurrent read and accept #226 * Insecure hash algorithms are disabled by default #231
-
v2.0.0-rc.6
34ebfdba · ·v2.0.0-rc.6 * Key is verified before cipher suite initialisation * Expose SelfSign helper and the CCM package * Make HashAlgorithm private * Listener is now compatible with stlib net.Listener * Conn is now compatible with stdlib net.Conn * New top-level functions CipherSuiteName, CipherSuites and InsecureCipherSuites added to match upcoming additions to crypto/tls in Go 1.14 * Added support for using context.Context for cancellation in Dial, Client and Server
-
-
-