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
*
Add EC_Group::inverse_mod_order
Jack Lloyd
2018-04-17
1
-2
/
+2
*
Add EC_Group::random_scalar
Jack Lloyd
2018-03-21
1
-1
/
+1
*
Shift ECDSA inputs to match OpenSSL behavior
Jack Lloyd
2018-03-21
1
-2
/
+2
*
Cache additional values for PointGFp multi-exponentiation
Jack Lloyd
2018-03-19
1
-3
/
+4
*
Use blinded_base_point_multiply_x in the various signature schemes
Jack Lloyd
2018-03-08
1
-1
/
+1
*
Avoid creating too-large values during ECDSA signing
Jack Lloyd
2018-03-08
1
-3
/
+5
*
New API for blinded ECC point multiplication
Jack Lloyd
2018-02-21
1
-3
/
+3
*
Add point_multiply operation to EC_Group
Jack Lloyd
2018-02-18
1
-1
/
+1
*
Add functions to reduce integers mod the order to EC_Group
Jack Lloyd
2018-02-18
1
-36
/
+30
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
2
-3
/
+3
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
1
-2
/
+2
*
Add API stability annotations.
Jack Lloyd
2017-09-19
1
-2
/
+2
*
Avoid having variable named m_emsa twice in class hierarchy
Jack Lloyd
2017-08-29
1
-4
/
+8
*
BearSSL: Support for ECDSA
Patrick Wildt
2017-07-05
1
-0
/
+34
*
Content:
Tomasz Frydrych
2017-04-03
1
-1
/
+1
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
1
-1
/
+3
*
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