Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for hArr (0.04 sec)

  1. src/crypto/tls/handshake_messages.go

    			}
    		case extensionCookie:
    			if !readUint16LengthPrefixed(&extData, &m.cookie) ||
    				len(m.cookie) == 0 {
    				return false
    			}
    		case extensionKeyShare:
    			// This extension has different formats in SH and HRR, accept either
    			// and let the handshake logic decide. See RFC 8446, Section 4.2.8.
    			if len(extData) == 2 {
    				if !extData.ReadUint16((*uint16)(&m.selectedGroup)) {
    					return false
    				}
    			} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  2. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    118BA         ; mapped                 ; 118DA         # 7.0  WARANG CITI CAPITAL LETTER HOLO
    118BB         ; mapped                 ; 118DB         # 7.0  WARANG CITI CAPITAL LETTER HORR
    118BC         ; mapped                 ; 118DC         # 7.0  WARANG CITI CAPITAL LETTER HAR
    118BD         ; mapped                 ; 118DD         # 7.0  WARANG CITI CAPITAL LETTER SSUU
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top