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
*
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
*
Fix off by one for SM2 ciphertext length
Jack Lloyd
2018-08-10
1
-1
/
+1
*
Add functions to get size of PK ciphertext,plaintext
Jack Lloyd
2018-08-10
12
-53
/
+165
*
Add PK_Signer::signature_length
Jack Lloyd
2018-08-10
15
-2
/
+69
*
Combine SM2 key types for signatures and encryption
Jack Lloyd
2018-08-01
6
-157
/
+71
*
Add Lucas test from FIPS 186-4
Jack Lloyd
2018-07-31
1
-24
/
+3
*
Ensure values are fully reduced during ECDSA signature
Jack Lloyd
2018-07-30
1
-3
/
+3
*
Use Alloc templates instead of overriding for specific vector types
Jack Lloyd
2018-07-24
1
-16
/
+16
*
Fix bad assert in Goppa decoding
Jack Lloyd
2018-07-24
1
-3
/
+4
*
Require SM2 ciphertexts be DER encoded
Jack Lloyd
2018-07-24
1
-2
/
+18
*
In ECC private key encoding, include the optional public key field
Jack Lloyd
2018-07-23
1
-2
/
+4
*
Make use of AlgorithmIdentifier::USE_EMPTY_PARAM
Jack Lloyd
2018-07-10
3
-9
/
+3
*
Correct Doxygen errors
Jack Lloyd
2018-07-02
1
-3
/
+2
*
Fix Coverity false positive
Jack Lloyd
2018-06-29
1
-0
/
+2
*
Fix some -Wshadow warnings
Jack Lloyd
2018-06-29
1
-4
/
+4
*
Move reduction mod q to DL_Group
Jack Lloyd
2018-06-28
3
-26
/
+107
*
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
*
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
1
-7
/
+5
*
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
1
-2
/
+37
*
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
[next]