index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
kdf
/
hkdf_evp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust EVP_PKEY_CTRL_HKDF_KEY to OpenSSL's semantics
tb
2023-06-26
1
-2
/
+9
*
Make internal header file names consistent
tb
2022-11-26
1
-2
/
+2
*
Simplify: freezero() is NULL safe; assign + test in one go, as usual.
tb
2022-05-05
1
-11
/
+5
*
Avoid malloc(0) in EVP_PKEY_CTX_set1_hkdf_key()
tb
2022-05-05
1
-2
/
+2
*
Securely wipe the entire HKDF_PKEY_CTX instead of only taking care of
tb
2022-05-05
1
-5
/
+3
*
Fix argument order in HKDF and HKDF_extract().
tb
2022-05-05
1
-5
/
+5
*
Translate from OpenSSL's HKDF API to BoringSSL API.
tb
2022-05-05
1
-8
/
+7
*
Remove function codes from errors, i.e., KDFerr(A, B) -> KDFerror(B)
tb
2022-05-05
1
-5
/
+5
*
Fix typo in previous.
tb
2022-05-05
1
-2
/
+2
*
Inline OPENSSL_memdup() using malloc() + memcpy()
tb
2022-05-05
1
-3
/
+5
*
Translate OPENSSL_{cleanse,clear_free,free,zalloc}() to libc API.
tb
2022-05-05
1
-11
/
+11
*
Adjust includes for LibreSSL
tb
2022-05-05
1
-4
/
+7
*
Use C99 initializres for hkdf_pkey_meth
tb
2022-05-05
1
-26
/
+10
*
Remove OpenSSL versions of HKDF*().
tb
2022-05-05
1
-117
/
+1
*
Whitespace nit (knfmt(1) agrees after inserting an empty line after the
tb
2022-05-04
1
-4
/
+5
*
KNF according to knfmt(1)
tb
2022-05-04
1
-234
/
+246
*
Add RCS tags
tb
2022-05-04
1
-0
/
+1
*
Restore copyright years to 2016-2018 as they were before the previous
tb
2022-05-04
1
-1
/
+1
*
Reinstate the licenses that were replaced with license stubs in
tb
2022-05-04
1
-6
/
+45
*
Rename hkdf.c to hkdf_evp.c to avoid a name clash with hkdf/hkdf.c
tb
2022-05-04
1
-0
/
+352