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.
Adam Langley 25dd71bbe6 crypto/tls: don't send IP literals as SNI values. il y a 9 ans
testdata crypto/tls: update testing certificates. 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: decouple handshake signatures from the handshake hash. il y a 9 ans
common.go crypto/tls: don't send IP literals as SNI values. il y a 9 ans
conn.go crypto/tls: check cert chain during VerifyHostname il y a 9 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: don't send IP literals as SNI values. il y a 9 ans
handshake_client_test.go crypto/tls: don't send IP literals as SNI values. il y a 9 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: don't require an explicit client-auth EKU. il y a 9 ans
handshake_server_test.go all: fix some vet-caught formatting errors, mostly but not only in tests il y a 9 ans
handshake_test.go crypto/tls: rework reference tests. il y a 10 ans
key_agreement.go all: fix misprints in comments il y a 9 ans
prf.go crypto/tls: decouple handshake signatures from the handshake hash. 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 crypto/tls: better error messages when PEM inputs are switched. il y a 9 ans
tls_test.go crypto/tls: better error messages when PEM inputs are switched. il y a 9 ans