Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 39 of 39 for Alert (0.57 sec)

  1. src/crypto/tls/handshake_client.go

    		}
    	}
    	return defaultMaxRSAKeySize, n <= defaultMaxRSAKeySize
    }
    
    // verifyServerCertificate parses and verifies the provided chain, setting
    // c.verifiedChains and c.peerCertificates or sending the appropriate alert.
    func (c *Conn) verifyServerCertificate(certificates [][]byte) error {
    	activeHandles := make([]*activeCert, len(certificates))
    	certs := make([]*x509.Certificate, len(certificates))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 38.6K bytes
    - Viewed (0)
  2. src/crypto/tls/handshake_client_test.go

    		}
    
    		if test.validate != nil {
    			if err := test.validate(client.ConnectionState()); err != nil {
    				t.Errorf("validate callback returned error: %s", err)
    			}
    		}
    
    		// If the server sent us an alert after our last flight, give it a
    		// chance to arrive.
    		if write && test.renegotiationExpectedToFail == 0 {
    			if err := peekError(client); err != nil {
    				t.Errorf("final Read returned an error: %s", err)
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  3. src/crypto/tls/handshake_server_test.go

    		config:  config,
    	}
    	runServerTestTLS12(t, test)
    }
    
    // TestHandshakeServerSNIGetCertificateError tests to make sure that errors in
    // GetCertificate result in a tls alert.
    func TestHandshakeServerSNIGetCertificateError(t *testing.T) {
    	const errMsg = "TestHandshakeServerSNIGetCertificateError error"
    
    	serverConfig := testConfig.Clone()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  4. tests/migrate_test.go

    	AssertEqual(t, false, ok)
    
    	// null -> null
    	err = DB.Table("unique_tests").AutoMigrate(&UniqueTest2{})
    	if err != nil {
    		t.Fatalf("AutoMigrate err:%v", err)
    	}
    
    	// not trigger alert column
    	AssertEqual(t, true, DB.Migrator().HasConstraint(&UniqueTest{}, "uni_unique_tests_name"))
    	AssertEqual(t, false, DB.Migrator().HasIndex(&UniqueTest{}, "name"))
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Mon Mar 18 11:24:16 UTC 2024
    - 56.2K bytes
    - Viewed (0)
  5. src/cmd/go/internal/modload/init.go

    		if gpdir == "" {
    			continue
    		}
    		if rel := search.InDir(dir, filepath.Join(gpdir, "src")); rel != "" && rel != "." {
    			path := filepath.ToSlash(rel)
    			// gorelease will alert users publishing their modules to fix their paths.
    			if err := module.CheckImportPath(path); err != nil {
    				badPathErr = err
    				break
    			}
    			return path, nil
    		}
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/css/manual.css

    .admonitionblock.warning td.icon {
    	background-color: var(--warning-color);
    	color: var(--warning-on-color)
    }
    
    .admonitionblock.warning td.icon i {
    	background-image: url(./img/octicons-16.svg#view-alert)
    }
    
    /* Custom collapsible block */
    details summary {
    	width: 100%;
    	padding: 1rem 0;
    	border-top: 1px solid gray;
    	position: relative;
    	cursor: pointer;
    	list-style: none;
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  7. doc/go1.17_spec.html

    in particular those above <code>0x10FFFF</code> and surrogate halves.
    </p>
    
    <p>
    After a backslash, certain single-character escapes represent special values:
    </p>
    
    <pre class="grammar">
    \a   U+0007 alert or bell
    \b   U+0008 backspace
    \f   U+000C form feed
    \n   U+000A line feed or newline
    \r   U+000D carriage return
    \t   U+0009 horizontal tab
    \v   U+000B vertical tab
    \\   U+005C backslash
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  8. doc/go_spec.html

    in particular those above <code>0x10FFFF</code> and surrogate halves.
    </p>
    
    <p>
    After a backslash, certain single-character escapes represent special values:
    </p>
    
    <pre class="grammar">
    \a   U+0007 alert or bell
    \b   U+0008 backspace
    \f   U+000C form feed
    \n   U+000A line feed or newline
    \r   U+000D carriage return
    \t   U+0009 horizontal tab
    \v   U+000B vertical tab
    \\   U+005C backslash
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Uint64", Func, 21},
    		{"Uint64Value", Func, 21},
    		{"Value", Type, 21},
    		{"Warn", Func, 21},
    		{"WarnContext", Func, 21},
    		{"With", Func, 21},
    	},
    	"log/syslog": {
    		{"(*Writer).Alert", Method, 0},
    		{"(*Writer).Close", Method, 0},
    		{"(*Writer).Crit", Method, 0},
    		{"(*Writer).Debug", Method, 0},
    		{"(*Writer).Emerg", Method, 0},
    		{"(*Writer).Err", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top