Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tLv (0.01 sec)

  1. 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)
  2. 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)
Back to top