Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Abandon (0.1 sec)

  1. src/crypto/tls/boring_test.go

    	test(t, "VersionTLS11", VersionTLS11, "")
    	test(t, "VersionTLS12", VersionTLS12, "")
    	test(t, "VersionTLS13", VersionTLS13, "")
    
    	t.Run("fipstls", func(t *testing.T) {
    		fipstls.Force()
    		defer fipstls.Abandon()
    		test(t, "VersionTLS10", VersionTLS10, "supported versions")
    		test(t, "VersionTLS11", VersionTLS11, "supported versions")
    		test(t, "VersionTLS12", VersionTLS12, "")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:45:37 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  2. schema/schema.go

    }
    
    // This unrolling is needed to show to the compiler the exact set of methods
    // that can be used on the modelType.
    // Prior to go1.22 any use of MethodByName would cause the linker to
    // abandon dead code elimination for the entire binary.
    // As of go1.22 the compiler supports one special case of a string constant
    // being passed to MethodByName. For enterprise customers or those building
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jun 12 10:52:33 UTC 2024
    - 13.7K bytes
    - Viewed (0)
Back to top