openssl/crypto
Dr. Stephen Henson a60cc6b4f0 Don't use *from++ in tolower as this is implemented as a macro on some
platforms. Thanks to Shayne Murray <Shayne.Murray@Polycom.com> for
reporting this issue.
2011-09-02 11:28:27 +00:00
..
aes Add RC4-MD5 and AESNI-SHA1 "stitched" implementations. 2011-08-23 20:51:38 +00:00
asn1 Don't use *from++ in tolower as this is implemented as a macro on some 2011-09-02 11:28:27 +00:00
bf
bio PR: 2340 2011-09-01 15:01:35 +00:00
bn bn_exp.c: improve portability. 2011-08-27 19:38:55 +00:00
buffer make update 2011-03-24 22:59:02 +00:00
camellia Update dependencies. 2011-02-21 17:51:59 +00:00
cast
cmac license correction, no EAY code included in this file 2011-06-03 17:56:17 +00:00
cms
comp
conf PR: 2576 2011-09-02 11:20:15 +00:00
des SPARC assembler pack: fix FIPS linking errors. 2011-08-12 21:38:19 +00:00
dh Add flags for DH FIPS method. 2011-06-08 15:53:08 +00:00
dsa Add support for DSA2 PQG generation of g parameter. 2011-08-27 12:30:47 +00:00
dso PR: 2589 2011-09-01 13:52:48 +00:00
ec recognise ecdsaWithSHA1 OID 2011-07-28 14:40:01 +00:00
ecdh Set flags in ECDH and ECDSA methods for FIPS. 2011-06-08 13:52:36 +00:00
ecdsa make timing attack protection unconditional 2011-09-01 14:23:09 +00:00
engine eng_rsax.c: improve portability. 2011-08-22 19:01:16 +00:00
err Move function prototype to fips.h 2011-06-06 11:56:58 +00:00
evp Stop warnings. 2011-09-01 14:15:47 +00:00
hmac inherit HMAC flags from MD_CTX 2011-05-19 17:38:25 +00:00
idea
jpake
krb5
lhash
md2
md4
md5 md5-x86_86.pl: remove redundant instructions. 2011-06-28 12:33:58 +00:00
mdc2 Update dependencies. 2011-02-21 17:51:59 +00:00
modes aes/asm/aesni-*.pl: fix CCM and further optimize it. 2011-08-07 17:47:56 +00:00
objects Add RC4-MD5 and AESNI-SHA1 "stitched" implementations. 2011-08-23 20:51:38 +00:00
ocsp Fix the ECDSA timing attack mentioned in the paper at: 2011-05-25 14:52:21 +00:00
pem
perlasm x86_64-xlate.pl: fix movzw. 2011-08-12 21:24:19 +00:00
pkcs7
pkcs12
pqueue
rand Don't set FIPS rand method at same time as RAND method as this can cause the 2011-06-21 17:10:21 +00:00
rc2
rc4 Add RC4-MD5 and AESNI-SHA1 "stitched" implementations. 2011-08-23 20:51:38 +00:00
rc5
ripemd
rsa Give parameters names in prototypes. 2011-06-17 16:47:41 +00:00
seed
sha sha512-sparcv9.pl: minor optimization of sha256. 2011-07-18 11:34:07 +00:00
srp Various mingw64 fixes. 2011-05-29 13:51:14 +00:00
stack make update (1.1.0-dev) 2011-03-23 00:11:32 +00:00
store
threads
ts
txt_db
ui
whrlpool crypto/whrlpool/wp_block.c: harmonize OPENSSL_ia32cap_P. 2011-06-28 12:42:10 +00:00
x509 allow MD5 use for computing old format hash links 2011-06-22 02:18:19 +00:00
x509v3
.cvsignore
alphacpuid.pl alphacpuid.pl: fix alignment bug. 2011-08-12 12:28:52 +00:00
arm_arch.h Make sure OPENSSL_FIPSCANISTER is visible to ARM assembly language files. 2011-07-22 14:20:50 +00:00
armcap.c ARM assembler pack: add platform run-time detection. 2011-07-17 17:40:29 +00:00
armv4cpuid.S ARM assembler pack: add platform run-time detection. 2011-07-17 17:40:29 +00:00
cpt_err.c Implement FIPS_mode and FIPS_mode_set 2011-05-19 18:09:02 +00:00
cryptlib.c cryptlib.c: OPENSSL_ia32cap environment variable to interpret ~ as cpuid mask. 2011-07-23 12:10:26 +00:00
cryptlib.h Add a symbol for the first parameter to OPENSSL_showfatal(). 2011-06-23 09:46:27 +00:00
crypto-lib.com Corrections to the VMS build system. 2011-03-25 16:20:35 +00:00
crypto.h Add symbols for the parameters on a couple more functions. 2011-06-23 09:43:54 +00:00
cversion.c
ebcdic.c
ebcdic.h
ex_data.c
fips_err.h Fix error discrepancy. 2011-05-12 14:28:09 +00:00
fips_ers.c
ia64cpuid.S IA-64 assembler pack: fix typos and make it work on HP-UX. 2011-05-07 20:36:05 +00:00
install-crypto.com After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS 2011-03-19 10:58:14 +00:00
lock.c
LPdir_nyi.c
LPdir_unix.c
LPdir_vms.c After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS 2011-03-19 10:58:14 +00:00
LPdir_win32.c
LPdir_win.c
LPdir_wince.c
Makefile Implement FIPS_mode and FIPS_mode_set 2011-05-19 18:09:02 +00:00
md32_common.h
mem_clr.c
mem_dbg.c
mem.c No need to disable leak checking for FIPS builds now we use internal 2011-04-12 13:01:40 +00:00
o_dir_test.c
o_dir.c
o_dir.h
o_fips.c Implement FIPS_mode and FIPS_mode_set 2011-05-19 18:09:02 +00:00
o_init.c Extensive reorganisation of PRNG handling in FIPS module: all calls 2011-04-05 15:24:10 +00:00
o_str.c
o_str.h
o_time.c After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS 2011-03-19 10:58:14 +00:00
o_time.h
opensslconf.h.in
opensslv.h
ossl_typ.h
pariscid.pl Multiple assembler packs: add experimental memory bus instrumentation. 2011-04-17 12:46:00 +00:00
ppccap.c ppccap.c: addenum to recent EC optimizations. 2011-05-21 10:17:02 +00:00
ppccpuid.pl PPC assembler pack: adhere closer to ABI specs, add PowerOpen traceback data. 2011-05-27 13:32:34 +00:00
s390xcap.c
s390xcpuid.S Multiple assembler packs: add experimental memory bus instrumentation. 2011-04-17 12:46:00 +00:00
sparccpuid.S SPARC assembler pack: fix FIPS linking errors. 2011-08-12 21:38:19 +00:00
sparcv9cap.c spacrv9cap.c: addenum to recent EC optimizations. 2011-05-23 08:14:32 +00:00
symhacks.h A few more long symbols need shortening. 2011-03-20 10:23:51 +00:00
thr_id.c
uid.c
vms_rms.h After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS 2011-03-19 10:58:14 +00:00
x86_64cpuid.pl x86_64cpuid.pl: fix typo. 2011-06-04 13:08:25 +00:00
x86cpuid.pl x86[_64]cpuid.pl: add function accessing rdrand instruction. 2011-06-04 12:20:45 +00:00