Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for tLv (0.11 sec)

  1. src/crypto/tls/testdata/Client-TLSv13-AES128-SHA256

    000000d0  00 8d 41 44 eb 93 ca 68  09 d1 bd f3 1a cc a0 53  |..AD...h.......S|
    000000e0  a7 18 6e b7 27 d0 f5 e1  08 d8 9f 7b 37 bc 8f b9  |..n.'......{7...|
    000000f0  84 6d e0 20 cf 99 bf c1  67 c8 00 74 4c 76 3e 2d  |.m. ....g..tLv>-|
    00000100  63 48 11 f1 75 30 ab a5  5b a2 cb 13 e9 e0 65 36  |cH..u0..[.....e6|
    00000110  86 ce 8b 64 f6 dc e1 b7  0d 16 96 d1 ec 4b 93 d5  |...d.........K..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  2. src/encoding/asn1/marshal.go

    	//
    	// First we encode each element to its TLV encoding and then use
    	// octetSort to get the ordering expected by X690 DER rules before
    	// writing the sorted encodings out to dst.
    	l := make([][]byte, len(s))
    	for i, e := range s {
    		l[i] = make([]byte, e.Len())
    		e.Encode(l[i])
    	}
    
    	// Since we are using bytes.Compare to compare TLV encodings we
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  3. pkg/workloadapi/workload.proto

        NONE = 0;
    
        // Prepend PROXY protocol headers before copying bytes
        // Standard PROXY source and destination information
        // is included, along with potential extra TLV headers:
        // 0xD0 - The SPIFFE identity of the source workload
        // 0xD1 - The FQDN or Hostname of the targeted Service
        PROXY = 1;
      }
    
      // A target natively handles this type of traffic.  
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  4. pkg/workloadapi/workload.pb.go

    	ApplicationTunnel_NONE ApplicationTunnel_Protocol = 0
    	// Prepend PROXY protocol headers before copying bytes
    	// Standard PROXY source and destination information
    	// is included, along with potential extra TLV headers:
    	// 0xD0 - The SPIFFE identity of the source workload
    	// 0xD1 - The FQDN or Hostname of the targeted Service
    	ApplicationTunnel_PROXY ApplicationTunnel_Protocol = 1
    )
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  5. gradle/verification-keyring.keys

    RogABvBLvETjtJeeMm8f/mVXhIyRB7Uio4jTccq41HST0RMBYugdiOsep30DXd1+
    ropCAJ7HmmwWvBq/TV6tKrwXdlnLaMOfT1tUwuvDCW94E6V4WHk2s3Z38O8mr5/8
    MEvfyABE+++7d+y4QskdoyUseT3ke5RAg1s0gyzPgQt6yCOFzqNBAS2FbslANF5k
    tLv+Yy4eoUJDONdqN293wOPDcUZl+V1fa/j135BAPQi7uQyTSBTES+hSD4IsUioO
    PN8yAgQG1Pr3EmC2eRfkoNZhnYVe7BFC5Ko6yaVGuvR3oN0MXvU0bvZkdfYuvGBe
    hYmCbitpi0A69Csrfkwwd1dZI6/Z87WbmHFiupflDV/90BFJcaM65dv9n6PHO3Qb
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (0)
  6. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    ABB1          ; mapped                 ; 13E1          # 8.0  CHEROKEE SMALL LETTER TLU
    ABB2          ; mapped                 ; 13E2          # 8.0  CHEROKEE SMALL LETTER TLV
    ABB3          ; mapped                 ; 13E3          # 8.0  CHEROKEE SMALL LETTER TSA
    ABB4          ; mapped                 ; 13E4          # 8.0  CHEROKEE SMALL LETTER TSE
    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