Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove incorrect function counts | tb | 2024-04-04 | 1 | -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 documentation | tb | 2024-03-19 | 1 | -21/+4 |
| | |||||
* | Mention which functions are implemented as macros in the few cases | schwarze | 2023-11-16 | 1 | -2/+6 |
| | | | | where that information was missing. | ||||
* | Document that OPENSSL_free() is required in some circumstances | tb | 2022-11-06 | 1 | -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 pages | schwarze | 2019-06-10 | 1 | -2/+4 |
| | | | | | and to isolated obsolete pages; OK bcook@ jmc@ | ||||
* | found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs | schwarze | 2018-03-27 | 1 | -3/+3 |
| | | | | on the web, so fix up SSLeay HISTORY accordingly | ||||
* | crypto HISTORY up to 0.9.8zh; researched from OpenSSL git | schwarze | 2018-03-23 | 1 | -2/+8 |
| | |||||
* | crypto HISTORY up to 0.9.6; researched from OpenSSL git | schwarze | 2018-03-22 | 1 | -2/+9 |
| | |||||
* | crypto.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 2018-03-20 | 1 | -2/+9 |
| | |||||
* | tweak previous; | jmc | 2016-11-29 | 1 | -4/+4 |
| | |||||
* | seperate these descriptions into seperate files to reduce confusion. | deraadt | 2016-11-29 | 1 | -92/+8 |
| | | | | | discussed with jsing ok schwarze | ||||
* | minor cleanup; | jmc | 2016-11-29 | 1 | -3/+3 |
| | |||||
* | Document and discourage those wrappers that we have and that OpenSSL | schwarze | 2016-11-28 | 1 | -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. |