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
*
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
*
Fix external symbols for bn
Shane Lontis
2021-02-26
1
-3
/
+3
*
Fix typo in comment in DH_set0_pqg function
Daniel Bevenius
2021-02-24
1
-1
/
+1
*
Add EVP_PKEY_public_check_quick.
Shane Lontis
2021-02-22
1
-0
/
+11
*
Fix DH ASN1 decode so that it detects named groups.
Shane Lontis
2021-02-19
1
-2
/
+2
*
DH: Make DH_bits(), DH_size(), and DH_security_bits() check that there are ke...
Sahana Prasad
2021-02-18
1
-3
/
+9
*
dsa_check: Perform simple parameter check if seed is not available
Tomas Mraz
2021-02-18
1
-1
/
+1
*
Update copyright year
Richard Levitte
2021-01-28
2
-2
/
+2
*
Allow EVP_PKEY private key objects to be created without a public component
Jon Spillett
2021-01-15
1
-9
/
+0
*
[crypto/dh] side channel hardening for computing DH shared keys
Billy Brumley
2021-01-08
1
-3
/
+31
*
DECODER: Adjust the library context of keys in our decoders
Richard Levitte
2020-12-17
1
-0
/
+5
*
EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more available
Richard Levitte
2020-12-16
3
-713
/
+20
*
Add EVP_KDF-X942 to the fips module
Shane Lontis
2020-12-02
2
-3
/
+3
*
Deprecate more DH functions
Matt Caswell
2020-11-27
1
-0
/
+6
*
Deprecate DH_new as well as i2d_DHparams and d2i_DHparams
Matt Caswell
2020-11-27
1
-1
/
+2
*
ERR: Rebuild all generated error headers and source files
Richard Levitte
2020-11-24
1
-5
/
+11
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
9
-60
/
+60
*
DH: Move the code to set the DH sub-type
Richard Levitte
2020-11-11
2
-5
/
+7
*
DH: stop setting the private key length arbitrarily
Richard Levitte
2020-10-27
3
-15
/
+5
*
Constify OSSL_FUNC_keymgmt_validate()
Nicola Tuveri
2020-10-23
2
-4
/
+12
*
DH: have DH_set_length() increment the dirty count.
Richard Levitte
2020-10-19
1
-0
/
+1
*
DH: make the private key length importable / exportable
Richard Levitte
2020-10-19
3
-20
/
+73
*
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
7
-12
/
+12
*
Remove CMS recipient info information out of the algorithm implementations
Matt Caswell
2020-10-15
1
-6
/
+0
*
Move CMS enveloping code out of the algorithms and into CMS
Matt Caswell
2020-10-15
1
-324
/
+6
*
ffc: add _ossl to exported but internal functions
Pauli
2020-10-06
9
-52
/
+55
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
4
-6
/
+6
*
Prune low-level ASN.1 parse errors from error queue in decoder_process()
Dr. David von Oheimb
2020-09-24
1
-3
/
+1
*
Fix coverity issue: CID 1466483 - Improper use of Negative value in dh_ctrl.c
Shane Lontis
2020-09-12
1
-0
/
+3
*
Fix coverity CID #1465967 & #1465968 - fix NULL dereference in dh_ameth.c
Shane Lontis
2020-09-05
1
-3
/
+2
*
Fix no-cms build errors.
Shane Lontis
2020-08-19
2
-8
/
+2
*
Add DHX serialization
Shane Lontis
2020-08-11
1
-7
/
+34
*
Add dh_kdf support to provider
Shane Lontis
2020-08-11
4
-223
/
+614
*
Revert "kdf: make function naming consistent."
Matt Caswell
2020-07-16
1
-3
/
+3
[next]