index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ffc
Age
Commit message (
Expand
)
Author
2022-10-11
Update copyright year
Matt Caswell
2022-07-19
ossl_ffc_params_copy: Copy the keylength too
Tomas Mraz
2022-07-19
For known safe primes use the minimum key length according to RFC 7919
Tomas Mraz
2022-05-03
Update copyright year
Matt Caswell
2022-04-21
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-03-15
Update copyright year
Matt Caswell
2022-01-17
Do not call ossl_ffc_name_to_dh_named_group with NULL argument
Tomas Mraz
2021-08-11
Set FFC_PARAM_FLAG_VALIDATE_LEGACY on params generated with FIPS 186-2 gen
Tomas Mraz
2021-06-17
Update copyright year
Matt Caswell
2021-06-01
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
crypto: updates to pass size_t to RAND_bytes_ex()
Pauli
2021-05-29
add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-20
Update copyright year
Matt Caswell
2021-05-13
Export/import flags for FFC params changed to seperate fields.
Shane Lontis
2021-04-26
Fixes related to separation of DH and DHX types
Shane Lontis
2021-04-08
Update copyright year
Matt Caswell
2021-03-28
Implement EVP_PKEY_dup() function
Tomas Mraz
2021-03-15
Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.
Shane Lontis
2021-03-11
Update copyright year
Matt Caswell
2021-02-26
Fix external symbols for bn
Shane Lontis
2021-02-18
Update copyright year
Matt Caswell
2021-02-18
dsa_check: Perform simple parameter check if seed is not available
Tomas Mraz
2021-02-16
Do not match RFC 5114 groups without q as it is significant
Tomas Mraz
2020-12-16
EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more available
Richard Levitte
2020-11-13
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-10-15
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-06
ffc: add _ossl to exported but internal functions
Pauli
2020-09-23
Fix missing propq in ffc_params_generate
Shane Lontis
2020-09-18
fix provider signatures
Shane Lontis
2020-09-18
Add fips checks for dh key agreement
Shane Lontis
2020-09-05
Fix coverity CID #1457935 - Check return value in ffc_params.c for BIO_indent...
Shane Lontis
2020-08-17
Fix DSA/DH so that legacy keys can still be generated by the default provider
Shane Lontis
2020-07-09
Add multiple fixes for ffc key generation using invalid p,q,g parameters.
Shane Lontis
2020-06-30
Fix CID-1464802
Shane Lontis
2020-06-19
Make EVP_PKEY_CTX_[get|set]_group_name work for DH too
Matt Caswell
2020-06-17
Add ACVP fips module tests
Shane Lontis
2020-06-10
Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSA
Dr. David von Oheimb
2020-05-26
Update core_names.h fields and document most fields.
Shane Lontis
2020-04-30
coverity 1462548 Resource leak
Pauli
2020-04-28
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-22
Fix some build failures with no-dh
Matt Caswell
2020-04-20
Fix DH_get_nid() so that it does not cache values.
Shane Lontis
2020-04-16
Add DH keygen to providers
Shane Lontis
2020-04-15
Add DSA keygen to provider
Shane Lontis
2020-03-25
EVP: Implement support for key downgrading in backends
Richard Levitte
2020-03-07
Change DH_get_nid() to set the value of q if it is not already set
Shane Lontis
2020-02-17
ffc: use sizeof(*pointer) instead of sizeof(struct) in memset(3) call.
Pauli
2020-02-16
Add FFC param/key validation
Shane Lontis
2020-02-14
Fix coverity issues
Shane Lontis
[next]