openssl/crypto
Richard Levitte 216e8d9103 Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.c
The definition of STITCHED_CALL relies on OPENSSL_NO_ASM.  However,
when a configuration simply lacks the assembler implementation for RC4
(which is where we have implemented the stitched call), OPENSSL_NO_ASM
isn't implemented.  Better, then, to rely on specific macros that
indicated that RC4 (and MD5) are implemented in assembler.

For this to work properly, we must also make sure Configure adds the
definition of RC4_ASM among the C flags.

Reviewed-by: Andy Polyakov <appro@openssl.org>
2016-08-26 12:41:07 +02:00
..
aes ARMv8 assembly pack: add Samsung Mongoose results. 2016-08-16 12:47:49 +02:00
asn1 Constify a bit X509_NAME_get_entry 2016-08-23 11:47:22 +02:00
async Check for errors allocating the error strings. 2016-07-20 19:20:53 +02:00
bf
bio Fix no-sock 2016-08-24 09:25:53 +01:00
blake2
bn Remove useless assignment 2016-08-24 11:25:23 +01:00
buffer Check for errors allocating the error strings. 2016-07-20 19:20:53 +02:00
camellia
cast
chacha ARMv8 assembly pack: add Samsung Mongoose results. 2016-08-16 12:47:49 +02:00
cmac
cms Fix enable-zlib 2016-08-22 09:43:13 +01:00
comp Check for errors allocating the error strings. 2016-07-20 19:20:53 +02:00
conf Check for errors allocating the error strings. 2016-07-20 19:20:53 +02:00
ct SCT_set_source resets validation_status 2016-08-23 20:31:03 +01:00
des
dh Constify private key decode. 2016-08-17 12:01:29 +01:00
dsa Constify private key decode. 2016-08-17 12:01:29 +01:00
dso Check for errors allocating the error strings. 2016-07-20 19:20:53 +02:00
ec ec/asm/ecp_nistz256-x86_64.pl: /cmovb/cmovc/ as nasm doesn't recognize cmovb. 2016-08-24 17:13:09 +02:00
engine Fix some style issues... 2016-08-02 09:59:23 +02:00
err Remove get_hash completely 2016-08-04 14:23:08 -04:00
evp Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.c 2016-08-26 12:41:07 +02:00
hmac
idea
include/internal Avoid duplicated code. 2016-08-19 16:52:58 +01:00
kdf Check for errors allocating the error strings. 2016-07-20 19:20:53 +02:00
lhash
md2
md4
md5
mdc2 Avoid overflow in MDC2_Update() 2016-08-24 14:12:51 +01:00
modes ARMv8 assembly pack: add Samsung Mongoose results. 2016-08-16 12:47:49 +02:00
objects Sanity check an ASN1_object_size result 2016-08-23 00:19:15 +01:00
ocsp Fix an uninitialised read on an error path 2016-08-25 10:11:35 +01:00
pem Limit reads in do_b2i_bio() 2016-08-16 00:27:10 +01:00
perlasm Fix compilation when using MASM on x86 2016-08-16 14:46:55 -04:00
pkcs7 Check for errors allocating the error strings. 2016-07-20 19:20:53 +02:00
pkcs12 Don't switch password formats using global state. 2016-08-25 11:42:33 +01:00
poly1305 ARMv8 assembly pack: add Samsung Mongoose results. 2016-08-16 12:47:49 +02:00
rand spelling fixes, just comments and readme. 2016-08-05 19:07:30 -04:00
rc2
rc4 spelling fixes, just comments and readme. 2016-08-05 19:07:30 -04:00
rc5
ripemd
rsa RT2676: Reject RSA eponent if even or 1 2016-08-22 11:25:12 -04:00
seed
sha ARMv8 assembly pack: add Samsung Mongoose results. 2016-08-16 12:47:49 +02:00
srp Fix mem leak on error path 2016-08-23 00:19:15 +01:00
stack Add some const casts 2016-08-10 09:53:58 -04:00
ts Convert TS_STATUS_INFO* functions to use const getters 2016-08-16 23:36:27 +01:00
txt_db
ui Windows: UTF-8 opt-in for command-line arguments and console input. 2016-08-25 11:56:28 +01:00
whrlpool
x509 Un-delete still documented X509_STORE_CTX_set_verify 2016-08-24 20:30:45 +01:00
x509v3 Constify some X509_NAME, ASN1 printing code 2016-08-23 11:47:22 +02:00
alphacpuid.pl
arm64cpuid.pl
arm_arch.h
armcap.c
armv4cpuid.pl
build.info
c64xpluscpuid.pl
cpt_err.c Check for errors allocating the error strings. 2016-07-20 19:20:53 +02:00
cryptlib.c
cversion.c
dllmain.c
ebcdic.c
ex_data.c Const the ex data stuff too to fix warnings 2016-08-01 16:13:27 +02:00
ia64cpuid.S
init.c Don't try to init dasync internally 2016-08-17 21:34:42 +02:00
LPdir_nyi.c Remove the silly CVS markers from LPdir_*.c 2016-07-16 07:58:23 +02:00
LPdir_unix.c Remove the silly CVS markers from LPdir_*.c 2016-07-16 07:58:23 +02:00
LPdir_vms.c
LPdir_win32.c Remove the silly CVS markers from LPdir_*.c 2016-07-16 07:58:23 +02:00
LPdir_win.c Fix mingw build 2016-07-18 10:47:07 +01:00
LPdir_wince.c Remove the silly CVS markers from LPdir_*.c 2016-07-16 07:58:23 +02:00
mem_clr.c Fix some style issues... 2016-08-02 09:59:23 +02:00
mem_dbg.c fix crypto-mdebug build 2016-07-20 12:41:31 +01:00
mem_sec.c
mem.c
o_dir.c
o_fips.c
o_fopen.c Fix a few if(, for(, while( inside code. 2016-07-20 07:21:53 -04:00
o_init.c
o_str.c
o_time.c VSI submisson: make better use of item lists in o_time.c 2016-08-04 16:51:39 +02:00
pariscid.pl
ppc_arch.h
ppccap.c Fix some style issues... 2016-08-02 09:59:23 +02:00
ppccpuid.pl
s390xcap.c
s390xcpuid.S
sparc_arch.h
sparccpuid.S spelling fixes, just comments and readme. 2016-08-05 19:07:30 -04:00
sparcv9cap.c crypto/sparcv9cap.c: add missing declaration. 2016-08-12 10:26:20 +02:00
threads_none.c
threads_pthread.c CRYPTO_atomic_add(): check that the object is lock free 2016-08-24 14:37:48 +01:00
threads_win.c
uid.c
vms_rms.h
x86_64cpuid.pl crypto/x86[_64]cpuid.pl: add OPENSSL_ia32_rd[rand|seed]_bytes. 2016-07-15 13:20:52 +02:00
x86cpuid.pl crypto/x86[_64]cpuid.pl: add OPENSSL_ia32_rd[rand|seed]_bytes. 2016-07-15 13:20:52 +02:00