index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
engine
Age
Commit message (
Expand
)
Author
2024-03-27
Hide symbols in engine
Theo Buehler
2024-03-02
Simplify engine.h
Theo Buehler
2023-11-19
Rename an ENGINE from e to engine for consistency
Theo Buehler
2023-11-19
Unifdef OPENSSL_NO_ENGINE in libcrypto
Theo Buehler
2023-11-19
Unifdef OPENSSL_NO_ENGINE in engine.h
Theo Buehler
2023-08-04
Move the ENGINE_new() prototype a line down
Theo Buehler
2023-07-28
Set OPENSSL_NO_ENGINE, remove engine code
Theo Buehler
2023-07-28
Excise ECDH_METHOD
Theo Buehler
2023-07-28
Remove ECDSA_METHOD
Theo Buehler
2023-07-21
Provide a bunch of always failing ENGINE API
Theo Buehler
2023-07-20
Remove some ancient cruft that hasn't been used in ages
Theo Buehler
2023-07-20
Remove unnecessary inclusion of dso.h
Theo Buehler
2023-07-20
eng_aesni.c: add evp_local.h so it compiles again.
Theo Buehler
2023-04-18
Move x509.h inclusion into alphabetical order
Theo Buehler
2023-04-18
Bring includes into canonical order
Theo Buehler
2023-04-18
Move some includes out of OPENSSL_NO_DEPRECATED
Theo Buehler
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-07-12
Remove mkerr.pl remnants from LibreSSL
Klemens Nanni
2022-01-09
Use C99 initializers for test_sha_md
Theo Buehler
2021-12-12
Include evp_locl.h where it will be needed once most structs from
Theo Buehler
2019-01-19
$OpenBSD$
Theo Buehler
2019-01-19
Partial port of EC_KEY_METHOD from OpenSSL 1.1.
Theo Buehler
2018-11-11
Add automatic threading initialization for libcrypto.
Brent Cook
2018-08-24
In ENGINE_up_ref(), check return value of CRYPTO_add() and report
Theo Buehler
2018-04-14
Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior and
Theo Buehler
2018-04-14
make ENGINE_finish() succeed on NULL and simplify callers as in
Theo Buehler
2018-03-17
Bring in compatibility for OpenSSL 1.1 style init functions.
Bob Beck
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2016-12-21
Explicitly export a list of symbols from libcrypto.
Joel Sing
2016-11-04
Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by
Miod Vallat
2016-11-04
Remove I386_ONLY define. It was only used to prefer a
Miod Vallat
2015-12-07
Remove SHA0 check, as we did in v1.21 of sha.h.
Brent Cook
2015-08-28
Kill coverity 128475
Bob Beck
2015-07-19
Remove OpenSSL engine RSAX.
Doug Hogan
2015-07-19
abort when ENGINE_remove fails, fix Coverity 21656
Brent Cook
2015-06-19
Return the failing engine ID in the error stack.
Brent Cook
2015-06-19
Disable ENGINE_load_dynamic (dynamic engine support).
Brent Cook
2015-04-11
Remove all getenv() calls, especially those wrapped by issetugid().
Theo de Raadt
2015-02-11
Enable building with -DOPENSSL_NO_DEPRECATED.
Doug Hogan
2015-02-10
Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policy
Miod Vallat
2015-02-09
BN_CTX_get() can fail - consistently check its return value.
Joel Sing
2015-02-07
Delete a lot of #if 0 code in libressl.
Doug Hogan
2014-11-19
Nuke yet more obvious #include duplications.
Kenneth R Westerback
2014-10-22
Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().
Joel Sing
2014-10-18
None of these need to include <openssl/rand.h>
Joel Sing
2014-08-11
Guard RSA / RC4-5 ASM when NO_ASM is not defined
Brent Cook
2014-07-13
The bell tolls for BUF_strdup - Start the migration to using
Bob Beck
2014-07-12
if (x) FOO_free(x) -> FOO_free(x).
Miod Vallat
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
Joel Sing
[next]