summaryrefslogtreecommitdiff
path: root/crypto/ctype.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed typos in documentation and commentsSemen Zhydenko2023-01-041-1/+1
* tolower: refine the tolower code to avoid a memory accessPauli2022-05-231-6/+39
* Move OPENSSL_strcasecmp() and related to o_str.cTomas Mraz2022-05-131-65/+1
* Include the e_os.h before string.hTomas Mraz2022-05-131-2/+1
* Fix build on OPENSSL_SYS_TANDEM and older POSIXesTomas Mraz2022-05-131-22/+9
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Public API functions OPENSSL_str[n]casecmpDmitry Belyavskiy2022-04-221-0/+78
* Use <> for #include openssl/xxxRich Salz2021-05-271-1/+1
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_asn1 symbolsShane Lontis2021-03-181-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Add missing EBCDIC stringsopensslonzos-github2019-08-141-0/+6
* Following the license change, modify the boilerplates in crypto/Richard Levitte2018-12-061-1/+1
* Check for EOF in ASCII conversions.Pauli2017-08-251-2/+3
* Avoid a self-assignment.Pauli2017-08-221-2/+2
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-0/+273