summaryrefslogtreecommitdiff
path: root/crypto/punycode.c
Commit message (Expand)AuthorAgeFilesLines
* Add more punycode tests and remove ossl_a2ucompare()slontis2023-02-081-19/+0
* punycode: update to use WPACKET instead of using custom range checkingPauli2022-11-111-33/+32
* Fix CVE-2022-3786 in punycode decoder.Pauli2022-11-011-35/+29
* Fix CVE-2022-3602 in punycode decoder.Pauli2022-11-011-1/+1
* Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb2021-11-171-1/+1
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-2/+2
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Punycode decoding implementationDmitry Belyavskiy2020-08-261-0/+338