Go to file
Adam Langley 8eaaa86da3 Add mode to disallow session creation.
Android needs this and it was patched into their OpenSSL in
  https://android.googlesource.com/platform/external/openssl.git/+/master/patches/0003-jsse.patch

It appears that this is needed because javax.net.ssl.SSLEngine has it as
part of its interface and thus it's part of the Android API. No idea why
anything would ever want to disable that though.

Change-Id: I9c6279a961637f44936889edbe269b9d5c19746d
2014-08-12 14:11:35 -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 mode to disallow session creation. 2014-08-12 14:11:35 -07:00
ssl Add mode to disallow session creation. 2014-08-12 14:11:35 -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