• Adam Langley's avatar
    crypto/tls: generate random serial numbers. · 1dabd716
    Adam Langley authored
    NSS (used in Firefox and Chrome) won't accept two certificates with the same
    issuer and serial. But this causes problems with self-signed certificates
    with a fixed serial number.
    
    This change randomises the serial numbers in the certificates generated by
    generate_cert.go.
    
    R=golang-dev, r
    CC=golang-dev
    https://golang.org/cl/38290044
    1dabd716
Name
Last commit
Last update
..
alert.go Loading commit data...
cipher_suites.go Loading commit data...
common.go Loading commit data...
conn.go Loading commit data...
conn_test.go Loading commit data...
generate_cert.go Loading commit data...
handshake_client.go Loading commit data...
handshake_client_test.go Loading commit data...
handshake_messages.go Loading commit data...
handshake_messages_test.go Loading commit data...
handshake_server.go Loading commit data...
handshake_server_test.go Loading commit data...
key_agreement.go Loading commit data...
prf.go Loading commit data...
prf_test.go Loading commit data...
ticket.go Loading commit data...
tls.go Loading commit data...
tls_test.go Loading commit data...