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
/
dsa
/
dsa_key.c
Age
Commit message (
Expand
)
Author
2021-03-11
Update copyright year
Matt Caswell
2021-02-26
Fix external symbols related to dsa keys
Shane Lontis
2021-02-18
dsa_check: Perform simple parameter check if seed is not available
Tomas Mraz
2020-10-06
ffc: add _ossl to exported but internal functions
Pauli
2020-09-12
keygen: add FIPS error state management to conditional self tests
Shane Lontis
2020-07-09
Add multiple fixes for ffc key generation using invalid p,q,g parameters.
Shane Lontis
2020-04-28
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-20
Fix DH_get_nid() so that it does not cache values.
Shane Lontis
2020-04-15
Add DSA keygen to provider
Shane Lontis
2020-03-03
Add pairwise consistency self tests to asym keygenerators
Shane Lontis
2020-02-16
Add FFC param/key validation
Shane Lontis
2020-02-12
Deprecate the low level DSA functions.
Pauli
2020-02-06
Add FFC param/key generation
Shane Lontis
2020-01-24
Modify DSA and DH keys to use a shared FFC_PARAMS struct
Shane Lontis
2019-09-28
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-09
Implement DSA in the default provider
Matt Caswell
2018-12-06
Following the license change, modify the boilerplates in crypto/dsa/
Richard Levitte
2017-10-18
Remove parentheses of return.
KaoruToda
2017-08-03
Add RAND_priv_bytes() for private keys
Rich Salz
2016-06-18
Useless header include of openssl/rand.h
FdaSilvaYY
2016-06-06
Deprecate the flags that switch off constant time
Matt Caswell
2016-05-17
Copyright consolidation 07/10
Rich Salz
2016-04-03
Make the DSA structure opaque
Matt Caswell
2016-01-26
Remove /* foo.c */ comments
Rich Salz
2015-11-26
Tighten up BN_with_flags usage and avoid a reachable assert
Matt Caswell
2015-11-09
Continue standardising malloc style for libcrypto
Matt Caswell
2015-06-23
More secure storage of key material.
Rich Salz
2015-05-14
Identify and move common internal libcrypto header files
Richard Levitte
2015-04-30
free NULL cleanup 7
Rich Salz
2015-01-27
OPENSSL_NO_xxx cleanup: SHA
Rich Salz
2015-01-22
Run util/openssl-format-source -v -c .
Matt Caswell
2014-12-08
Implement internally opaque bn access from dsa
Matt Caswell
2014-12-08
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
remove FIPS module code from crypto/dsa
Dr. Stephen Henson
2011-05-11
Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined in
Dr. Stephen Henson
2011-04-23
Add PRNG security strength checking.
Dr. Stephen Henson
2011-04-19
Use 0 for tbslen to perform strlen.
Dr. Stephen Henson
2011-04-14
Remove several of the old obsolete FIPS_corrupt_*() functions.
Dr. Stephen Henson
2011-04-14
Initial incomplete POST overhaul: add support for POST callback to
Dr. Stephen Henson
2011-02-15
Update pairwise consistency checks to use SHA-256.
Dr. Stephen Henson
2011-02-11
Free keys if DSA pairwise error.
Dr. Stephen Henson
2011-02-03
Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source files
Dr. Stephen Henson
2011-01-26
FIPS mode DSA changes:
Dr. Stephen Henson
2007-03-28
Change to mitigate branch prediction attacks
Bodo Möller
2005-05-27
Use BN_with_flags() in a cleaner way.
Bodo Möller
2005-05-16
Implement fixed-window exponentiation to mitigate hyper-threading
Bodo Möller
2003-03-20
Make sure we get the definition of OPENSSL_NO_DSA and OPENSSL_NO_SHA.
Richard Levitte
2003-01-15
As with RSA, which was modified recently, this change makes it possible to
Geoff Thorpe
2001-06-19
Change all calls to low level digest routines in the library and
Dr. Stephen Henson
2001-02-20
Use BN_rand_range().
Ulf Möller
[next]