boringssl/ssl
David Benjamin 0990a552eb Set up Go modules.
This should make it easier for us to reuse Go code properly.
util/fipstools is kind of a mess. runner has been using relative
imports, but Go seems to prefer this mechanism these days.

Update-Note: The import spelling in ssl/test/runner changes. Also we now
    require Go 1.11. Or you could clone us into GOPATH, but no one does
    that.

Change-Id: I8bf91e1e0345b3d0b3d17f5c642fe78b415b7dde
Reviewed-on: https://boringssl-review.googlesource.com/31884
Reviewed-by: Adam Langley <agl@google.com>
2018-09-17 21:04:17 +00:00
..
test Set up Go modules. 2018-09-17 21:04:17 +00:00
bio_ssl.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
CMakeLists.txt Support symbol prefixes 2018-09-06 20:07:52 +00:00
d1_both.cc Remove the add_alert hook. 2018-09-15 00:55:02 +00:00
d1_lib.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
d1_pkt.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
d1_srtp.cc A bunch more scopers. 2018-07-06 19:43:08 +00:00
dtls_method.cc Remove the add_alert hook. 2018-09-15 00:55:02 +00:00
dtls_record.cc Another batch of bools. 2018-09-07 15:06:55 +00:00
handoff.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
handshake_client.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
handshake_server.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
handshake.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
internal.h Remove the add_alert hook. 2018-09-15 00:55:02 +00:00
s3_both.cc Remove the add_alert hook. 2018-09-15 00:55:02 +00:00
s3_lib.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
s3_pkt.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
span_test.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
ssl_aead_ctx.cc Another batch of bools. 2018-09-07 15:06:55 +00:00
ssl_asn1.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
ssl_buffer.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
ssl_cert.cc Another batch of bools. 2018-09-07 15:06:55 +00:00
ssl_cipher.cc Another batch of bools. 2018-09-07 15:06:55 +00:00
ssl_file.cc Avoid modifying stack in sk_find. 2018-04-12 21:02:12 +00:00
ssl_key_share.cc Another batch of bools. 2018-09-07 15:06:55 +00:00
ssl_lib.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
ssl_privkey.cc Another batch of bools. 2018-09-07 15:06:55 +00:00
ssl_session.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
ssl_stat.cc Remove trailing whitespace from ssl/. 2018-02-26 22:05:13 +00:00
ssl_test.cc Reorder some extensions to better match Firefox. 2018-09-07 17:59:18 +00:00
ssl_transcript.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
ssl_versions.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
ssl_x509.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
t1_enc.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
t1_lib.cc Reorder some extensions to better match Firefox. 2018-09-07 17:59:18 +00:00
tls13_both.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
tls13_client.cc Support symbol prefixes 2018-09-06 20:07:52 +00:00
tls13_enc.cc Another batch of bools. 2018-09-07 15:06:55 +00:00
tls13_server.cc Another batch of bools. 2018-09-07 15:06:55 +00:00
tls_method.cc Remove the add_alert hook. 2018-09-15 00:55:02 +00:00
tls_record.cc Another batch of bools. 2018-09-07 15:06:55 +00:00