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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge GH #2717 Have get_byte take a compile time index
Jack Lloyd
2021-04-17
39
-338
/
+361
|
\
|
*
Make get_byte take a compile-time constant index
Jack Lloyd
2021-04-16
39
-338
/
+361
*
|
Merge GH #2716 Ensure all Python logging uses lazy eval
Jack Lloyd
2021-04-17
4
-49
/
+50
|
\
\
|
*
|
Avoid non-lazy Python logging invocations
Jack Lloyd
2021-04-16
4
-49
/
+50
|
|
/
*
/
Remove MDx_HashFunction::write_count
Jack Lloyd
2021-04-15
2
-20
/
+6
|
/
*
Officially deprecate argon2() and argon2.h
Jack Lloyd
2021-04-15
1
-1
/
+2
*
Avoid using the bare argon2() function
Jack Lloyd
2021-04-15
3
-26
/
+40
*
Make argon2() just an inline using PasswordHash API
Jack Lloyd
2021-04-15
3
-27
/
+52
*
Use auto for timers in the speed util
Jack Lloyd
2021-04-15
1
-71
/
+71
*
Deprecate pgp_s2k.h
Jack Lloyd
2021-04-15
1
-1
/
+1
*
Add a hint to help output for pk_workfactor [ci skip]
Jack Lloyd
2021-04-15
1
-1
/
+1
*
Merge GH #2709 Avoid using deprecated PBKDF interface within the library
Jack Lloyd
2021-04-08
4
-45
/
+58
|
\
|
*
Remove unused variable
Jack Lloyd
2021-04-08
1
-1
/
+0
|
*
Avoid now-deprecated PBKDF interface within the library
Jack Lloyd
2021-04-08
4
-44
/
+58
*
|
Merge GH #2708 Avoid raw pointers in TLS
Jack Lloyd
2021-04-08
10
-37
/
+39
|
\
\
|
*
|
Avoid raw pointers in TLS
Jack Lloyd
2021-04-08
10
-37
/
+39
|
|
/
*
/
Add derive_key variant supporting AD and secret key
Jack Lloyd
2021-04-08
5
-35
/
+71
|
/
*
Merge GH #2705 Split PBKDF headers
Jack Lloyd
2021-04-08
12
-105
/
+175
|
\
|
*
Add missing included needed on Clang
Jack Lloyd
2021-04-07
1
-0
/
+1
|
*
Update the password hashing docs
Jack Lloyd
2021-04-07
1
-1
/
+1
|
*
Move Argon2 formatting to argon2fmt module
Jack Lloyd
2021-04-07
6
-21
/
+58
|
*
Move RFC 4880 encoding to rfc4880.h
Jack Lloyd
2021-04-07
5
-83
/
+115
*
|
Merge GH #2704 Add PBKDF::new_object replacing clone
Jack Lloyd
2021-04-08
4
-6
/
+14
|
\
\
|
*
|
Add PBKDF2::new_object
Jack Lloyd
2021-04-07
4
-6
/
+14
|
|
/
*
|
Fix CommonCrypto decl
Jack Lloyd
2021-04-07
1
-1
/
+1
*
|
Avoid clone in xmss_hash
Jack Lloyd
2021-04-07
1
-1
/
+1
*
|
Avoid clone in XTS
Jack Lloyd
2021-04-07
1
-1
/
+1
*
|
Avoid raw pointers in Cipher_Mode
Jack Lloyd
2021-04-07
12
-42
/
+56
*
|
Avoid raw pointers in AEAD code
Jack Lloyd
2021-04-06
12
-53
/
+58
|
/
*
Use make_unique in filter tests
Jack Lloyd
2021-04-06
1
-12
/
+11
*
Add a function for creating an ECC key with arbitrary group
Jack Lloyd
2021-04-06
2
-30
/
+51
*
Fix EMSA_X931 use-after-move
Jack Lloyd
2021-04-06
1
-2
/
+2
*
Avoid releasing unique_ptr in Parallel hash
Jack Lloyd
2021-04-06
1
-3
/
+3
*
Modify EMSA code to avoid raw pointers as args
Jack Lloyd
2021-04-06
11
-43
/
+56
*
More make_unique
Jack Lloyd
2021-04-05
2
-4
/
+4
*
KDF::create
Jack Lloyd
2021-04-05
9
-28
/
+26
*
Remove raw new in socket code
Jack Lloyd
2021-04-05
2
-4
/
+4
*
EME
Jack Lloyd
2021-04-05
3
-13
/
+15
*
ECDSA public key recovery: improve validation of r/s/v
Jack Lloyd
2021-04-05
1
-3
/
+8
*
Merge GH #2697 More removal of raw pointers
Jack Lloyd
2021-04-05
40
-134
/
+143
|
\
|
*
More raw pointer removal
Jack Lloyd
2021-04-05
40
-134
/
+143
*
|
Remove obsolete comment
Jack Lloyd
2021-04-05
1
-13
/
+0
|
/
*
Fix clang warning re missed copy elision
Jack Lloyd
2021-04-04
1
-1
/
+1
*
Avoid raw pointers in the FFI internals
Jack Lloyd
2021-04-04
14
-60
/
+81
*
More use of make_unique in the tests
Jack Lloyd
2021-04-04
18
-72
/
+50
*
Merge GH #2695 Add logic to help debug sporadic PKCS11 RSA CI failure
Jack Lloyd
2021-04-04
1
-4
/
+22
|
\
|
*
Split the try/catch for encrypt and decrypt
Jack Lloyd
2021-04-04
1
-5
/
+16
|
*
Add some extra logic to try to figure out PKCS11 RSA test failures
Jack Lloyd
2021-04-04
1
-5
/
+12
*
|
Merge GH #2694 Avoid returning raw pointers from mode padding code
Jack Lloyd
2021-04-04
4
-14
/
+15
|
\
\
|
*
|
Avoid returning raw pointers in mode padding impl
Jack Lloyd
2021-04-04
4
-14
/
+15
|
|
/
[next]