Age | Commit message (Expand) | Author |
---|---|---|
2022-05-23 | tolower: refine the tolower code to avoid a memory access | Pauli |
2022-05-13 | Move OPENSSL_strcasecmp() and related to o_str.c | Tomas Mraz |
2022-05-13 | Include the e_os.h before string.h | Tomas Mraz |
2022-05-13 | Fix build on OPENSSL_SYS_TANDEM and older POSIXes | Tomas Mraz |
2022-05-03 | Update copyright year | Matt Caswell |
2022-04-21 | Public API functions OPENSSL_str[n]casecmp | Dmitry Belyavskiy |
2021-05-27 | Use <> for #include openssl/xxx | Rich Salz |
2021-04-08 | Update copyright year | Matt Caswell |
2021-03-18 | Add ossl_asn1 symbols | Shane Lontis |
2019-09-28 | Reorganize private crypto header files | Dr. Matthias St. Pierre |
2019-08-14 | Add missing EBCDIC strings | opensslonzos-github |
2018-12-06 | Following the license change, modify the boilerplates in crypto/ | Richard Levitte |
2017-08-25 | Check for EOF in ASCII conversions. | Pauli |
2017-08-22 | Avoid a self-assignment. | Pauli |
2017-08-22 | This has been added to avoid the situation where some host ctype.h functions | Pauli |