summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/OPENSSL_malloc.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove incorrect function countstb2024-04-041-4/+4
| | | | | | | | | Vincent Lee spotted that I failed to update numbers that count how many functions are documented here when removing {CRYPTO,OPENSSL}_realloc. This isn't helpful information and nobody will remember to go look for such numbers next time this page is adjusted, so remove the counts. agreement from jmc
* Remove OPENSSL/CRYPTO_realloc documentationtb2024-03-191-21/+4
|
* Mention which functions are implemented as macros in the few casesschwarze2023-11-161-2/+6
| | | | where that information was missing.
* Document that OPENSSL_free() is required in some circumstancestb2022-11-061-2/+6
| | | | | | | | | | BoringSSL uses the common trick of storing malloc metadata in a prefix and then returning a pointer with an offset. Therefore callers must not call free() but OPENSSL_free(). Reported by dropk1ck via tobhe ok beck jsing
* add links back to crypto(3) to function group entry pagesschwarze2019-06-101-2/+4
| | | | | and to isolated obsolete pages; OK bcook@ jmc@
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-3/+3
| | | | on the web, so fix up SSLeay HISTORY accordingly
* crypto HISTORY up to 0.9.8zh; researched from OpenSSL gitschwarze2018-03-231-2/+8
|
* crypto HISTORY up to 0.9.6; researched from OpenSSL gitschwarze2018-03-221-2/+9
|
* crypto.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-201-2/+9
|
* tweak previous;jmc2016-11-291-4/+4
|
* seperate these descriptions into seperate files to reduce confusion.deraadt2016-11-291-92/+8
| | | | | discussed with jsing ok schwarze
* minor cleanup;jmc2016-11-291-3/+3
|
* Document and discourage those wrappers that we have and that OpenSSLschwarze2016-11-281-0/+172
documents, too. There are many additional undocumented ones in our public OpenSSL headers, but advertising those would be a bad idea. Nothing of the text from OPENSSL_malloc.pod remains, so use my own Copyright and license.