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
/
ecdsa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix private key ctors API docs [ci skip]
René Korthaus
2017-01-27
1
-1
/
+1
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
2
-9
/
+9
*
Public_Key derived class ctors take an std::vector<byte>
René Korthaus
2016-12-11
1
-2
/
+2
*
Pubkey cleanups
Jack Lloyd
2016-11-12
2
-14
/
+2
*
Remove Key_Type typedefs
Jack Lloyd
2016-11-08
1
-2
/
+0
*
Improve pubkey doxygen [ci skip]
René Korthaus
2016-10-19
1
-2
/
+7
*
OpenSSL EC: Correctly handle OpenSSL not supporting the curve
Jack Lloyd
2016-10-09
1
-4
/
+4
*
Revert PK_Verifier change (don't require RNG there).
Jack Lloyd
2016-10-07
2
-16
/
+33
*
Remove Algo_Registry usage from public key code.
Jack Lloyd
2016-10-07
2
-6
/
+51
*
Fix leading zero bytes in DSA, ECDSA, ECGDSA and ECKCDSA signatures
René Korthaus
2016-08-17
1
-4
/
+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
2
-1
/
+3
|
/
*
Add support probabilistic DSA & ECDSA
René Korthaus
2016-05-08
2
-5
/
+11
*
Add ECGDSA
René Korthaus
2016-04-19
1
-1
/
+1
*
Merge the openssl code together.
Jack Lloyd
2015-12-19
1
-213
/
+0
*
Break up openssl provider
Jack Lloyd
2015-10-19
1
-0
/
+213
*
Remove unused variable
Jack Lloyd
2015-08-28
1
-3
/
+0
*
Add power analysis countermeasures for ECC point multiplications.
Jack Lloyd
2015-08-21
1
-16
/
+18
*
pubkey: Add missing overrides
Daniel Seither
2015-07-30
1
-5
/
+6
*
Make Botan compile when only some modules are enabled
Simon Warta
2015-07-03
1
-0
/
+1
*
Move the signature padding schemes to the PK operation classes,
lloyd
2015-03-23
1
-15
/
+17
*
Avoid a ECC point multiplication in ECDSA signature verification by
lloyd
2015-03-12
1
-14
/
+20
*
Convert PK operations to using Algo_Registry instead of Engine.
lloyd
2015-02-03
2
-60
/
+67
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
2
-2
/
+2
*
Implement RFC 6979 determinstic signatures for DSA and ECDSA.
lloyd
2014-12-10
3
-20
/
+17
*
Move lib into src
lloyd
2014-01-10
3
-0
/
+244