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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge GH #1471 Fix crash in check_crl_online
Jack Lloyd
2018-03-02
1
-11
/
+10
|
\
|
*
Fix check_crl_online segfaults, need tests.
Mathieu Souchaud
2018-03-02
1
-11
/
+10
*
|
Log autodetected platform information at info level
Jack Lloyd
2018-03-02
1
-3
/
+4
*
|
Add support for powerpcspe build
Jack Lloyd
2018-03-02
1
-0
/
+3
*
|
Add (untested) support for x32 build
Jack Lloyd
2018-03-02
3
-1
/
+21
*
|
Use API annotations
Jack Lloyd
2018-03-02
2
-3
/
+3
|
/
*
Tiny but useful optimization in bigint_monty_redc
Jack Lloyd
2018-03-01
1
-1
/
+1
*
Loosen restrictions on using bigint_comba_sqr9
Jack Lloyd
2018-03-01
1
-1
/
+1
*
Use BOTAN_DEFAULT_BUFFER_SIZE instead of DEFAULT_BUFFERSIZE
Jack Lloyd
2018-03-01
7
-17
/
+12
*
Move declaration of word to types.h
Jack Lloyd
2018-03-01
6
-40
/
+19
*
Remove MP_WORD_BITS constant
Jack Lloyd
2018-03-01
8
-41
/
+35
*
Remove BigInt using functions from mp layer
Jack Lloyd
2018-03-01
8
-71
/
+44
*
Inline some simple BigInt sign handling functions
Jack Lloyd
2018-03-01
2
-32
/
+17
*
Avoid ternary op during carry handling
Jack Lloyd
2018-03-01
1
-1
/
+1
*
Confirm arch wordsize is expected in configure
Jack Lloyd
2018-03-01
1
-0
/
+3
*
Bump shared lib ABI version
Jack Lloyd
2018-03-01
1
-1
/
+1
*
Merge news entries [ci skip]
Jack Lloyd
2018-03-01
1
-3
/
+1
*
Fix crash bug in check_crl_online
Jack Lloyd
2018-03-01
1
-1
/
+1
*
RSA - just bench PKCS signatures
Jack Lloyd
2018-03-01
1
-4
/
+4
*
Initialize z arrays within bigint_cnd_{sub,add}
Jack Lloyd
2018-03-01
1
-6
/
+6
*
Simplify modular inversion fuzzer
Jack Lloyd
2018-03-01
1
-50
/
+6
*
Update news
Jack Lloyd
2018-03-01
1
-0
/
+4
*
Merge GH #1469 Optimizations for FE1 FPE
Jack Lloyd
2018-03-01
5
-123
/
+242
|
\
|
*
Hide FPE dependencies
Jack Lloyd
2018-02-28
2
-5
/
+13
|
*
Optimize FE1 format preserving encryption
Jack Lloyd
2018-02-28
5
-124
/
+235
*
|
Correct error in P-521 reduction
Jack Lloyd
2018-03-01
1
-6
/
+25
*
|
Avoid needless allocation in BigInt operator+=
Jack Lloyd
2018-02-28
2
-6
/
+4
*
|
Optimize P-521 reduction
Jack Lloyd
2018-02-28
1
-1
/
+17
|
/
*
Fix duplicate document entries [ci skip]
Jack Lloyd
2018-02-28
1
-9
/
+0
*
Merge GH #1468 Fix Path_Validation_Result::no_warnings
Jack Lloyd
2018-02-28
3
-1
/
+25
|
\
|
*
Add Path_Validation_Result::warnings_string() method
Mathieu Souchaud
2018-02-28
3
-0
/
+21
|
*
Fix Path_Validation_Result::no_warnings
Mathieu Souchaud
2018-02-28
1
-1
/
+4
*
|
Unroll bigint_cnd_{add,sub}
Jack Lloyd
2018-02-28
1
-8
/
+28
*
|
Splitout binary extended GCD algorithm
Jack Lloyd
2018-02-28
3
-3
/
+26
*
|
Merge GH #1467 Comment/formatting fixes [ci skip]
Jack Lloyd
2018-02-28
2
-4
/
+5
|
\
\
|
*
|
One comment fix and one formatting fix [ci skip]
René Korthaus
2018-02-28
2
-4
/
+5
*
|
|
Merge GH #1466 Add ChaCha20Poly1305 to encryption cli
Jack Lloyd
2018-02-28
2
-2
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Implement chacha20poly1305 in botan CLI
Simon Warta
2018-02-28
2
-0
/
+7
|
*
|
Minor code styling updates in cli_tests.py
Simon Warta
2018-02-28
1
-2
/
+3
|
/
/
*
|
Format warning in a ReST warning block [ci skip]
Jack Lloyd
2018-02-27
1
-14
/
+14
*
|
Merge GH #1464 Add test results for PKCS11 impl
Jack Lloyd
2018-02-27
1
-0
/
+155
|
\
\
|
*
|
Added pkcs11 test results
Sergii Cherkavskyi
2018-02-27
1
-0
/
+155
*
|
|
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
*
|
|
Optimize P-256 and P-384 reduction
Jack Lloyd
2018-02-26
4
-36
/
+101
*
|
|
Remove use of redc_helper in fuzzers
Jack Lloyd
2018-02-26
6
-54
/
+48
*
|
|
Avoid some needless allocations
Jack Lloyd
2018-02-26
2
-13
/
+31
*
|
|
Optimize Barrett reduction
Jack Lloyd
2018-02-26
5
-21
/
+134
*
|
|
Add BigInt::operator*= taking a word
Jack Lloyd
2018-02-26
2
-2
/
+23
|
|
/
|
/
|
[next]