Go to file
Adam Langley f1df2b3fbf Add SSL_CIPHER_get_kx_name.
This is needed by Android because it passes this string to a handshake
callback. It's implemented in Android's OpenSSL in this patch:
  https://android.googlesource.com/platform/external/openssl.git/+/master/patches/0003-jsse.patch

(Note that it's called |SSL_authentication_method| there.)

I didn't format this function in OpenSSL style because it's crazy and
because we'll probably clang-format ssl/ soon.

Change-Id: I865540511b50859c339da5d76ce37810449aa444
2014-08-12 14:13:12 -07:00
crypto Clean up s23_srvr.c. 2014-08-12 21:10:56 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Add SSL_CIPHER_get_kx_name. 2014-08-12 14:13:12 -07:00
ssl Add SSL_CIPHER_get_kx_name. 2014-08-12 14:13:12 -07:00
tool Add stitched RC4-MD5 as an AEAD. 2014-06-30 23:01:17 +00:00
util Add PKCS7_bundle_certificates. 2014-08-07 18:12:25 +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 Add visibility rules. 2014-07-31 22:03:11 +00:00
CMakeLists.txt Recognise "i686" as an x86 CPU. 2014-08-11 13:27:44 -07:00