summaryrefslogtreecommitdiffstats
path: root/crypto/ffc
AgeCommit message (Expand)Author
2020-04-22Fix some build failures with no-dhMatt Caswell
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis
2020-04-16Add DH keygen to providersShane Lontis
2020-04-15Add DSA keygen to providerShane Lontis
2020-03-25EVP: Implement support for key downgrading in backendsRichard Levitte
2020-03-07Change DH_get_nid() to set the value of q if it is not already setShane Lontis
2020-02-17ffc: use sizeof(*pointer) instead of sizeof(struct) in memset(3) call.Pauli
2020-02-16Add FFC param/key validationShane Lontis
2020-02-14Fix coverity issuesShane Lontis
2020-02-06Add FFC param/key generationShane Lontis
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis