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:18:11 +0300
committerAdam Langley <agl@google.com>2015-09-29 01:39:39 +0300
commitdf6a3f8b959fcf9233abd83f7605b323a48f0c9c (patch)
tree1becd5b218f619dc49c210b380a512822f66ca67 /crypto
parent32876b3dbbc0fc87cd557e6bdb714bd1fb7c1140 (diff)
Move SSL_CIPHER section just above cipher suite configuration.
Putting it at the top was probably a mistake? Even though SSL_CIPHER (like SSL_SESSION) doesn't depend on SSL, if you're reading through the header, SSL_CTX and SSL are the most important types. You could even use the library without touch cipher suite configs if you don't care since the default is decently reasonable, though it does include a lot of ciphers. (Hard to change that if we wanted to because DEFAULT is often used somewhat like ALL and then people subtract from it.) Change-Id: Ic9ddfc921858f7a4c141972fe0d1e465ca196b9d Reviewed-on: https://boringssl-review.googlesource.com/5963 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions