32876b3dbb
The cipher suite rules could also be anchored on SSL_TXT_* if desired. I currently documented them in prose largely because SSL_TXT_* also defines protocol version strings and those are weird; SSL_TXT_TLSV1_1 isn't even a cipher rule. (And, in fact, those are the only SSL_TXT_* macros that we can't blindly remove. I found some code that #ifdef's the version SSL_TXT_* macros to decide if version-locked SSL_METHODs are available.) Also they clutter the header. I was thinking maybe we should dump a lot of the random constants into a separate undocumented header or perhaps just unexport them. I'm slightly torn on this though and could easily be convinced in the other direction. (Playing devil's advocate, anchoring on SSL_TXT_* means we're less likely to forget to document one so long as adding a SSL_TXT_* macro is the convention.) Change-Id: Ide2ae44db9d6d8f29c24943090c210da0108dc37 Reviewed-on: https://boringssl-review.googlesource.com/5962 Reviewed-by: Adam Langley <agl@google.com> |
||
---|---|---|
.. | ||
pqueue | ||
test | ||
CMakeLists.txt | ||
custom_extensions.c | ||
d1_both.c | ||
d1_clnt.c | ||
d1_lib.c | ||
d1_meth.c | ||
d1_pkt.c | ||
d1_srtp.c | ||
d1_srvr.c | ||
dtls_record.c | ||
internal.h | ||
s3_both.c | ||
s3_clnt.c | ||
s3_enc.c | ||
s3_lib.c | ||
s3_meth.c | ||
s3_pkt.c | ||
s3_srvr.c | ||
ssl_aead_ctx.c | ||
ssl_asn1.c | ||
ssl_buffer.c | ||
ssl_cert.c | ||
ssl_cipher.c | ||
ssl_file.c | ||
ssl_lib.c | ||
ssl_rsa.c | ||
ssl_session.c | ||
ssl_stat.c | ||
ssl_test.cc | ||
ssl_txt.c | ||
t1_enc.c | ||
t1_lib.c | ||
tls_record.c |