diff options
| author | jsing <> | 2017-02-28 14:15:37 +0000 |
|---|---|---|
| committer | jsing <> | 2017-02-28 14:15:37 +0000 |
| commit | ca28e541c86936857a23a70090980a8bb952e842 (patch) | |
| tree | 2539caf54ac751f30ddb7c36d52b988a41e9b202 /src/lib/libcrypto/Makefile | |
| parent | 38da1a984b117a519fe2a498ead2bd71e9597591 (diff) | |
| download | openbsd-ca28e541c86936857a23a70090980a8bb952e842.tar.gz openbsd-ca28e541c86936857a23a70090980a8bb952e842.tar.bz2 openbsd-ca28e541c86936857a23a70090980a8bb952e842.zip | |
Add an EVP interface that provides concatenated MD5+SHA1 hashes, which are
used in various parts of TLS 1.0/1.1.
This will allow for code simplification in libssl.
The same interface exists in OpenSSL 1.1.
ok beck@ deraadt@ inoguchi@ millert@
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 3fb904b470..9ab1e0349d 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.14 2017/01/21 09:38:58 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.15 2017/02/28 14:15:37 jsing Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | 4 | ||
| @@ -158,6 +158,7 @@ SRCS+= e_old.c pmeth_lib.c pmeth_fn.c pmeth_gn.c m_sigver.c | |||
| 158 | SRCS+= e_aes_cbc_hmac_sha1.c e_rc4_hmac_md5.c | 158 | SRCS+= e_aes_cbc_hmac_sha1.c e_rc4_hmac_md5.c |
| 159 | SRCS+= e_chacha.c evp_aead.c e_chacha20poly1305.c | 159 | SRCS+= e_chacha.c evp_aead.c e_chacha20poly1305.c |
| 160 | SRCS+= e_gost2814789.c m_gost2814789.c m_gostr341194.c m_streebog.c | 160 | SRCS+= e_gost2814789.c m_gost2814789.c m_gostr341194.c m_streebog.c |
| 161 | SRCS+= m_md5_sha1.c | ||
| 161 | 162 | ||
| 162 | # gost/ | 163 | # gost/ |
| 163 | SRCS+= gost2814789.c gost89_keywrap.c gost89_params.c gost89imit_ameth.c | 164 | SRCS+= gost2814789.c gost89_keywrap.c gost89_params.c gost89imit_ameth.c |
