History log of /openbsd-src/lib/libcrypto/evp/p_legacy.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 9bac3682 09-Apr-2024 beck <beck@openbsd.org>

Hide public symbols in evp.h

largely mechanically done by the guentherizer 9000

ok tb@


# 685bc710 28-Mar-2024 tb <tb@openbsd.org>

Check the return value of EVP_CIPHER_CTX_reset()

The function call can't actually fail, but all other calls check its
return value.

ok joshua jsing


# 48d64289 26-Mar-2024 joshua <joshua@openbsd.org>

Clean up use of EVP_CIPHER_CTX_{legacy_clear,cleanup} in EVP_OpenInit

ok tb@


# e8207a5c 18-Feb-2024 tb <tb@openbsd.org>

Use EVP_CIPHER_CTX_legacy_clear() internally

ok jsing


# 3e06329b 20-Dec-2023 tb <tb@openbsd.org>

Merge p_open and p_seal into p_legacy

discussed with jsing


# 5b3fc661 20-Dec-2023 tb <tb@openbsd.org>

Fold p_dec.c and p_enc.c into a new p_legacy.c

discussed with jsing