index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
dh
/
dh_kdf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove duplicated #include headers
JHH20
2022-05-04
1
-1
/
+0
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Check the return of EVP_KDF_fetch()
tangyiqun
2022-04-13
1
-0
/
+2
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-2
/
+2
*
Fix the return check of OBJ_obj2txt
PW Hu
2021-11-22
1
-1
/
+1
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-2
/
+2
*
Use "" for include crypto/xxx
Rich Salz
2021-05-27
1
-1
/
+1
*
Use "" for include internal/xxx
Rich Salz
2021-05-27
1
-1
/
+1
*
Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()
Richard Levitte
2021-04-18
1
-7
/
+2
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
crypto: add additional argument to KDF derive calls
Pauli
2021-02-28
1
-2
/
+1
*
Fix external symbols related to dh keys
Shane Lontis
2021-02-26
1
-7
/
+8
*
Add EVP_KDF-X942 to the fips module
Shane Lontis
2020-12-02
1
-1
/
+1
*
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+1
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-2
/
+2
*
Fix no-cms build errors.
Shane Lontis
2020-08-19
1
-2
/
+2
*
Add dh_kdf support to provider
Shane Lontis
2020-08-11
1
-29
/
+45
*
Revert "kdf: make function naming consistent."
Matt Caswell
2020-07-16
1
-3
/
+3
*
kdf: make function naming consistent.
Pauli
2020-06-11
1
-3
/
+3
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Deprecate the low level Diffie-Hellman functions.
Pauli
2020-02-20
1
-0
/
+6
*
Params: change UTF8 construct calls to avoid explicit strlen(3) calls.
Pauli
2020-02-06
1
-2
/
+2
*
Usages of KDFs converted to use the name macros
Pauli
2019-09-11
1
-1
/
+1
*
Fix users of KDFs to use params not ctls
Pauli
2019-09-06
1
-11
/
+21
*
Add X9.42 KDF.
Shane Lontis
2019-07-09
1
-129
/
+31
*
Following the license change, modify the boilerplates in crypto/dh/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Use "" not <> on e_os.h include
Rich Salz
2017-08-22
1
-1
/
+1
*
check return values for EVP_Digest*() APIs
Dr. Stephen Henson
2016-07-15
1
-2
/
+2
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-48
/
+5
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
Richard Levitte
2015-12-07
1
-2
/
+2
*
Adjust all accesses to EVP_MD_CTX to use accessor functions.
Richard Levitte
2015-12-07
1
-8
/
+10
*
RT3674: Make no-cms build work.
David Bar
2015-09-03
1
-0
/
+6
*
free null cleanup finale
Rich Salz
2015-05-01
1
-2
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-128
/
+118
*
Fix irix-cc build.
Andy Polyakov
2015-01-07
1
-1
/
+1
*
Add KDF for DH.
Dr. Stephen Henson
2013-08-05
1
-0
/
+197