Fix safestack issues in cmp.h
authorMatt Caswell <matt@openssl.org>
Thu, 3 Sep 2020 13:45:54 +0000 (14:45 +0100)
committerMatt Caswell <matt@openssl.org>
Sun, 13 Sep 2020 10:10:40 +0000 (11:10 +0100)
commit798f932980e2fe656a8ba2a1bde453484f6f07dc
treedce53065fe04758c0cf8a1751bba33de9ce1ccfd
parentb4780134df95b34ae263e966e93c83594a38de5b
Fix safestack issues in cmp.h

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12781)
16 files changed:
.gitignore
apps/cmp.c
apps/cmp_mock_srv.c
build.info
crypto/cmp/cmp_asn.c
crypto/cmp/cmp_client.c
crypto/cmp/cmp_ctx.c
crypto/cmp/cmp_hdr.c
crypto/cmp/cmp_msg.c
crypto/cmp/cmp_server.c
fuzz/cmp.c
include/openssl/cmp.h.in [moved from include/openssl/cmp.h with 98% similarity]
test/cmp_client_test.c
test/cmp_ctx_test.c
test/cmp_hdr_test.c
test/cmp_msg_test.c