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
*
Avoid calling memmove with a null source in PKCSv1 signature encoding
Jack Lloyd
2017-03-03
1
-1
/
+7
*
Add missing include, caught by GCC 7
Jack Lloyd
2017-03-03
1
-0
/
+1
*
Fix compiler warnings in timing_test CLI
Jack Lloyd
2017-03-03
1
-2
/
+4
*
Merge GH #902 Extend EC_PublicKey check, add EC_Group check, ECC invalid key ...
Jack Lloyd
2017-03-02
8
-4
/
+534
|
\
|
*
remove debug output from ecc_invalid unit tests
Never
2017-02-28
1
-2
/
+0
|
*
Merge pull request #2 from Rohde-Schwarz-Cybersecurity/extended-ec-public-key...
Tobias | Never
2017-02-28
5
-1
/
+457
|
|
\
|
|
*
Add ECDSA key tests from Google's project Wycheproof
René Korthaus
2017-02-12
4
-13
/
+57
|
|
*
Add test vectors for invalid ECDSA public keys from FIPS 186-4
René Korthaus
2017-02-12
2
-0
/
+185
|
|
*
Add test vectors for invalid ECDSA public keys from FIPS 186-2
René Korthaus
2017-02-12
3
-1
/
+228
|
*
|
verify ec domain in EC_PublicKey::check_key
Never
2017-02-28
1
-1
/
+6
|
*
|
EC_PublicKey::check_key for curves with cofactor > 1
Never
2017-02-27
1
-1
/
+24
|
*
|
Add ec_group verify function
Never
2017-02-24
2
-1
/
+49
*
|
|
Merge GH #893 Remove ECC fixed window code
Jack Lloyd
2017-03-02
2
-60
/
+7
|
\
\
\
|
*
|
|
Converge on a single side channel silent ec mp alg: randomized
Never
2017-02-22
2
-60
/
+7
*
|
|
|
Increase timing test defaults
Jack Lloyd
2017-02-26
1
-1
/
+1
*
|
|
|
Merge GH #894 Add timing_test command line util
Jack Lloyd
2017-02-26
1
-0
/
+454
|
\
\
\
\
|
*
|
|
|
Add `botan timing_test` command line utility
Jack Lloyd
2017-02-26
1
-0
/
+454
*
|
|
|
|
The certificate being tested by the OCSP online test has expired.
Jack Lloyd
2017-02-26
1
-1
/
+2
*
|
|
|
|
Merge GH #898 Fix pylint warnings in configure
Jack Lloyd
2017-02-26
1
-30
/
+40
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Configure: rename variables to avoid redefining builtins
Simon Warta
2017-02-26
1
-7
/
+7
|
*
|
|
|
Configure: Fix wrong variable name (credits to pylint)
Simon Warta
2017-02-26
1
-1
/
+1
|
*
|
|
|
Configure: remove trailing whitespace
Simon Warta
2017-02-26
1
-1
/
+1
|
*
|
|
|
Configure: move some members to shared InfoObject constructor
Simon Warta
2017-02-26
1
-20
/
+30
|
*
|
|
|
Configure: Disable wrong-import-position pylint warning
Simon Warta
2017-02-26
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Add missing try/catch in invalid signature test
Jack Lloyd
2017-02-26
1
-2
/
+10
*
|
|
|
Merge GH #891 Constant time decoding for ISO 9796 unpadding
Jack Lloyd
2017-02-26
1
-14
/
+26
|
\
\
\
\
|
*
|
|
|
fix possible iso9796 side channel and add length check
Never
2017-02-21
1
-14
/
+26
|
|
/
/
/
*
|
|
|
Merge GH #895
Jack Lloyd
2017-02-26
8
-12
/
+0
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Remove verify_end() chained immediatly before end_cons() (close #890)
Nuno Goncalves
2017-02-25
8
-12
/
+0
|
/
/
/
*
|
|
Some todos [ci skip]
Jack Lloyd
2017-02-23
1
-1
/
+4
*
|
|
In CLI, if system RNG is available prefer it
Jack Lloyd
2017-02-23
2
-3
/
+10
|
/
/
*
|
Fix ECDSA timing test data
Jack Lloyd
2017-02-20
1
-1
/
+1
*
|
Avoid use of deprecated function in (deprecated) Serialized_RNG constructor
Jack Lloyd
2017-02-19
2
-2
/
+12
*
|
Merge GH #880 Add ECDSA timing tests
Jack Lloyd
2017-02-19
5
-1
/
+71
|
\
\
|
*
|
Add ecdsa timing test
Never
2017-02-16
5
-1
/
+71
*
|
|
Merge GH #881 Adjust number of Miller-Rabin iterations in DSA param gen and R...
Jack Lloyd
2017-02-19
2
-3
/
+3
|
\
\
\
|
*
|
|
increase miller-rabin iterations for RSA strong check_key. We call is_prime w...
Never
2017-02-13
1
-1
/
+1
|
*
|
|
increase miller-rabin iterations for dsa primes (FIPS-186-4)
Never
2017-02-13
1
-2
/
+2
|
|
/
/
*
|
|
Merge GH #886 Improve ffi docs
Jack Lloyd
2017-02-19
2
-51
/
+554
|
\
\
\
|
*
|
|
Document hash, rng, mac, pbkdf and kdf in ffi handbook
René Korthaus
2017-02-19
2
-58
/
+244
|
*
|
|
Add all ffi functions and types to ffi.rst
René Korthaus
2017-02-19
1
-19
/
+236
|
*
|
|
Add more docs for ffi
René Korthaus
2017-02-19
2
-4
/
+104
*
|
|
|
Merge GH #883 Fix return code check in OCSP command line util
Jack Lloyd
2017-02-19
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
CLI OCSP: fix expected OK return code
Nuno Goncalves
2017-02-18
1
-1
/
+1
|
/
/
/
*
|
|
Fix botan-test verbose mode
René Korthaus
2017-02-14
2
-2
/
+2
*
|
|
Merge GH #877 Add some example code to TLS handbook [ci skip]
Jack Lloyd
2017-02-13
1
-2
/
+237
|
\
\
\
|
*
|
|
Add minimal example code to tls handbook
René Korthaus
2017-02-13
1
-2
/
+237
|
/
/
/
*
|
|
Merge GH #876 Remove debug print
Jack Lloyd
2017-02-12
1
-4
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Remove std::cout accidentally left from debugging
René Korthaus
2017-02-12
1
-4
/
+0
|
/
/
*
|
Resolve Doxygen error in cpuid.h
Jack Lloyd
2017-02-11
1
-1
/
+2
[next]