Alternative TLS implementation in Go
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Adam Langley 251d647e6e crypto/tls: don't generate random ticket keys if already set. hace 8 años
testdata crypto/tls: support AES-128-CBC cipher suites with SHA-256. hace 8 años
alert.go crypto/tls: make error prefix uniform. hace 8 años
cipher_suites.go crypto/tls: fix comment typo. hace 8 años
common.go crypto/tls: don't generate random ticket keys if already set. hace 8 años
conn.go crypto/tls: set Conn.ConnectionState.ServerName unconditionally hace 8 años
conn_test.go crypto/x509: require a NULL parameters for RSA public keys. hace 8 años
example_test.go crypto/x509: add example of using a custom root list. hace 10 años
generate_cert.go crypto/tls: Support ECDSA keys in generate_cert.go hace 10 años
handshake_client.go crypto/tls: buffer handshake messages. hace 8 años
handshake_client_test.go crypto/tls: don't generate random ticket keys if already set. hace 8 años
handshake_messages.go crypto/tls: allow renegotiation to be handled by a client. hace 8 años
handshake_messages_test.go crypto/tls: decouple handshake signatures from the handshake hash. hace 9 años
handshake_server.go crypto/tls: buffer handshake messages. hace 8 años
handshake_server_test.go crypto/x509: require a NULL parameters for RSA public keys. hace 8 años
handshake_test.go crypto/tls: fix WriteTo method signature hace 8 años
key_agreement.go crypto/tls: make error prefix uniform. hace 8 años
prf.go all: standardize RFC mention format hace 8 años
prf_test.go crypto/tls: decouple handshake signatures from the handshake hash. hace 9 años
ticket.go crypto/tls: minor refactors for readability hace 8 años
tls.go crypto/tls: don't copy Mutex or Once values hace 8 años
tls_test.go crypto/tls: gofmt -w -s hace 8 años