Go to file
Adam Langley 9398f168f9 Explicitly check for empty ASN.1 strings in d2i_ECPrivateKey.
The old code implicitly relies on the ASN.1 code returning a \0-prefixed
buffer when the buffer length is 0. Change this to verify explicitly
that the ASN.1 string has positive length.

(Imported from upstream's 7f7c05ca638c3cc6d261961fae439cd91e3c1d27)

Change-Id: Icc6c44b874bdcb02374016a36d209830d6162a8a
2014-11-10 13:45:32 -08:00
crypto Explicitly check for empty ASN.1 strings in d2i_ECPrivateKey. 2014-11-10 13:45:32 -08:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Add digest_test with tests for all existing EVP_MDs. 2014-11-06 01:49:03 +00:00
ssl Fix memory leak in calling SSL_clear. 2014-11-06 02:03:05 +00:00
tool Get bssl tool building on Windows. 2014-10-31 22:02:01 +00:00
util Automatically generate a missing EC public key. 2014-11-10 13:45:31 -08: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 Build with yasm on Win64 as well. 2014-10-31 22:02:45 +00:00
CMakeLists.txt Get bssl tool building on Windows. 2014-10-31 22:02:01 +00:00