index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
dh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
FFC cleanups
slontis
2023-04-03
1
-7
/
+1
*
S390x: Support ME and CRT offloading
Juergen Christ
2023-02-08
1
-0
/
+4
*
DH_check[_params]() use libctx of the dh for prime checks
Tomas Mraz
2022-11-18
1
-2
/
+2
*
Use libctx when generating DH parameters
Tomas Mraz
2022-11-11
1
-2
/
+2
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
6
-25
/
+17
*
Coverity 1508532: out of bounds access
Pauli
2022-08-23
1
-1
/
+2
*
Use as small dh key size as possible to support the security
Tomas Mraz
2022-07-18
2
-2
/
+7
*
Coverity: fix 1506298: negative returns
Pauli
2022-07-01
1
-0
/
+5
*
Add sensitive memory clean in priv encode
Kan
2022-06-16
1
-5
/
+3
*
ossl_dh_check_priv_key: Do not fail on private keys without q
Tomas Mraz
2022-06-15
1
-6
/
+27
*
Fix possible null pointer dereference of evp_pkey_get_legacy()
Zhou Qingyang
2022-06-02
1
-2
/
+9
*
Remove duplicated #include headers
JHH20
2022-05-04
1
-1
/
+0
*
Update copyright year
Matt Caswell
2022-05-03
5
-5
/
+5
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
1
-1
/
+0
*
Check the return of EVP_KDF_fetch()
tangyiqun
2022-04-13
1
-0
/
+2
*
Replace size check with more meaningful pubkey check
Tomas Mraz
2022-02-07
1
-7
/
+4
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
2
-3
/
+3
*
Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.
slontis
2022-02-03
2
-7
/
+12
*
Fix the return check of OBJ_obj2txt
PW Hu
2021-11-22
1
-1
/
+1
*
dh_ameth: Fix dh_cmp_parameters to really compare the params
Tomas Mraz
2021-09-10
1
-1
/
+1
*
Update our EVP_PKEY_METHODs to get low level keys via public APIs
Matt Caswell
2021-07-22
1
-2
/
+2
*
CRYPTO: Remove the check for built-in methods in the export_to function
Richard Levitte
2021-07-07
1
-7
/
+0
*
fips module header inclusion fine-tunning
Tomas Mraz
2021-07-06
2
-1
/
+6
*
Fix DH private key check.
Shane Lontis
2021-06-16
2
-1
/
+2
*
Fix DH/DHX named groups to not overwrite the private key length.
Shane Lontis
2021-06-14
1
-2
/
+0
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
2
-3
/
+3
*
add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
1
-1
/
+1
*
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
*
err: rename err_load_xxx_strings_int functions
Pauli
2021-05-26
1
-1
/
+1
*
Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importer
Richard Levitte
2021-05-20
1
-3
/
+3
*
Fixes related to separation of DH and DHX types
Shane Lontis
2021-04-26
1
-32
/
+11
*
Detect low-level engine and app method based keys
Tomas Mraz
2021-04-19
1
-3
/
+10
*
Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()
Richard Levitte
2021-04-18
1
-7
/
+2
*
Do not allow creating empty RSA keys by duplication
Tomas Mraz
2021-04-15
1
-2
/
+0
*
Add selection support to the provider keymgmt_dup function
Tomas Mraz
2021-04-15
2
-5
/
+12
*
Implement provider-side keymgmt_dup function
Tomas Mraz
2021-04-15
3
-41
/
+47
*
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
2021-04-12
1
-1
/
+1
*
dh: fix coverity 1473238: argument cannot be negative
Pauli
2021-04-08
1
-4
/
+5
*
Add a range check (from SP800-56Ar3) to DH key derivation.
Shane Lontis
2021-04-01
2
-20
/
+28
*
Implement EVP_PKEY_dup() function
Tomas Mraz
2021-03-28
1
-0
/
+60
*
dh: fix coverty 1474423: resource leak
Pauli
2021-03-24
1
-0
/
+1
*
PROV: Add type specific PKCS#8 decoding to the DER->key decoders
Richard Levitte
2021-03-19
2
-44
/
+72
*
Add ossl_asn1 symbols
Shane Lontis
2021-03-18
1
-6
/
+6
*
Fix misc external ossl_ symbols.
Shane Lontis
2021-03-18
1
-1
/
+1
*
Remove a TODO(3.0) from EVP_PKEY_derive_set_peer()
Matt Caswell
2021-03-17
1
-6
/
+13
*
Update copyright year
Matt Caswell
2021-03-11
9
-9
/
+9
*
Make the EVP_PKEY_get0* functions have a const return type
Matt Caswell
2021-03-08
1
-1
/
+4
*
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
10
-46
/
+48
[next]