Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-09-20 19:17:03 +0300
committerAdam Langley <agl@google.com>2015-09-29 01:36:22 +0300
commit32876b3dbbc0fc87cd557e6bdb714bd1fb7c1140 (patch)
tree5a4294ec20b023b4467794c804efbe43d74a9904 /crypto
parentd3a53c8fd92375b32e7c1cba97d359bf7d7137de (diff)
Document cipher suite configuration.
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>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions