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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle another possible OpenSSL error only seen on non-x86_64
Jack Lloyd
2018-07-17
1
-7
/
+16
*
Update password hashing default settings
Jack Lloyd
2018-07-13
3
-3
/
+5
*
Remove RC2 related OIDs
Jack Lloyd
2018-07-13
1
-5
/
+1
*
Bump the FFI version
Jack Lloyd
2018-07-13
2
-2
/
+6
*
Correct a comment in Camellia code, and align the 256 byte table
Jack Lloyd
2018-07-13
1
-1
/
+3
*
Unroll SM4 encryption/decryption by 2
Jack Lloyd
2018-07-13
1
-23
/
+105
*
Add FPE1 to C API
Jack Lloyd
2018-07-13
3
-1
/
+114
*
Make use of AlgorithmIdentifier::USE_EMPTY_PARAM
Jack Lloyd
2018-07-10
3
-9
/
+3
*
Fix ARMv7 build
Jack Lloyd
2018-07-09
1
-0
/
+3
*
Add support for ARMv8 SM4 instructions
Jack Lloyd
2018-07-09
7
-5
/
+291
*
Prefetch AES tables during the key schedule
Jack Lloyd
2018-07-06
1
-8
/
+27
*
Document new flag for setting bcrypt version [ci skip]
Jack Lloyd
2018-07-05
1
-1
/
+1
*
Small post-merge fixups of #1621
Jack Lloyd
2018-07-04
3
-20
/
+20
*
Merge GH #1621 Add PKCS#1 RSA load/store funcs to FFI
Jack Lloyd
2018-07-04
2
-0
/
+57
|
\
|
*
Add RSA PKCS#1 key load and export functions to ffi
René Korthaus
2018-07-04
2
-0
/
+57
*
|
Add a couple of OIDs commonly seen in certificates
Jack Lloyd
2018-07-04
1
-1
/
+5
|
/
*
Correct Doxygen errors
Jack Lloyd
2018-07-02
3
-6
/
+5
*
Add OID for ChaCha20Poly1305
Jack Lloyd
2018-07-01
1
-1
/
+3
*
Rename Threefish-512 AVX2 file
Jack Lloyd
2018-06-30
1
-0
/
+0
*
Support bcrypt 2b and 2y
Jack Lloyd
2018-06-29
2
-12
/
+36
*
Fix handling of SHA instructions in tests
Jack Lloyd
2018-06-29
1
-0
/
+2
*
Check arguments to BigInt::random_integer
Jack Lloyd
2018-06-29
2
-2
/
+5
*
Fix Coverity false positive
Jack Lloyd
2018-06-29
1
-0
/
+2
*
Fix some -Wshadow warnings
Jack Lloyd
2018-06-29
2
-6
/
+5
*
Move reduction mod q to DL_Group
Jack Lloyd
2018-06-28
4
-31
/
+118
*
Expose reduction mod p in CurveGFp
Jack Lloyd
2018-06-28
3
-16
/
+28
*
Correct computing of discriminant in EC_Group::verify_group
Jack Lloyd
2018-06-27
1
-16
/
+34
*
Prohibit empty nonces with GCM
Jack Lloyd
2018-06-27
2
-3
/
+9
*
Avoid useless multiplication in Montgomery exponentiation
Jack Lloyd
2018-06-26
3
-22
/
+39
*
Add a warning about win32 stats making antivirus unhappy [ci skip]
Jack Lloyd
2018-06-25
1
-0
/
+4
*
Fix error in 1024-bit polynomial double
Jack Lloyd
2018-06-25
1
-2
/
+2
*
Use ASCII specific function calls for Windows API calls
Jack Lloyd
2018-06-25
1
-3
/
+3
*
Document preconditions of BigInt::mod_add/mod_sub
Jack Lloyd
2018-06-23
1
-0
/
+2
*
Minor optimization for Montgomery exponentiation
Jack Lloyd
2018-06-23
3
-17
/
+26
*
Some fiddling with RSA private operation
Jack Lloyd
2018-06-22
1
-18
/
+29
*
Remove outdated comment [ci skip]
Jack Lloyd
2018-06-21
1
-2
/
+0
*
Avoid needless alloc and copy
Jack Lloyd
2018-06-21
2
-7
/
+11
*
Fix a header comment and inline PointGFp::add/add_affine
Jack Lloyd
2018-06-21
2
-26
/
+23
*
Attempt to verify decoded ECC groups are using prime fields
Jack Lloyd
2018-06-20
2
-5
/
+57
*
Avoid an unncecessary malloc
Jack Lloyd
2018-06-20
1
-1
/
+1
*
Use masked table lookups for variable point scalar mult
Jack Lloyd
2018-06-20
1
-10
/
+30
*
Changes to allow masked lookups for variable point mult
Jack Lloyd
2018-06-20
8
-146
/
+174
*
Remove build time toggle for ECC coordinate masking
Jack Lloyd
2018-06-20
2
-16
/
+16
*
Perform ECC mult starting from top bit of the exponent
Jack Lloyd
2018-06-20
1
-17
/
+16
*
Avoid a small timing channel in Barrett reduction
Jack Lloyd
2018-06-20
1
-8
/
+12
*
Ensure that trying to add points from different groups fails.
Jack Lloyd
2018-06-19
2
-13
/
+19
*
Use masked table lookup in ECC base point multiplication
Jack Lloyd
2018-06-19
2
-9
/
+42
*
Avoid a special case in Barrett reduction for x < mod
Jack Lloyd
2018-06-18
1
-8
/
+3
*
Avoid unnecessary realloc in BigInt::mod_sub
Jack Lloyd
2018-06-17
1
-2
/
+7
*
Add some todo comments wrt side channels in ECC scalar mult
Jack Lloyd
2018-06-17
1
-0
/
+5
[next]