Go to file
David Benjamin 39482a13ac Remove get_cipher_by_char and put_cipher_by_char.
Without SSLv2, all cipher suite values are 2 bytes. Represent them as a
uint16_t and make all functions pass those around rather than pointers.

This removes SSL_CIPHER_find as it's unused.

Change-Id: Iea0b75abee4352a8333a4b8e39a161430ae55ea6
Reviewed-on: https://boringssl-review.googlesource.com/1259
Reviewed-by: Adam Langley <agl@google.com>
2014-07-24 21:10:29 +00:00
crypto ec: recognise known parameters when written in full. 2014-07-19 00:03:13 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Remove get_cipher_by_char and put_cipher_by_char. 2014-07-24 21:10:29 +00:00
ssl Remove get_cipher_by_char and put_cipher_by_char. 2014-07-24 21:10:29 +00:00
tool Add stitched RC4-MD5 as an AEAD. 2014-06-30 23:01:17 +00:00
util Fix EVP_DecodeBlock and add tests. 2014-07-17 17:32:45 +00:00
.clang-format Inital import. 2014-06-20 13:17:32 -07:00
.gitignore Inital import. 2014-06-20 13:17:32 -07:00
BUILDING Inital import. 2014-06-20 13:17:32 -07:00
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00