mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
b6d1e52d45
ENGINE_TABLE-based stuff - as described in crypto/engine/README. Associated miscellaneous changes; - the previous cipher/digest hooks that hardwired directly to EVP's OBJ_NAME-based storage have been backed out. New cipher/digest support has been constructed and will be committed shortly. - each implementation defines its own ENGINE_load_<name> function now. - the "openssl" ENGINE isn't needed or loaded any more. - core (not algorithm or class specific) ENGINE code has been split into multiple files to increase readability and decrease linker bloat. - ENGINE_cpy() has been removed as it wasn't really a good idea in the first place and now, because of registration issues, can't be meaningfully defined any more. - BN_MOD_EXP[_CRT] support is removed as per the README. - a bug in enginetest.c has been fixed. NB: This commit almost certainly breaks compilation until subsequent changes are committed. |
||
---|---|---|
.. | ||
asn1 | ||
bf | ||
bio | ||
bn | ||
buffer | ||
cast | ||
comp | ||
conf | ||
des | ||
dh | ||
dsa | ||
dso | ||
ec | ||
engine | ||
err | ||
evp | ||
hmac | ||
idea | ||
krb5 | ||
lhash | ||
md2 | ||
md4 | ||
md5 | ||
mdc2 | ||
objects | ||
ocsp | ||
pem | ||
perlasm | ||
pkcs7 | ||
pkcs12 | ||
rand | ||
rc2 | ||
rc4 | ||
rc5 | ||
rijndael | ||
ripemd | ||
rsa | ||
sha | ||
stack | ||
threads | ||
txt_db | ||
ui | ||
x509 | ||
x509v3 | ||
.cvsignore | ||
cpt_err.c | ||
cryptlib.c | ||
cryptlib.h | ||
crypto-lib.com | ||
crypto.h | ||
cversion.c | ||
ebcdic.c | ||
ebcdic.h | ||
ex_data.c | ||
install.com | ||
Makefile.ssl | ||
md32_common.h | ||
mem_dbg.c | ||
mem.c | ||
o_time.c | ||
o_time.h | ||
opensslconf.h.in | ||
opensslv.h | ||
symhacks.h | ||
tmdiff.c | ||
tmdiff.h | ||
types.h | ||
uid.c |