index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
dsa
/
dsa_gen.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Following the license change, modify the boilerplates in crypto/dsa/
Richard Levitte
2018-12-06
1
-1
/
+1
*
DSA: Check for sanity of input parameters
Vitezslav Cizek
2018-10-29
1
-0
/
+6
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Pick a q size consistent with the digest for DSA param generation
Matt Caswell
2018-04-05
1
-3
/
+10
*
Fix a possible crash in dsa_builtin_paramgen2.
Bernd Edlinger
2017-06-14
1
-0
/
+2
*
dsa/dsa_gen: add error message for seed_len < 0
Sebastian Andrzej Siewior
2016-11-14
1
-1
/
+3
*
Fix a missing NULL check in dsa_builtin_paramgen
Matt Caswell
2016-09-21
1
-0
/
+3
*
Copyright consolidation 07/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Check that we were actually allocated BIGNUMs in dsa_builtin_paramgen2
Matt Caswell
2016-04-28
1
-0
/
+2
*
Remove #error from include files.
Rich Salz
2016-03-21
1
-3
/
+1
*
GH322 revisited: remove unused function.
Rich Salz
2016-02-08
1
-36
/
+0
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-1
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
Richard Levitte
2015-12-07
1
-2
/
+2
*
Adjust all accesses to EVP_MD_CTX to use accessor functions.
Richard Levitte
2015-12-07
1
-9
/
+10
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-2
/
+2
*
Remove useless code
Alessandro Ghedini
2015-10-23
1
-10
/
+2
*
Fix memory leaks and other mistakes on errors
Alessandro Ghedini
2015-10-23
1
-3
/
+3
*
Move BN_CTX_start() call so the error case can always call BN_CTX_end().
Pascal Cuoq
2015-10-07
1
-1
/
+2
*
GH367 follow-up, for more clarity
Ben Kaduk
2015-08-31
1
-4
/
+4
*
GH367: Fix dsa keygen for too-short seed
Ismo Puustinen
2015-08-28
1
-17
/
+12
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
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
-24
/
+13
*
RAND_bytes updates
Matt Caswell
2015-03-25
1
-2
/
+2
*
OPENSSL_NO_xxx cleanup: SHA
Rich Salz
2015-01-27
1
-22
/
+8
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-627
/
+644
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
remove FIPS module code from crypto/dsa
Dr. Stephen Henson
2014-12-08
1
-105
/
+0
*
Remove fips_constseg references.
Dr. Stephen Henson
2014-12-08
1
-1
/
+0
*
return error if counter exceeds limit and seed value supplied
Dr. Stephen Henson
2011-11-25
1
-0
/
+6
*
check counter value against 4 * L, not 4096
Dr. Stephen Henson
2011-11-25
1
-1
/
+1
*
L=3072, N=256 provides 128 bits of security not 112.
Dr. Stephen Henson
2011-10-16
1
-1
/
+1
*
Allow for dynamic base in Win64 FIPS module.
Andy Polyakov
2011-09-14
1
-0
/
+1
*
Add support for DSA2 PQG generation of g parameter.
Dr. Stephen Henson
2011-08-27
1
-12
/
+17
*
Add support for canonical generation of DSA parameter g.
Dr. Stephen Henson
2011-08-26
1
-11
/
+107
*
Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined in
Dr. Stephen Henson
2011-05-11
1
-2
/
+2
*
Fix warning.
Dr. Stephen Henson
2011-04-24
1
-1
/
+2
*
fips_check_dsa_prng() should only be built when OPENSSL_FIPS is defined.
Richard Levitte
2011-04-24
1
-0
/
+2
*
Add PRNG security strength checking.
Dr. Stephen Henson
2011-04-23
1
-8
/
+60
*
check RAND_pseudo_bytes return value
Dr. Stephen Henson
2011-04-04
1
-2
/
+6
*
Return security strength for supported DSA parameters: will be used
Dr. Stephen Henson
2011-02-11
1
-7
/
+10
*
fixes for DSA2 parameter generation
Dr. Stephen Henson
2011-02-01
1
-4
/
+5
*
Provisional, experimental support for DSA2 parameter generation algorithm.
Dr. Stephen Henson
2011-01-31
1
-2
/
+266
*
Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just refer
Dr. Stephen Henson
2011-01-27
1
-1
/
+1
*
FIPS mode DSA changes:
Dr. Stephen Henson
2011-01-26
1
-0
/
+21
*
Add additional parameter to dsa_builtin_paramgen to output the generated
Dr. Stephen Henson
2011-01-19
1
-1
/
+4
*
Fix warnings.
Ben Laurie
2010-06-12
1
-2
/
+1
*
Audit libcrypto for unchecked return values: fix all cases enountered
Dr. Stephen Henson
2009-09-24
1
-3
/
+7
*
Remove misleading dead code. Constify. (Coverity ID 142)
Ben Laurie
2008-12-26
1
-7
/
+2
[next]