diff options
| author | beck <> | 2017-05-06 20:42:57 +0000 |
|---|---|---|
| committer | beck <> | 2017-05-06 20:42:57 +0000 |
| commit | 270fd63e5d8c3683472108ff30860e5f0eb33ef1 (patch) | |
| tree | d7342fea9121d617dc8b0a17a471ebab354fa0ed /src/lib/libcrypto/Makefile | |
| parent | 4b07231945fb22f051b25555dae5b5f56398eee0 (diff) | |
| download | openbsd-270fd63e5d8c3683472108ff30860e5f0eb33ef1.tar.gz openbsd-270fd63e5d8c3683472108ff30860e5f0eb33ef1.tar.bz2 openbsd-270fd63e5d8c3683472108ff30860e5f0eb33ef1.zip | |
Bring in HKDF, from BoringSSL, with regress tests modified to be
in C. Ride previous minor bump
ok tom@ inoguchi@ jsing@
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 13f4ab0de5..6454d6b109 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.16 2017/04/30 04:44:58 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.17 2017/05/06 20:42:57 beck Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | 4 | ||
| @@ -169,6 +169,9 @@ SRCS+= gost89imit_pmeth.c gost_asn1.c gost_err.c gostr341001.c | |||
| 169 | SRCS+= gostr341001_ameth.c gostr341001_key.c gostr341001_params.c | 169 | SRCS+= gostr341001_ameth.c gostr341001_key.c gostr341001_params.c |
| 170 | SRCS+= gostr341001_pmeth.c gostr341194.c streebog.c | 170 | SRCS+= gostr341001_pmeth.c gostr341194.c streebog.c |
| 171 | 171 | ||
| 172 | # hkdf/ | ||
| 173 | SRCS+= hkdf.c | ||
| 174 | |||
| 172 | # hmac/ | 175 | # hmac/ |
| 173 | SRCS+= hmac.c hm_ameth.c hm_pmeth.c | 176 | SRCS+= hmac.c hm_ameth.c hm_pmeth.c |
| 174 | 177 | ||
| @@ -287,6 +290,7 @@ SRCS+= pcy_cache.c pcy_node.c pcy_data.c pcy_map.c pcy_tree.c pcy_lib.c | |||
| 287 | ${LCRYPTO_SRC}/err \ | 290 | ${LCRYPTO_SRC}/err \ |
| 288 | ${LCRYPTO_SRC}/evp \ | 291 | ${LCRYPTO_SRC}/evp \ |
| 289 | ${LCRYPTO_SRC}/gost \ | 292 | ${LCRYPTO_SRC}/gost \ |
| 293 | ${LCRYPTO_SRC}/hkdf \ | ||
| 290 | ${LCRYPTO_SRC}/hmac \ | 294 | ${LCRYPTO_SRC}/hmac \ |
| 291 | ${LCRYPTO_SRC}/idea \ | 295 | ${LCRYPTO_SRC}/idea \ |
| 292 | ${LCRYPTO_SRC}/lhash \ | 296 | ${LCRYPTO_SRC}/lhash \ |
| @@ -344,6 +348,7 @@ HDRS=\ | |||
| 344 | ${LCRYPTO_SRC}/err/err.h \ | 348 | ${LCRYPTO_SRC}/err/err.h \ |
| 345 | ${LCRYPTO_SRC}/evp/evp.h \ | 349 | ${LCRYPTO_SRC}/evp/evp.h \ |
| 346 | ${LCRYPTO_SRC}/gost/gost.h \ | 350 | ${LCRYPTO_SRC}/gost/gost.h \ |
| 351 | ${LCRYPTO_SRC}/hkdf/hkdf.h \ | ||
| 347 | ${LCRYPTO_SRC}/hmac/hmac.h \ | 352 | ${LCRYPTO_SRC}/hmac/hmac.h \ |
| 348 | ${LCRYPTO_SRC}/idea/idea.h \ | 353 | ${LCRYPTO_SRC}/idea/idea.h \ |
| 349 | ${LCRYPTO_SRC}/lhash/lhash.h \ | 354 | ${LCRYPTO_SRC}/lhash/lhash.h \ |
