index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
dsa
/
dsa_pmeth.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dsa/dsa_pmeth.c: Add the checks for the EVP_MD_CTX_get_size()
Jiasheng Jiang
2024-03-30
1
-6
/
+16
*
Update our EVP_PKEY_METHODs to get low level keys via public APIs
Matt Caswell
2021-07-22
1
-3
/
+13
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-17
/
+17
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Fix external symbols related to dsa keys
Shane Lontis
2021-02-26
1
-1
/
+1
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-6
/
+5
*
ffc: add _ossl to exported but internal functions
Pauli
2020-10-06
1
-3
/
+4
*
Add ACVP fips module tests
Shane Lontis
2020-06-17
1
-2
/
+4
*
Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSA
Dr. David von Oheimb
2020-06-10
1
-1
/
+1
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Deprecate the low level DSA functions.
Pauli
2020-02-11
1
-0
/
+6
*
Add FFC param/key generation
Shane Lontis
2020-02-06
1
-3
/
+4
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448
Patrick Steuer
2019-09-25
1
-1
/
+6
*
EVP_Digest*: enable SHA3 pre-hashing for DSA
Patrick Steuer
2019-05-22
1
-1
/
+5
*
Change default RSA, DSA and DH size to 2048 bit
Kurt Roeckx
2019-05-21
1
-4
/
+4
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
1
-1
/
+1
*
Document and add macros for additional DSA options
David Benjamin
2019-01-30
1
-6
/
+2
*
Following the license change, modify the boilerplates in crypto/dsa/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Remove DSA digest length checks when no digest is passed
Bryan Donlan
2018-07-29
1
-14
/
+4
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Don't crash if an unrecognised digest is used with dsa_paramgen_md
Matt Caswell
2018-04-05
1
-1
/
+7
*
Style
FdaSilvaYY
2017-01-25
1
-2
/
+6
*
Fix DSA parameter generation control error
Richard Levitte
2017-01-20
1
-1
/
+1
*
Copyright consolidation 07/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Remove unused parameters from internal functions
Rich Salz
2016-02-22
1
-8
/
+4
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-4
/
+4
*
Add DSA digest length checks.
Dr. Stephen Henson
2015-08-24
1
-4
/
+14
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-07
1
-3
/
+3
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-2
/
+1
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-4
/
+2
*
Move some EVP internals to evp_int.h
Dr. Stephen Henson
2015-03-24
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-244
/
+236
*
Implement internally opaque bn access from dsa
Matt Caswell
2014-12-08
1
-2
/
+7
*
Add control to retrieve signature MD.
Dr. Stephen Henson
2013-06-21
1
-0
/
+4
*
make EVP_dss() work for DSA signing
Dr. Stephen Henson
2011-06-20
1
-0
/
+1
*
allow SHA384, SHA512 wit DSA
Dr. Stephen Henson
2011-05-08
1
-1
/
+3
*
Add additional parameter to dsa_builtin_paramgen to output the generated
Dr. Stephen Henson
2011-01-19
1
-1
/
+1
*
check DSA_sign() return value properly
Dr. Stephen Henson
2009-12-01
1
-1
/
+1
*
PR: 2029
Dr. Stephen Henson
2009-09-02
1
-0
/
+1
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
Indicate support for digest init ctrl.
Dr. Stephen Henson
2008-05-02
1
-0
/
+1
*
Fix a variety of warnings generated by some elevated compiler-fascism,
Geoff Thorpe
2008-03-16
1
-0
/
+1
*
And so it begins...
Dr. Stephen Henson
2008-03-12
1
-0
/
+1
*
1. Changes for s_client.c to make it return non-zero exit code in case
Dr. Stephen Henson
2007-10-26
1
-1
/
+5
*
add support for DSA with SHA2
Nils Larsch
2007-02-03
1
-7
/
+44
*
Allow digests to supply S/MIME micalg values from a ctrl.
Dr. Stephen Henson
2006-07-10
1
-0
/
+3
[next]