index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
implementations
/
exchange
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add utility function ossl_param_is_empty()
slontis
2024-10-09
2
-2
/
+2
*
Fix bugs in ECDH cofactor FIPS indicator.
slontis
2024-09-30
1
-1
/
+4
*
fips: Prohibit SHA1 in DH & ECDH exchange
Dimitri John Ledkov
2024-09-27
2
-6
/
+6
*
Copyright year updates
Tomas Mraz
2024-09-05
4
-4
/
+4
*
Update code to use EVP_MD_xof()
slontis
2024-08-29
2
-2
/
+2
*
Cleanups for FIPS options..
slontis
2024-08-28
3
-6
/
+3
*
Add FIPS indicators to X25519 and X448.
slontis
2024-08-25
1
-5
/
+54
*
Add FIPS Indicator for ECDH cofactor.
slontis
2024-08-15
1
-5
/
+34
*
signatures: disallow XOF digests when doing signatures
Pauli
2024-08-12
2
-0
/
+10
*
Change all existing FIPS configurable checks to use FIPS indicators.
slontis
2024-07-11
2
-11
/
+93
*
Fix EVP_PKEY_CTX_add1_hkdf_info() behavior
Todd Short
2024-04-09
1
-0
/
+42
*
Copyright year updates
Matt Caswell
2023-09-07
4
-4
/
+4
*
configure: introduce no-ecx to remove ECX related feature
Yi Li
2023-06-14
1
-2
/
+4
*
Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays
Irak Rigia
2023-04-21
4
-5
/
+5
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
3
-13
/
+5
*
Add HPKE DHKEM provider support for EC, X25519 and X448.
slontis
2022-09-23
1
-62
/
+2
*
providers/implementations/exchange/kdf_exch.c: fix unavailable SIZE_MAX
Richard Levitte
2022-06-20
1
-0
/
+1
*
providers/implementations/exchange/kdf_exch.c: Fix kdf_derive()
Richard Levitte
2022-06-15
1
-2
/
+21
*
Update copyright year
Matt Caswell
2022-05-03
2
-2
/
+2
*
DH: Make padding always on when X9.42 KDF is used
Tomas Mraz
2022-03-14
1
-5
/
+6
*
dh_exch.c: Add check for OPENSSL_strdup
Jiasheng Jiang
2022-02-14
1
-4
/
+16
*
dh_exch.c: Correct gettable parameters for DH key exchange
Tomas Mraz
2022-01-18
1
-1
/
+1
*
check the return value of EVP_MD_fetch in ecdh_exch.c:285 & dh_exch.c:347
x2018
2022-01-04
2
-4
/
+6
*
fix some code with obvious wrong coding style
x2018
2021-10-28
2
-3
/
+3
*
Fix dh dupctx refcount error
slontis
2021-09-03
1
-3
/
+2
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
2
-2
/
+2
*
Drop libimplementations.a
Richard Levitte
2021-05-07
1
-5
/
+4
*
Store some FIPS global variables in the FIPS_GLOBAL structure
Matt Caswell
2021-04-16
2
-5
/
+6
*
Add domain parameter match check for DH and ECDH key exchange.
Shane Lontis
2021-04-14
2
-1
/
+42
*
Add ossl_ ecx symbols
Shane Lontis
2021-03-18
1
-2
/
+4
*
Fix misc external ossl_ symbols.
Shane Lontis
2021-03-18
1
-3
/
+3
*
prov: update exchange algorithms to support params on the init call
Pauli
2021-03-11
4
-11
/
+17
*
EVP_PKEY_CTX_get/settable_params: pass provider operation context
Tomas Mraz
2021-03-03
3
-7
/
+13
*
Improve error reporting in key exchange provider implementations
Tomas Mraz
2021-03-03
3
-8
/
+17
*
prov: add additional argument to KDF derive call in key exchange
Pauli
2021-02-28
1
-1
/
+1
*
Fix external symbols related to ec & sm2 keys
Shane Lontis
2021-02-26
2
-16
/
+16
*
Fix external symbols related to dh keys
Shane Lontis
2021-02-26
1
-7
/
+7
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Fix external symbols related to provider related security checks for
Shane Lontis
2021-02-18
2
-5
/
+5
*
Move the PROV_R reason codes to a public header
Tomas Mraz
2021-02-11
1
-1
/
+1
*
Fix some odd names in our provider source code
Richard Levitte
2021-02-01
1
-1
/
+1
*
Update copyright year
Richard Levitte
2021-01-28
3
-3
/
+3
*
Clean away unnecessary length related OSSL_PARAM key names
Richard Levitte
2021-01-26
2
-12
/
+4
*
kdf_exch.c (kdf_derive): Proper handling of NULL secret
Tomas Mraz
2021-01-21
1
-1
/
+7
*
Add EVP_KDF-X942 to the fips module
Shane Lontis
2020-12-02
1
-2
/
+2
*
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
3
-4
/
+4
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
2
-2
/
+2
*
prov: prefix all OSSL_DISPATCH tables names with ossl_
Pauli
2020-09-29
4
-5
/
+5
*
Add 'fips-securitychecks' option and plumb this into the actual fips checks
Shane Lontis
2020-09-18
2
-2
/
+2
*
fix provider exchange operations
Shane Lontis
2020-09-18
3
-51
/
+11
[next]