History log of /openbsd-src/lib/libcrypto/man/OPENSSL_malloc.3 (Results 1 – 13 of 13)
Revision Date Author Comments
# dec23264 04-Apr-2024 tb <tb@openbsd.org>

Remove incorrect function counts

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 info

Remove incorrect function counts

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

show more ...


# 85b1e7ac 19-Mar-2024 tb <tb@openbsd.org>

Remove OPENSSL/CRYPTO_realloc documentation


# 89729f59 16-Nov-2023 schwarze <schwarze@openbsd.org>

Mention which functions are implemented as macros in the few cases
where that information was missing.


# a25572ca 06-Nov-2022 tb <tb@openbsd.org>

Document that OPENSSL_free() is required in some circumstances

BoringSSL uses the common trick of storing malloc metadata in a prefix
and then returning a pointer with an offset. Therefore callers m

Document that OPENSSL_free() is required in some circumstances

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

show more ...


# 00d4e240 10-Jun-2019 schwarze <schwarze@openbsd.org>

add links back to crypto(3) to function group entry pages
and to isolated obsolete pages;
OK bcook@ jmc@


# 10e00d17 27-Mar-2018 schwarze <schwarze@openbsd.org>

found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs
on the web, so fix up SSLeay HISTORY accordingly


# 103de79c 23-Mar-2018 schwarze <schwarze@openbsd.org>

crypto HISTORY up to 0.9.8zh; researched from OpenSSL git


# e4d74d94 22-Mar-2018 schwarze <schwarze@openbsd.org>

crypto HISTORY up to 0.9.6; researched from OpenSSL git


# 4e4b836f 20-Mar-2018 schwarze <schwarze@openbsd.org>

crypto.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git


# c1e72858 29-Nov-2016 jmc <jmc@openbsd.org>

tweak previous;


# f0fb19c4 29-Nov-2016 deraadt <deraadt@openbsd.org>

seperate these descriptions into seperate files to reduce confusion.
discussed with jsing
ok schwarze


# 1143dfa4 29-Nov-2016 jmc <jmc@openbsd.org>

minor cleanup;


# 496ca568 28-Nov-2016 schwarze <schwarze@openbsd.org>

Document and discourage those wrappers that we have and that OpenSSL
documents, too. There are many additional undocumented ones in our
public OpenSSL headers, but advertising those would be a bad i

Document and discourage those wrappers that we have and that OpenSSL
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.

show more ...