Alternative TLS implementation in Go
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Tamir Duberstein 326f5bb02b crypto/tls: check errors from (*Conn).writeRecord il y a 8 ans
testdata crypto/tls: add TLS_RSA_WITH_AES_128_GCM_SHA256 and TLS_RSA_WITH_AES_256_GCM_SHA384 cipher suites il y a 9 ans
alert.go crypto/tls: support TLS_FALLBACK_SCSV as a server. il y a 10 ans
cipher_suites.go crypto/tls: Improve ambiguous comment in cipher_suites.go il y a 8 ans
common.go crypto/tls: don't send IP literals as SNI values. il y a 9 ans
conn.go crypto/tls: check errors from (*Conn).writeRecord il y a 8 ans
conn_test.go crypto/tls: Added dynamic alternative to NameToCertificate map for SNI il y a 10 ans
example_test.go crypto/x509: add example of using a custom root list. il y a 10 ans
generate_cert.go crypto/tls: Support ECDSA keys in generate_cert.go il y a 10 ans
handshake_client.go crypto/tls: check errors from (*Conn).writeRecord il y a 8 ans
handshake_client_test.go crypto/tls: check errors from (*Conn).writeRecord il y a 8 ans
handshake_messages.go crypto/tls: reject ServerHellos with empty ALPN protocols. il y a 9 ans
handshake_messages_test.go crypto/tls: decouple handshake signatures from the handshake hash. il y a 9 ans
handshake_server.go crypto/tls: check errors from (*Conn).writeRecord il y a 8 ans
handshake_server_test.go crypto/tls: check errors from (*Conn).writeRecord il y a 8 ans
handshake_test.go crypto/tls: rework reference tests. il y a 10 ans
key_agreement.go all: single space after period. il y a 8 ans
prf.go crypto/tls: len(clientRandom) used for serverRandom source il y a 9 ans
prf_test.go crypto/tls: decouple handshake signatures from the handshake hash. il y a 9 ans
ticket.go crypto/tls: add support for session ticket key rotation il y a 9 ans
tls.go all: remove public named return values when useless il y a 8 ans
tls_test.go all: single space after period. il y a 8 ans