diff options
author | Tomas Mraz <tomas@openssl.org> | 2024-08-05 16:51:56 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-08-07 19:43:34 +0200 |
commit | 7bcfb41489903543546d25ec13f8c58f36a147b3 (patch) | |
tree | 2c856e408c03b41fc0e1a8ebffdac3ee22d7be4b /fuzz | |
parent | rsa_pss_compute_saltlen(): Avoid integer overflows and check MD and RSA sizes (diff) | |
download | openssl-7bcfb41489903543546d25ec13f8c58f36a147b3.tar.xz openssl-7bcfb41489903543546d25ec13f8c58f36a147b3.zip |
ossl_print_attribute_value(): use a sequence value only if type is a sequence
Move the switch to print a distinguished name inside the
switch by the printed attribute type, otherwise a malformed
attribute will cause a crash.
Updated the fuzz corpora with the testcase
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/25087)
Diffstat (limited to 'fuzz')
m--------- | fuzz/corpora | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/fuzz/corpora b/fuzz/corpora -Subproject 9f7667061314ecf9a287ce1c9702073ca1e345e +Subproject e77927ec1b3b3633d6fd2d905df6fdc59810c9e |