index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
pubkey
/
dsa
/
dsa.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add PK_Signer::signature_length
Jack Lloyd
2018-08-10
1
-2
/
+3
*
Move reduction mod q to DL_Group
Jack Lloyd
2018-06-28
1
-18
/
+13
*
Avoid leaking size of exponent
Jack Lloyd
2018-06-17
1
-4
/
+4
*
Address DSA/ECDSA side channel
Jack Lloyd
2018-06-13
1
-10
/
+28
*
Remove unused include
Jack Lloyd
2018-04-26
1
-1
/
+0
*
Remove bogus -1 from DSA key generation
Jack Lloyd
2018-03-21
1
-1
/
+1
*
Change DSA behavior similarly
Jack Lloyd
2018-03-21
1
-2
/
+2
*
Avoid using threads in DSA operations
Jack Lloyd
2018-03-15
1
-25
/
+3
*
Small fixes
Jack Lloyd
2018-02-19
1
-2
/
+2
*
Use new DL_Group functions
Jack Lloyd
2018-02-19
1
-31
/
+35
*
Missing include
Jack Lloyd
2017-09-24
1
-0
/
+1
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
1
-2
/
+2
*
Avoid having variable named m_emsa twice in class hierarchy
Jack Lloyd
2017-08-29
1
-4
/
+8
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-8
/
+8
*
Pubkey cleanups
Jack Lloyd
2016-11-12
1
-4
/
+0
*
Remove Key_Type typedefs
Jack Lloyd
2016-11-08
1
-2
/
+0
*
Remove automatic self-testing of public and private keys
Jack Lloyd
2016-11-03
1
-11
/
+4
*
Abstract out mutex type. Make threads optional.
Jack Lloyd
2016-10-12
1
-1
/
+14
*
Revert PK_Verifier change (don't require RNG there).
Jack Lloyd
2016-10-07
1
-5
/
+8
*
Remove Algo_Registry usage from public key code.
Jack Lloyd
2016-10-07
1
-6
/
+21
*
Fix leading zero bytes in DSA, ECDSA, ECGDSA and ECKCDSA signatures
René Korthaus
2016-08-17
1
-4
/
+1
*
Revamp entropy polling
Jack Lloyd
2016-07-17
1
-0
/
+1
*
Merge GH #504 Add ECKCDSA
Jack Lloyd
2016-06-20
1
-1
/
+2
|
\
|
*
Add ECKCDSA signature algorithm
René Korthaus
2016-06-14
1
-1
/
+2
*
|
fix test failures and seg faults when Botan is configured with --module-poli...
René Korthaus
2016-06-17
1
-1
/
+1
|
/
*
Add support probabilistic DSA & ECDSA
René Korthaus
2016-05-08
1
-5
/
+12
*
Remaining cppcheck fixes that are not covered by GH #444
Daniel Neus
2016-03-05
1
-7
/
+4
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
1
-46
/
+46
*
pubkey: Add missing overrides
Daniel Seither
2015-07-30
1
-3
/
+3
*
Move the signature padding schemes to the PK operation classes,
lloyd
2015-03-23
1
-7
/
+9
*
Convert PK operations to using Algo_Registry instead of Engine.
lloyd
2015-02-03
1
-16
/
+69
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
No need to reseed RNG in DSA sign as RNG is no longer used
lloyd
2015-01-08
1
-4
/
+2
*
Implement RFC 6979 determinstic signatures for DSA and ECDSA.
lloyd
2014-12-10
1
-19
/
+23
*
Fix various warnings from VC++ 2014 and add missing include
lloyd
2014-10-31
1
-2
/
+0
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+143