]> git.ipfire.org Git - thirdparty/openssl.git/commit
punycode: add unit tests
authorPauli <pauli@openssl.org>
Wed, 26 Oct 2022 23:25:35 +0000 (10:25 +1100)
committerTomas Mraz <tomas@openssl.org>
Tue, 1 Nov 2022 09:49:18 +0000 (10:49 +0100)
commitf0f530216bf93e9cdc9c2c9e3c095229d216da15
treefcb5ed4cdf1f3409314e0de691d8f2bbd97d3550
parentc42165b5706e42f67ef8ef4c351a9a4c5d21639a
punycode: add unit tests

These tests verify basic functionality and specifically test for
CVE-2022-3602.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
test/build.info
test/punycode_test.c [new file with mode: 0644]
test/recipes/04-test_punycode.t [new file with mode: 0644]