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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Fix includes of the removed kdferr.h
tb
2022-05-05
2
-4
/
+3
*
remove accidentally duplicated line
tb
2022-05-04
1
-2
/
+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
2
-275
/
+288
*
Add RCS tags
tb
2022-05-04
3
-0
/
+3
*
Restore copyright years to 2016-2018 as they were before the previous
tb
2022-05-04
2
-2
/
+2
*
Reinstate the licenses that were replaced with license stubs in
tb
2022-05-04
2
-12
/
+100
*
Bump copyright years to 2016-2018 as it was before the previous commit.
tb
2022-05-04
1
-1
/
+1
*
Reinstate the license that was replaced with a stub in OpenSSL commit
tb
2022-05-04
1
-5
/
+49
*
Inline kdferr.h at the end of kdf.h
tb
2022-05-04
2
-55
/
+37
*
Rename hkdf.c to hkdf_evp.c to avoid a name clash with hkdf/hkdf.c
tb
2022-05-04
1
-0
/
+0
*
Import HKDF code from OpenSSL 1.1.1o
tb
2022-05-04
4
-0
/
+571
[prev]