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
*
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
*
New function to dup EVP_PKEY_CTX. This will be needed to make new signing
Dr. Stephen Henson
2006-05-25
1
-0
/
+13
*
Use size_t for new crypto size parameters.
Dr. Stephen Henson
2006-05-24
1
-4
/
+4
*
Use more flexible method of determining output length, by setting &outlen
Dr. Stephen Henson
2006-04-15
1
-1
/
+1
*
Add key derivation support.
Dr. Stephen Henson
2006-04-13
1
-0
/
+2
*
Support for DSA keygen, fix for genpkey.
Dr. Stephen Henson
2006-04-12
1
-1
/
+20
*
Initial DSA EVP_PKEY_METHOD. Fixup some error codes.
Dr. Stephen Henson
2006-04-12
1
-0
/
+233