index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ffc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes related to separation of DH and DHX types
Shane Lontis
2021-04-26
1
-3
/
+1
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
Implement EVP_PKEY_dup() function
Tomas Mraz
2021-03-28
1
-0
/
+1
*
Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.
Shane Lontis
2021-03-15
1
-2
/
+6
*
Update copyright year
Matt Caswell
2021-03-11
2
-2
/
+2
*
Fix external symbols for bn
Shane Lontis
2021-02-26
2
-5
/
+8
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
dsa_check: Perform simple parameter check if seed is not available
Tomas Mraz
2021-02-18
2
-21
/
+87
*
Do not match RFC 5114 groups without q as it is significant
Tomas Mraz
2021-02-16
1
-1
/
+3
*
EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more available
Richard Levitte
2020-12-16
4
-12
/
+165
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-4
/
+4
*
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
1
-2
/
+2
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
2
-9
/
+9
*
ffc: add _ossl to exported but internal functions
Pauli
2020-10-06
6
-86
/
+98
*
Fix missing propq in ffc_params_generate
Shane Lontis
2020-09-23
1
-2
/
+2
*
fix provider signatures
Shane Lontis
2020-09-18
1
-13
/
+34
*
Add fips checks for dh key agreement
Shane Lontis
2020-09-18
1
-18
/
+27
*
Fix coverity CID #1457935 - Check return value in ffc_params.c for BIO_indent...
Shane Lontis
2020-09-05
1
-4
/
+6
*
Fix DSA/DH so that legacy keys can still be generated by the default provider
Shane Lontis
2020-08-17
2
-2
/
+15
*
Add multiple fixes for ffc key generation using invalid p,q,g parameters.
Shane Lontis
2020-07-09
2
-1
/
+36
*
Fix CID-1464802
Shane Lontis
2020-06-30
1
-4
/
+4
*
Make EVP_PKEY_CTX_[get|set]_group_name work for DH too
Matt Caswell
2020-06-19
2
-2
/
+2
*
Add ACVP fips module tests
Shane Lontis
2020-06-17
4
-111
/
+202
*
Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSA
Dr. David von Oheimb
2020-06-10
1
-0
/
+9
*
Update core_names.h fields and document most fields.
Shane Lontis
2020-05-26
2
-2
/
+2
*
coverity 1462548 Resource leak
Pauli
2020-04-30
1
-5
/
+2
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
2
-4
/
+4
*
Fix some build failures with no-dh
Matt Caswell
2020-04-22
2
-0
/
+11
*
Fix DH_get_nid() so that it does not cache values.
Shane Lontis
2020-04-20
1
-21
/
+6
*
Add DH keygen to providers
Shane Lontis
2020-04-15
2
-11
/
+5
*
Add DSA keygen to provider
Shane Lontis
2020-04-15
4
-8
/
+135
*
EVP: Implement support for key downgrading in backends
Richard Levitte
2020-03-25
2
-1
/
+45
*
Change DH_get_nid() to set the value of q if it is not already set
Shane Lontis
2020-03-06
1
-2
/
+9
*
ffc: use sizeof(*pointer) instead of sizeof(struct) in memset(3) call.
Pauli
2020-02-17
1
-1
/
+1
*
Add FFC param/key validation
Shane Lontis
2020-02-16
5
-28
/
+227
*
Fix coverity issues
Shane Lontis
2020-02-13
1
-9
/
+7
*
Add FFC param/key generation
Shane Lontis
2020-02-06
4
-1
/
+1064
*
Modify DSA and DH keys to use a shared FFC_PARAMS struct
Shane Lontis
2020-01-24
2
-0
/
+197