boringssl/tool
David Benjamin 7a1eefd3cd Deprecate SSL_library_init.
It just calls CRYPTO_library_init and doesn't do anything else. If
anything, I'd like to make CRYPTO_library_init completely go away too.
We have CRYPTO_once now, so I think it's safe to assume that, if ssl/
ever grows initialization needs beyond that of crypto/, we can hide it
behind a CRYPTO_once and not burden callers.

Change-Id: I63dc362e0e9e98deec5516f4620d1672151a91b6
Reviewed-on: https://boringssl-review.googlesource.com/6311
Reviewed-by: Adam Langley <alangley@gmail.com>
2015-10-26 18:36:23 +00:00
..
args.cc Fix build. 2015-06-05 19:13:31 +00:00
client.cc Add -session-in and -session-out to bssl client. 2015-08-28 22:04:30 +00:00
CMakeLists.txt Fix build on Unix systems without POSIX realtime extensions. 2015-07-10 01:51:16 +00:00
const.cc Make constants in bssl tool actually const. 2015-06-08 21:43:15 +00:00
digest.cc Use smart pointers instead of gotos in digest.cc. 2015-04-13 20:54:19 +00:00
genrsa.cc Possible Windows build fix. 2015-06-05 12:25:51 -07:00
internal.h Include base.h in tool/internal.h. 2015-06-08 14:52:13 -07:00
pkcs12.cc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 2015-04-13 20:23:29 +00:00
rand.cc Fix standalone build on Mac. 2015-04-20 16:50:18 +00:00
server.cc Check fread's return value in tool/server.cc. 2015-08-28 22:47:26 +00:00
speed.cc Parse RSAPrivateKey with CBS. 2015-07-07 22:50:53 +00:00
tool.cc Deprecate SSL_library_init. 2015-10-26 18:36:23 +00:00
transport_common.cc Add -session-in and -session-out to bssl client. 2015-08-28 22:04:30 +00:00
transport_common.h Enable bssl client/s_client and server/s_server on Windows. 2015-01-28 20:24:09 +00:00