Add more punycode tests and remove ossl_a2ucompare()
authorslontis <shane.lontis@oracle.com>
Tue, 31 Jan 2023 00:50:22 +0000 (10:50 +1000)
committerTomas Mraz <tomas@openssl.org>
Wed, 8 Feb 2023 15:17:37 +0000 (16:17 +0100)
commit23e65561e28f705f8f59128470aaf89bdbdb84fa
tree95611ad9a10999cb84cd443174b6392ce52b8aad
parent2b9e2afc382490592078cdb69d06f54f0fefd4c6
Add more punycode tests and remove ossl_a2ucompare()

The unused and untested internal function ossl_a2ucompare() has been
removed.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/20177)
crypto/punycode.c
doc/internal/man3/ossl_punycode_decode.pod
include/crypto/punycode.h
test/punycode_test.c