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
*
Optimize inverse_mod
Jack Lloyd
2020-03-06
3
-95
/
+95
*
Reorder report from TLS HTTP test server cli
Jack Lloyd
2020-03-04
1
-1
/
+1
*
Merge GH #2293 Fix DER encoded ECDSA signatures with PKCS11
Jack Lloyd
2020-03-04
2
-9
/
+37
|
\
|
*
Add missing overloads to PKCS11_ECDSA_PrivateKey
René Korthaus
2020-03-04
2
-9
/
+37
|
/
*
Merge GH #2278 Support raw block ciphers from CommonCrypto
Jack Lloyd
2020-03-03
3
-8
/
+17
|
\
|
*
CommonCrypto: improve name parsing for block cipher
Richard Huveneers
2020-02-18
3
-8
/
+17
*
|
Merge GH #2289 Avoid inlining the deprecated modular inverse functions
Jack Lloyd
2020-03-03
3
-13
/
+21
|
\
\
|
*
|
Avoid inlining the deprecated modular inverse functions
Jack Lloyd
2020-03-02
3
-13
/
+21
*
|
|
Fuzzer improvements
Jack Lloyd
2020-03-03
2
-19
/
+23
*
|
|
Fix SHACAL2 AVX2 inlining
Jack Lloyd
2020-03-03
2
-13
/
+22
*
|
|
Update expiration of git signing PGP key
Jack Lloyd
2020-03-03
1
-26
/
+33
*
|
|
Fix formatting
Jack Lloyd
2020-03-03
1
-1
/
+1
|
/
/
*
|
Update news
Jack Lloyd
2020-03-02
1
-8
/
+10
*
|
Merge GH #2288 Avoid using symlink on Windows even when cross compiling
Jack Lloyd
2020-03-02
1
-13
/
+21
|
\
\
|
*
|
Avoid using symlink on Windows even when cross compiling
Jack Lloyd
2020-03-02
1
-13
/
+21
|
/
/
*
|
Update news
Jack Lloyd
2020-03-01
1
-0
/
+22
*
|
Merge GH #2287 Remove use of BEEA for modular inversion computations
Jack Lloyd
2020-03-01
11
-393
/
+490
|
\
\
|
*
|
Clarify const-time guarantees of inverse_mod function [ci skip]
Jack Lloyd
2020-03-01
1
-2
/
+5
|
*
|
Remove use of Binary Extended Euclidean Algorithm for inversion
Jack Lloyd
2020-03-01
11
-393
/
+487
|
/
/
*
|
Remove unused member variable
Jack Lloyd
2020-03-01
2
-3
/
+1
*
|
Fix shadow warnings from GCC
Jack Lloyd
2020-03-01
1
-2
/
+2
*
|
Merge GH #2280 Add support for CryptoAPI certstore on MinGW
Jack Lloyd
2020-02-22
5
-2
/
+17
|
\
\
|
*
|
Disable certstore system test on Wine (cross-mingw64 target) - fixes CI
PGP
2020-02-22
1
-0
/
+4
|
*
|
Conditionally disable test case (feature macro: BOTAN_HAS_CERTSTOR_WINDOWS)
pgp
2020-02-21
1
-0
/
+7
|
*
|
Use WINCRYPT_UNUSED_PARAM instead of NULL in CertFindCertificateInStore as well
pgp
2020-02-21
1
-1
/
+1
|
*
|
Avoid mingw warning in case of NULL as unused argument to win32 API that acce...
pgp
2020-02-21
1
-1
/
+3
|
*
|
Enable certstore_system_windows also for mingw configuration
PGP
2020-02-20
2
-0
/
+2
|
/
/
*
|
Correct comment [ci skip]
Jack Lloyd
2020-02-20
1
-1
/
+1
*
|
Merge GH #2279 Avoid a crash in system_rng test on macOS 10.5
Jack Lloyd
2020-02-19
1
-1
/
+5
|
\
\
|
*
|
Fix a crash in System_RNG on macOS 10.15
Jack Lloyd
2020-02-19
1
-1
/
+5
|
/
/
*
|
Move Clang 8 build down in the Travis list
Jack Lloyd
2020-02-18
1
-8
/
+8
*
|
In X509 DN fuzzer allow the names to be different lengths
Jack Lloyd
2020-02-18
1
-8
/
+3
*
|
Merge GH #2277 Avoid double free in PKCS8::load_key under Clang 8
Jack Lloyd
2020-02-18
4
-2
/
+135
|
\
\
|
|
/
|
/
|
|
*
use bind rather than a lambda
Hannes Rantzsch
2020-02-18
1
-2
/
+6
|
*
travis: run tests on Ubuntu with Clang 8
Hannes Rantzsch
2020-02-18
2
-0
/
+12
|
*
test case to reproduce the bug
Hannes Rantzsch
2020-02-18
1
-0
/
+117
*
|
Merge GH #2272 Fix header inclusion for CommonCrypto code
Jack Lloyd
2020-02-15
6
-14
/
+11
|
\
\
|
*
|
Fix
Jack Lloyd
2020-02-15
1
-0
/
+1
|
*
|
Fix inclusion of headers for commoncrypto module
Jack Lloyd
2020-02-15
5
-14
/
+10
*
|
|
Merge GH #2270 Small cleanups
Jack Lloyd
2020-02-15
3
-7
/
+13
|
\
\
\
|
*
|
|
Fix export
Jack Lloyd
2020-02-15
1
-1
/
+1
|
*
|
|
Small cleanups
Jack Lloyd
2020-02-14
3
-6
/
+12
|
|
/
/
*
/
/
Delay Botan 3.x until next year [ci skip]
Jack Lloyd
2020-02-14
2
-8
/
+9
|
/
/
*
|
Merge GH #2269 Documentation update
Jack Lloyd
2020-02-14
1
-2
/
+4
|
\
\
|
*
|
Change default values according to tls_policy.cpp
nametoolong
2020-02-14
1
-2
/
+4
|
/
/
*
|
Mention X509_Certificate PEM_encode and BER_encode in docs
Jack Lloyd
2020-02-13
1
-0
/
+8
*
|
Avoid using BOTAN_ISA_FUNC on rdrand function unless needed
Jack Lloyd
2020-02-13
1
-0
/
+2
*
|
Remove debug printf
Jack Lloyd
2020-02-11
1
-1
/
+0
*
|
Fix some maintainer mode warnings
Jack Lloyd
2020-02-11
7
-21
/
+30
*
|
More todos
Jack Lloyd
2020-02-11
1
-0
/
+1
[next]