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
*
Some cleanups in McEliece keygen
Jack Lloyd
2019-01-03
1
-15
/
+17
*
Add cast for MSVC
Jack Lloyd
2019-01-03
1
-1
/
+4
*
Add VC 2019 preview build
Jack Lloyd
2019-01-02
1
-0
/
+1
*
Avoid const-time modulo in DSA verification
Jack Lloyd
2018-12-29
1
-1
/
+11
*
Fix Barrett reduction input bound
Jack Lloyd
2018-12-26
1
-8
/
+18
*
Always use const-time modulo during DSA signing
Jack Lloyd
2018-12-24
1
-1
/
+2
*
Address a side channel in RSA and SM2
Jack Lloyd
2018-12-24
2
-8
/
+4
*
Avoid using unblinded Montgomery ladder during ECC key generation
Jack Lloyd
2018-12-18
2
-11
/
+32
*
In PointGFp addition, prevent all_zeros from being shortcircuited
Jack Lloyd
2018-12-14
1
-4
/
+7
*
Simplify the const time lookup in ECC scalar mul
Jack Lloyd
2018-12-14
1
-12
/
+9
*
Use a 3-bit comb for ECC base point multiply
Jack Lloyd
2018-12-13
2
-19
/
+36
*
Some cleanups in x25519
Jack Lloyd
2018-12-10
1
-53
/
+43
*
Work around a problem when built with OpenSSL
Jack Lloyd
2018-12-10
1
-5
/
+1
*
Support recovering ECDSA public key from message/signature pair
Jack Lloyd
2018-12-10
2
-0
/
+107
*
Avoid doing a variable time division during Montgomery setup
Jack Lloyd
2018-12-09
1
-9
/
+14
*
In ECDSA cache the RFC6979 object
Jack Lloyd
2018-12-06
1
-3
/
+3
*
Do swaps in PointGFp instead of copies
Jack Lloyd
2018-12-05
1
-13
/
+12
*
Silence MSVC warnings
Jack Lloyd
2018-12-04
7
-108
/
+108
*
Use ct_modulo during RSA key generation
Jack Lloyd
2018-12-03
1
-6
/
+7
*
No need to check x when checking if a point is at infinity
Jack Lloyd
2018-12-01
1
-2
/
+1
*
Add BigInt::mod_mul
Jack Lloyd
2018-12-01
3
-27
/
+10
*
Fix debug asserts, and add it to CI
Jack Lloyd
2018-11-29
1
-2
/
+2
*
Add CT::Mask type
Jack Lloyd
2018-11-28
4
-22
/
+21
*
Make more BigInt functions const-time
Jack Lloyd
2018-11-26
1
-0
/
+1
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
8
-24
/
+28
*
Avoid calling memset, memcpy within library code
Jack Lloyd
2018-11-17
2
-6
/
+6
*
Avoid an implausible integer overflow flagged by Coverity [ci skip]
Jack Lloyd
2018-11-10
1
-1
/
+6
*
Add some missing includes
Jack Lloyd
2018-11-08
3
-0
/
+4
*
Compile fix
Jack Lloyd
2018-11-07
1
-0
/
+1
*
Avoid using std::invalid_argument
Jack Lloyd
2018-11-07
1
-2
/
+2
*
Fix compilation problem when scrypt is disabled
Jack Lloyd
2018-10-29
1
-0
/
+1
*
Remove support for Visual C++ 2013
Jack Lloyd
2018-10-01
2
-3
/
+1
*
Fix more MSVC warnings
Jack Lloyd
2018-10-01
2
-22
/
+22
*
Fix some MSVC warnings
Jack Lloyd
2018-09-30
1
-4
/
+4
*
Spell check the documentation
Jack Lloyd
2018-09-28
1
-7
/
+7
*
Merge GH #1670 New password hashing interface
Jack Lloyd
2018-09-13
1
-20
/
+44
|
\
|
*
Remove redundant operation
Jack Lloyd
2018-09-10
1
-4
/
+0
|
*
Add from_iterations
Jack Lloyd
2018-09-10
1
-9
/
+4
|
*
Convert Scrypt
Jack Lloyd
2018-09-10
1
-20
/
+53
*
|
Add FFI functions for creating and getting X25519 data
Jack Lloyd
2018-09-10
2
-0
/
+4
|
/
*
Support SM2 raw signatures
Jack Lloyd
2018-09-09
1
-57
/
+101
*
Remove unneeded load_on auto
Jack Lloyd
2018-09-04
1
-2
/
+0
*
Merge GH #1659 Report correct size for XMSS signatures
Jack Lloyd
2018-08-24
1
-2
/
+4
|
\
|
*
Implements correct XMSS signature size calculation
Matthias Gierlings
2018-08-24
1
-2
/
+4
*
|
Allow SIV for PBES2 private key encryption
Jack Lloyd
2018-08-23
1
-2
/
+7
|
/
*
Add PBES2 as alias for PBE-PKCS5v20
Jack Lloyd
2018-08-23
1
-1
/
+3
*
Simplify exception messages
Jack Lloyd
2018-08-22
2
-4
/
+4
*
Fix some Doxygen warnings
Jack Lloyd
2018-08-15
1
-1
/
+0
*
Add missing override annotations [ci skip]
Jack Lloyd
2018-08-13
2
-2
/
+2
*
Add function to return the size of a key agreement output
Jack Lloyd
2018-08-12
7
-7
/
+29
[next]