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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add RSA exponent blinding
Jack Lloyd
2018-04-04
2
-5
/
+14
*
Tweak how RSA private operations are performed
Jack Lloyd
2018-04-04
1
-25
/
+44
*
Fix problems with failure to build in various configurations
Jack Lloyd
2018-03-31
1
-1
/
+1
*
Minor DH optimization
Jack Lloyd
2018-03-28
1
-4
/
+6
*
Fix some Doxygen errors
Jack Lloyd
2018-03-28
1
-0
/
+12
*
Fix carry bugs introduced in 8a7559e4f8ad
Jack Lloyd
2018-03-27
2
-22
/
+23
*
Handle some corner cases in ECC mult
Jack Lloyd
2018-03-25
3
-5
/
+19
*
Add warning comment
Jack Lloyd
2018-03-22
1
-0
/
+6
*
Add back mul/sqr to CurveGFp [ci skip]
Jack Lloyd
2018-03-22
1
-0
/
+10
*
Revamp GOST-34.10 tests
Jack Lloyd
2018-03-21
1
-6
/
+1
*
Add EC_Group::random_scalar
Jack Lloyd
2018-03-21
8
-6
/
+16
*
Remove bogus -1 from DSA key generation
Jack Lloyd
2018-03-21
1
-1
/
+1
*
Throw Lookup_Error here for benefit of tests
Jack Lloyd
2018-03-21
1
-2
/
+2
*
Change DSA behavior similarly
Jack Lloyd
2018-03-21
1
-2
/
+2
*
Shift ECDSA inputs to match OpenSSL behavior
Jack Lloyd
2018-03-21
2
-4
/
+4
*
Remove unused variables [ci skip]
Jack Lloyd
2018-03-21
2
-4
/
+0
*
Add another Ed25519 helper to save a few hundred redundant lines
Jack Lloyd
2018-03-20
3
-301
/
+106
*
Add some helpers for handling carries in Ed25519
Jack Lloyd
2018-03-20
4
-893
/
+491
*
Store base point multiplies in a single std::vector
Jack Lloyd
2018-03-20
6
-30
/
+158
*
Nudge users to EC_Group::OS2ECP
Jack Lloyd
2018-03-20
1
-4
/
+10
*
Add EC_Group::clear_registered_curve_data
Jack Lloyd
2018-03-19
2
-0
/
+16
*
Cache additional values for PointGFp multi-exponentiation
Jack Lloyd
2018-03-19
5
-64
/
+103
*
Avoid needless computation in base point multiply
Jack Lloyd
2018-03-19
3
-33
/
+6
*
Use a better algorithm for base point multiplies
Jack Lloyd
2018-03-19
2
-10
/
+24
*
Catch exceptions by reference not value
Jack Lloyd
2018-03-16
1
-1
/
+1
*
Avoid using threads in DSA operations
Jack Lloyd
2018-03-15
1
-25
/
+3
*
Add multiexponentation interface to DL_Group
Jack Lloyd
2018-03-15
2
-3
/
+17
*
Add a facility for debug-mode assertions
Jack Lloyd
2018-03-14
3
-2
/
+9
*
Assume CurveGFp inputs are at most p words long
Jack Lloyd
2018-03-14
1
-13
/
+27
*
Avoid creating a temp here
Jack Lloyd
2018-03-14
1
-4
/
+4
*
Improve memory handling for PointGFp
Jack Lloyd
2018-03-14
5
-63
/
+83
*
Tweaks to force_all_affine
Jack Lloyd
2018-03-12
1
-7
/
+5
*
Merge GH #1483 Use uncompressed points for ECC by default
Jack Lloyd
2018-03-10
7
-44
/
+72
|
\
|
*
Rename point_format to point_encoding
Jack Lloyd
2018-03-10
2
-2
/
+2
|
*
Add PointGFp::encode as replacement for EC2OSP
Jack Lloyd
2018-03-10
6
-45
/
+48
|
*
Default to encoding ECC public keys as uncompressed. GH #1480
Jack Lloyd
2018-03-10
2
-1
/
+26
*
|
Revert "Use move to avoid needless some needless copies"
Jack Lloyd
2018-03-10
1
-16
/
+16
|
/
*
Use move to avoid needless some needless copies
Jack Lloyd
2018-03-09
1
-16
/
+16
*
Cleanup comments
Jack Lloyd
2018-03-09
1
-10
/
+7
*
Use blinded_base_point_multiply_x in the various signature schemes
Jack Lloyd
2018-03-08
5
-14
/
+17
*
Avoid creating too-large values during ECDSA signing
Jack Lloyd
2018-03-08
1
-3
/
+5
*
Add blinded_base_point_multiply_x
Jack Lloyd
2018-03-08
2
-0
/
+20
*
Mul into temps to avoid allocations
Jack Lloyd
2018-03-08
1
-7
/
+8
*
Add PointGFp::force_all_affine using Montgomery's trick
Jack Lloyd
2018-03-08
3
-9
/
+68
*
Require explicit calls to add_affine
Jack Lloyd
2018-03-08
2
-5
/
+2
*
Add destructor for unique_ptr
Jack Lloyd
2018-03-08
2
-0
/
+7
*
Add mixed (J+A) point addition, new scalar mul for base points
Jack Lloyd
2018-03-08
12
-136
/
+403
*
Support decoding of ECC groups with seed parameter
Jack Lloyd
2018-03-04
1
-0
/
+2
*
Use Barrett instead of repeated divisions by p here
Jack Lloyd
2018-03-04
1
-3
/
+6
*
Reduce temp usage in PointGFp addition and doubling
Jack Lloyd
2018-03-04
4
-104
/
+95
[next]