summaryrefslogtreecommitdiff
path: root/util/missingcrypto111.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove CRYPTO_secure_allocated from util/missingcrypto111.txtRichard Levitte2019-12-131-1/+0
| | | | | | | Followup on #10523 Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/10611)
* Cleanse KDF missing crypto filesPauli2019-09-061-1/+0
| | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9662)
* CAdES : lowercase name for now internal methods.FdaSilvaYY2019-07-311-10/+0
| | | | | | | | | | CAdES : rework CAdES signing API. Make it private, as it is unused outside library bounds. Fix varous doc-nits. Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
* Add documentation for CRYPTO_memcmp.Pauli2019-06-241-1/+0
| | | | | Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/9225)
* Enable find-doc-nits to find undocumented symbols since 1.1.1Matt Caswell2019-06-121-0/+1610
A previous commit added the ability to find newly undocumented symbols. We extend this capability to check anything that was newly added since 1.1.1 which is undocumented. A new option -o is added to find-doc-nits to amend the behaviour of -v or -e to check symbols that were newly added since the release of 1.1.1. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9094)