]> git.ipfire.org Git - thirdparty/openssl.git/commit
Implement a test for sigalgs not being present
authorMatt Caswell <matt@openssl.org>
Fri, 8 May 2020 15:43:14 +0000 (16:43 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 5 Jun 2020 09:31:58 +0000 (10:31 +0100)
commitb38425393c76ff31560d6b0bdb0b097e7d93ffc4
treeff14659041d84809b3b445acad26941d50d200bd
parent3cd69b7458f1dfa274d4d8fe1a46a35d91e9008c
Implement a test for sigalgs not being present

If sigalgs are not present we should not offer or accept them. We should
test that we handle this correctly.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11834)
test/sslapitest.c