mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
3e9e810f2e
Many options for supporting optimizations for legacy crypto on legacy platforms have been removed. This simplifies the source code and does not really penalize anyone. DES_PTR (always on) DES_RISC1, DES_RISC2 (always off) DES_INT (always 'unsigned int') DES_UNROLL (always on) BF_PTR (always on) BF_PTR2 (removed) MD2_CHAR, MD2_LONG (always 'unsigned char') IDEA_SHORT, IDEA_LONG (always 'unsigned int') RC2_SHORT, RC2_LONG (always 'unsigned int') RC4_LONG (only int and char (for assembler) are supported) RC4_CHUNK (always long), RC_CHUNK_LL (removed) RC4_INDEX (always on) And also make D_ENCRYPT macro more clear (@appro) This is done in consultation with Andy. Reviewed-by: Andy Polyakov <appro@openssl.org> |
||
---|---|---|
.. | ||
asm | ||
cbc_cksm.c | ||
cbc_enc.c | ||
cfb64ede.c | ||
cfb64enc.c | ||
cfb_enc.c | ||
COPYRIGHT | ||
des_enc.c | ||
des_locl.h | ||
ecb3_enc.c | ||
ecb_enc.c | ||
enc_read.c | ||
enc_writ.c | ||
fcrypt_b.c | ||
fcrypt.c | ||
Makefile.in | ||
ncbc_enc.c | ||
ofb64ede.c | ||
ofb64enc.c | ||
ofb_enc.c | ||
pcbc_enc.c | ||
qud_cksm.c | ||
rand_key.c | ||
read2pwd.c | ||
rpc_des.h | ||
rpc_enc.c | ||
set_key.c | ||
spr.h | ||
str2key.c | ||
xcbc_enc.c |