openssl/crypto
Nathaniel McCallum 3b92e51899 Teach EVP_PKEY_HMAC keys how to EVP_PKEY_cmp()
Fixes openssl/openssl#1236

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1237)
2016-06-24 12:31:31 -04:00
..
aes aes/asm/bsaes-armv7.pl: omit redundant stores in XTS subroutines. 2016-06-20 12:30:15 +02:00
asn1 Avoid signed overflow 2016-06-24 18:17:10 +02:00
async Fixes to get -ansi working 2016-06-08 20:18:04 +01:00
bf Remove/rename some old files. 2016-06-01 11:29:57 -04:00
bio Move OS-specific fopen quirks to o_fopen.c. 2016-06-22 21:51:53 +02:00
blake2
bn Useless header include of openssl/rand.h 2016-06-18 16:30:24 -04:00
buffer Remove unused error/function codes. 2016-05-23 15:04:23 -04:00
camellia Missed some copyright merge 2016-06-13 16:05:25 -04:00
cast Remove/rename some old files. 2016-06-01 11:29:57 -04:00
chacha s390x assembly pack: improve portability. 2016-06-06 11:08:04 +02:00
cmac
cms Useless header include of openssl/rand.h 2016-06-18 16:30:24 -04:00
comp Remove unused error/function codes. 2016-05-23 15:04:23 -04:00
conf Constify some conf_mod.c internal methods 2016-06-15 13:22:38 -04:00
ct Specify array sizes 2016-06-11 16:43:49 +02:00
des Fix some GitHub issues. 2016-06-07 11:08:33 -04:00
dh Useless header include of openssl/rand.h 2016-06-18 16:30:24 -04:00
dsa Deal with API changes. 2016-06-24 14:40:33 +01:00
dso Remove/rename some old files. 2016-06-01 11:29:57 -04:00
ec Make x25519_compute_key() return a boolean 2016-06-23 17:13:23 +01:00
engine Deal with API changes. 2016-06-24 14:40:33 +01:00
err Clean up "generic" intro pod files. 2016-06-09 16:39:19 -04:00
evp Ensure HMAC key gets cleansed after use 2016-06-24 13:25:00 +01:00
hmac Teach EVP_PKEY_HMAC keys how to EVP_PKEY_cmp() 2016-06-24 12:31:31 -04:00
idea Remove/rename some old files. 2016-06-01 11:29:57 -04:00
include/internal Rework error handling from asn1_do_lock method. 2016-06-23 14:00:47 +01:00
kdf Remove unused error/function codes. 2016-05-23 15:04:23 -04:00
lhash Complete the rename of LHASH functions and types 2016-05-23 00:46:53 +02:00
md2
md4 Remove/rename some old files. 2016-06-01 11:29:57 -04:00
md5 Remove/rename some old files. 2016-06-01 11:29:57 -04:00
mdc2
modes modes/asm/ghashp8-ppc.pl: improve performance by 2.7x. 2016-06-14 23:28:39 +02:00
objects Spelling... and more spelling 2016-06-22 00:26:10 +02:00
ocsp Useless header include of openssl/rand.h 2016-06-18 16:30:24 -04:00
pem Useless header include of openssl/rand.h 2016-06-18 16:30:24 -04:00
perlasm Make arm-xlate.pl set use strict. 2016-06-20 16:26:15 -04:00
pkcs7 Useless header include of openssl/rand.h 2016-06-18 16:30:24 -04:00
pkcs12 Constify PKCS12_create, PKCS12_add_key, PKCS12_add_safe. 2016-06-15 13:22:38 -04:00
poly1305 x86_64 assembly pack: tolerate spaces in source directory name. 2016-05-29 14:12:51 +02:00
rand rand/randfile.c: make it non-ASCII-savvy. 2016-06-22 21:52:08 +02:00
rc2 Remove/rename some old files. 2016-06-01 11:29:57 -04:00
rc4 x86_64 assembly pack: tolerate spaces in source directory name. 2016-05-29 14:12:51 +02:00
rc5 Remove/rename some old files. 2016-06-01 11:29:57 -04:00
ripemd
rsa Useless header include of openssl/rand.h 2016-06-18 16:30:24 -04:00
seed
sha Remove/rename some old files. 2016-06-01 11:29:57 -04:00
srp constify SRP 2016-06-18 15:34:03 +01:00
stack Constify stack and lhash macros. 2016-05-21 22:49:00 +01:00
ts Improve const correctness for stacks of EVP_MD 2016-06-18 15:34:03 +01:00
txt_db Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx 2016-05-20 10:48:29 -04:00
ui Constify UI 2016-06-15 13:22:38 -04:00
whrlpool x86_64 assembly pack: tolerate spaces in source directory name. 2016-05-29 14:12:51 +02:00
x509 make update 2016-06-20 21:34:37 +02:00
x509v3 Remove pointless free loop in X509_PURPOSE_cleanup() 2016-06-20 09:58:58 -04:00
alphacpuid.pl Add assembly CRYPTO_memcmp. 2016-05-19 22:33:00 +02:00
arm64cpuid.pl Add assembly CRYPTO_memcmp. 2016-05-19 22:33:00 +02:00
arm_arch.h
armcap.c
armv4cpuid.pl Add assembly CRYPTO_memcmp. 2016-05-19 22:33:00 +02:00
build.info Move OS-specific fopen quirks to o_fopen.c. 2016-06-22 21:51:53 +02:00
c64xpluscpuid.pl Add assembly CRYPTO_memcmp. 2016-05-19 22:33:00 +02:00
cpt_err.c Remove unused error/function codes. 2016-05-23 15:04:23 -04:00
cryptlib.c crypto/cryptlib.c: omit OPENSSL_ia32cap_loc(). 2016-06-22 20:20:37 +02:00
cversion.c
dllmain.c
ebcdic.c
ex_data.c
ia64cpuid.S Add final(?) set of copyrights. 2016-06-01 11:27:25 -04:00
init.c RT4562: Fix misleading doc on OPENSSL_config 2016-06-14 12:30:37 -04:00
LPdir_nyi.c
LPdir_unix.c
LPdir_vms.c
LPdir_win32.c
LPdir_win.c
LPdir_wince.c
mem_clr.c
mem_dbg.c
mem_sec.c
mem.c
o_dir.c
o_fips.c
o_fopen.c Move OS-specific fopen quirks to o_fopen.c. 2016-06-22 21:51:53 +02:00
o_init.c
o_str.c buf2hexstr: properly deal with empty string 2016-06-21 20:55:54 +02:00
o_time.c
pariscid.pl Add assembly CRYPTO_memcmp. 2016-05-19 22:33:00 +02:00
ppc_arch.h GH919: Fix wrappers for two headers 2016-05-24 11:04:38 -04:00
ppccap.c
ppccpuid.pl Add assembly CRYPTO_memcmp. 2016-05-19 22:33:00 +02:00
s390xcap.c
s390xcpuid.S s390x assembly pack: improve portability. 2016-06-06 11:08:04 +02:00
sparc_arch.h
sparccpuid.S Add final(?) set of copyrights. 2016-06-01 11:27:25 -04:00
sparcv9cap.c
threads_none.c
threads_pthread.c
threads_win.c Fix Windows 64 bit crashes 2016-05-20 23:08:18 +01:00
uid.c
vms_rms.h
x86_64cpuid.pl x86_64 assembly pack: tolerate spaces in source directory name. 2016-05-29 14:12:51 +02:00
x86cpuid.pl Add assembly CRYPTO_memcmp. 2016-05-19 22:33:00 +02:00