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
*
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
*
Avoid confusing error if invalid EC_Group is used
Jack Lloyd
2018-03-02
1
-3
/
+9
*
Remove BigInt using functions from mp layer
Jack Lloyd
2018-03-01
1
-6
/
+19
*
Fix overflow in monty_redc
Jack Lloyd
2018-02-27
1
-4
/
+4
*
Avoid unnecessary calls to BigInt::grow_to
Jack Lloyd
2018-02-26
1
-4
/
+9
*
Avoid using monty workspace for reduce_below
Jack Lloyd
2018-02-26
1
-6
/
+6
*
Avoid some needless allocations
Jack Lloyd
2018-02-26
1
-2
/
+4
*
Add functions to EC_Group for getting base point coordinates
Jack Lloyd
2018-02-25
4
-16
/
+68
*
Merge GH #1461 Add Montgomery_Int type
Jack Lloyd
2018-02-25
1
-1
/
+4
|
\
|
*
Add Montgomery_Int type
Jack Lloyd
2018-02-25
1
-1
/
+4
*
|
Merge ec_gfp and ec_group modules
Jack Lloyd
2018-02-25
6
-2
/
+1525
|
/
*
Add DL_Group::estimated_strength
Jack Lloyd
2018-02-23
3
-4
/
+20
*
Add EC_Group::verify_public_element
Jack Lloyd
2018-02-23
3
-28
/
+33
*
Add DL_Group functions to verify elements
Jack Lloyd
2018-02-23
3
-31
/
+48
*
Merge GH #1457 Use faster algorithm for ECC multiplication
Jack Lloyd
2018-02-22
10
-49
/
+112
|
\
|
*
Small cleanup
Jack Lloyd
2018-02-21
1
-3
/
+8
|
*
Minimize header dependencies
Jack Lloyd
2018-02-21
1
-1
/
+2
|
*
Expose EC_Group::a_is_minus_3
Jack Lloyd
2018-02-21
2
-1
/
+15
|
*
New API for blinded ECC point multiplication
Jack Lloyd
2018-02-21
10
-44
/
+87
*
|
Fix incorrect check in DL key check
Jack Lloyd
2018-02-22
1
-6
/
+3
*
|
Remove unused include [ci skip]
Jack Lloyd
2018-02-22
1
-1
/
+0
|
/
*
Add some additional error checking to DL_Group
Jack Lloyd
2018-02-20
1
-0
/
+6
*
Fix validation of SRP groups
Jack Lloyd
2018-02-19
2
-12
/
+24
*
Remove PK_Ops::Decryption_with_EME::max_raw_input_bits
Jack Lloyd
2018-02-19
3
-5
/
+0
*
Merge GH #1454 Used shared_ptr repr for DL_Group
Jack Lloyd
2018-02-19
10
-788
/
+617
|
\
|
*
Small fixes
Jack Lloyd
2018-02-19
5
-21
/
+29
|
*
Use new DL_Group functions
Jack Lloyd
2018-02-19
5
-78
/
+85
|
*
Add shared_ptr for DL_Group state
Jack Lloyd
2018-02-19
3
-691
/
+510
|
*
Move allocator initializer RAII class to mem_ops.h
Jack Lloyd
2018-02-19
1
-5
/
+0
*
|
Merge GH #1448 Support custom curves in TLS handshake
Jack Lloyd
2018-02-19
1
-3
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove house curve support
Jack Lloyd
2018-02-13
1
-3
/
+0
*
|
Further simplifications in SM2 code
Jack Lloyd
2018-02-18
2
-14
/
+14
*
|
Add point_multiply operation to EC_Group
Jack Lloyd
2018-02-18
7
-6
/
+19
*
|
Add functions to reduce integers mod the order to EC_Group
Jack Lloyd
2018-02-18
7
-162
/
+196
*
|
Tighten up RSA key validity tests
Jack Lloyd
2018-02-13
1
-3
/
+7
*
|
Remove handling of even e in RSA keygen
Jack Lloyd
2018-02-13
1
-5
/
+2
|
/
*
Alternate method of forcing allocator initialization
Jack Lloyd
2018-02-04
1
-1
/
+6
*
Add hack to deal with initialization fiasco
Jack Lloyd
2018-02-04
1
-0
/
+6
*
Create a persistent registry for ECC group data
Jack Lloyd
2018-02-04
3
-380
/
+480
*
Fix deprecation warnings
Jack Lloyd
2018-02-01
2
-11
/
+20
*
Avoid CurveGFp in EC_Group interface
Jack Lloyd
2018-01-31
3
-21
/
+105
*
Use shared representation of EC_Group
Jack Lloyd
2018-01-31
8
-113
/
+294
*
Merge GH #1420 Changes to (eventually) allow making BER_Object members private
Jack Lloyd
2018-01-18
1
-3
/
+3
|
\
|
*
Prepare for making BER_Object members private
Jack Lloyd
2018-01-18
1
-3
/
+3
*
|
Make PBES2 optional
Jack Lloyd
2018-01-18
2
-9
/
+35
|
/
*
Fix return value of PK_Encryptor::maximum_input_size
Jack Lloyd
2018-01-13
1
-1
/
+1
*
Expose SM2_compute_za
Jack Lloyd
2018-01-12
1
-6
/
+7
*
Add contortion to appease Sonar
Jack Lloyd
2018-01-09
1
-1
/
+1
[next]