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
*
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