diff options
| author | jsing <> | 2014-05-15 13:53:47 +0000 |
|---|---|---|
| committer | jsing <> | 2014-05-15 13:53:47 +0000 |
| commit | 9135c0f787fcbeb8cc9c173e57e9659527be56c5 (patch) | |
| tree | fd0906417d1eccc2db6e54f415726272f17bb826 /src/lib/libcrypto/crypto | |
| parent | 113c8b845890ab77c9f7ff5486485585103e9005 (diff) | |
| download | openbsd-9135c0f787fcbeb8cc9c173e57e9659527be56c5.tar.gz openbsd-9135c0f787fcbeb8cc9c173e57e9659527be56c5.tar.bz2 openbsd-9135c0f787fcbeb8cc9c173e57e9659527be56c5.zip | |
Add an AEAD EVP interface to libcrypto, along with AES-GCM AEAD
implementations. This largely pulls in Adam Langley's AEAD patches from
Chromium's OpenSSL.
ok miod@
Diffstat (limited to 'src/lib/libcrypto/crypto')
| -rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 6d9eac1383..7e1f497223 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.33 2014/05/14 14:46:35 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.34 2014/05/15 13:53:46 jsing Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | 4 | ||
| @@ -152,7 +152,7 @@ SRCS+= c_all.c c_allc.c c_alld.c evp_lib.c bio_ok.c | |||
| 152 | SRCS+= evp_pkey.c evp_pbe.c p5_crpt.c p5_crpt2.c | 152 | SRCS+= evp_pkey.c evp_pbe.c p5_crpt.c p5_crpt2.c |
| 153 | SRCS+= e_old.c pmeth_lib.c pmeth_fn.c pmeth_gn.c m_sigver.c | 153 | SRCS+= e_old.c pmeth_lib.c pmeth_fn.c pmeth_gn.c m_sigver.c |
| 154 | SRCS+= e_aes_cbc_hmac_sha1.c e_rc4_hmac_md5.c | 154 | SRCS+= e_aes_cbc_hmac_sha1.c e_rc4_hmac_md5.c |
| 155 | SRCS+= e_chacha.c | 155 | SRCS+= e_chacha.c evp_aead.c |
| 156 | 156 | ||
| 157 | # hmac/ | 157 | # hmac/ |
| 158 | SRCS+= hmac.c hm_ameth.c hm_pmeth.c | 158 | SRCS+= hmac.c hm_ameth.c hm_pmeth.c |
