Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for http2isBadCipher (0.15 sec)

  1. src/net/http/h2_bundle.go

    // Reject cipher suites from Appendix A.
    // "This list includes those cipher suites that do not
    // offer an ephemeral key exchange and those that are
    // based on the TLS null, stream or block cipher type"
    func http2isBadCipher(cipher uint16) bool {
    	switch cipher {
    	case http2cipher_TLS_NULL_WITH_NULL_NULL,
    		http2cipher_TLS_RSA_WITH_NULL_MD5,
    		http2cipher_TLS_RSA_WITH_NULL_SHA,
    		http2cipher_TLS_RSA_EXPORT_WITH_RC4_40_MD5,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top