Revision 2cd3ebc76c7d8e76a8e337ef1eef43753eacef00 authored by Benjamin Kaduk on 21 May 2020, 19:53:59 UTC, committed by Benjamin Kaduk on 28 May 2020, 17:01:47 UTC
Add an extra EVP test that provides empty input key material.  It
currently fails, since we lose the information about "key present but
zero length" as we deserialize parameters in the provider.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11920)
1 parent 5ddec6a
Raw File
.gitmodules
[submodule "boringssl"]
	path = boringssl
	url = https://boringssl.googlesource.com/boringssl

[submodule "pyca.cryptography"]
	path = pyca-cryptography
	url = https://github.com/pyca/cryptography.git

[submodule "krb5"]
	path = krb5
	url = https://github.com/krb5/krb5

[submodule "gost-engine"]
	path = gost-engine
	url = https://github.com/gost-engine/engine
	update = rebase
back to top