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
...
*
Merge GH #2009 Remove const from TLS OCSP callback
Jack Lloyd
2019-06-29
1
-1
/
+4
|
\
|
*
Make the TLS OCSP callback not const.
Jack Lloyd
2019-06-29
1
-1
/
+4
*
|
Merge GH #2008 Handle loss/retransmit of DTLS client hello
Jack Lloyd
2019-06-29
1
-1
/
+1
|
\
\
|
*
|
Handle DTLS client hello being lost
Jack Lloyd
2019-06-29
1
-1
/
+1
|
|
/
*
/
Fix a warning when building under XLC
Jack Lloyd
2019-06-29
1
-1
/
+4
|
/
*
Change XMSS OIDs and feature macro name
Jack Lloyd
2019-06-23
3
-8
/
+10
*
Use qualified-id for XMSS key size check
Matthias Gierlings
2019-06-21
2
-2
/
+2
*
FreeBSD using new mmap flags to protect against possible too wide
David Carlier
2019-06-21
1
-1
/
+5
*
Add support for RFC 8032 Ed25519ph
Jack Lloyd
2019-06-20
4
-15
/
+49
*
Fix conflict when BMI2 is enabled and --single-amalgamation-file
Jack Lloyd
2019-06-19
1
-3
/
+3
*
Fix some LGTM issues
Jack Lloyd
2019-06-19
3
-3
/
+4
*
Add support for HelloVerifyRequest on server side
Jack Lloyd
2019-06-18
9
-10
/
+102
*
Fix allocation. Add more tests.
Jack Lloyd
2019-06-15
1
-1
/
+5
*
Add a compatability shim for libsodium
Jack Lloyd
2019-06-15
12
-5
/
+2635
*
Fix more MSVC warnings
Jack Lloyd
2019-06-14
4
-22
/
+22
*
Resolve some MSVC warnings
Jack Lloyd
2019-06-14
6
-10
/
+10
*
Merge GH #1995 Allow setting max OCSP response age during verification
Jack Lloyd
2019-06-14
2
-22
/
+45
|
\
|
*
add option to specify ocsp max age
Patrick Schmidt
2019-06-14
2
-22
/
+45
*
|
Merge GH #1992 Allow overriding cert verify in TLS::Stream
Jack Lloyd
2019-06-14
2
-34
/
+155
|
\
\
|
|
/
|
/
|
|
*
TLS::Context holds references rather than pointers
Hannes Rantzsch
2019-06-13
2
-47
/
+60
|
*
Update comments as suggested per review
Hannes Rantzsch
2019-06-04
2
-9
/
+14
|
*
Refactor: template meta-programming to reuse the callback signature
René Meusel
2019-06-03
1
-7
/
+16
|
*
Use TLS::Context::verifyCallback as tls_verify_cert_chain callback
Hannes Rantzsch
2019-06-03
1
-22
/
+62
|
*
allow setting a verify_callback in TLS::Context
Hannes Rantzsch
2019-06-03
1
-7
/
+61
*
|
Officially deprecate headers
Jack Lloyd
2019-06-07
28
-686
/
+597
*
|
Merge GH #1979 Fix PKCS11 buffer output sizing
Jack Lloyd
2019-06-05
1
-10
/
+30
|
\
\
|
|
/
|
/
|
|
*
Fix PKCS#11 C_SignFinal output size.
Daniel Wyatt
2019-05-27
1
-1
/
+6
|
*
Fix PKCS#11 C_Sign output size.
Daniel Wyatt
2019-05-27
1
-2
/
+7
|
*
Fix PKCS#11 C_Encrypt output size.
Daniel Wyatt
2019-05-27
1
-2
/
+7
|
*
Fix PKCS#11 C_Decrypt buffer output size.
Daniel Wyatt
2019-05-26
1
-5
/
+10
*
|
Add Bcrypt-PBKDF
Jack Lloyd
2019-05-31
6
-4
/
+288
*
|
Merge rest of GH #1987 Argon2 improvements
Jack Lloyd
2019-05-30
2
-35
/
+41
|
\
\
|
*
|
Argon2: minor optimizations, add tests of CLI, tweak tuning
Jack Lloyd
2019-05-30
2
-33
/
+38
|
*
|
Improve test coverage. Fix Argon2 default params
Jack Lloyd
2019-05-29
1
-2
/
+2
|
*
|
Add missing include
Jack Lloyd
2019-05-29
1
-0
/
+1
*
|
|
Merge GH #1987 Argon2 improvements
Jack Lloyd
2019-05-30
4
-2
/
+371
|
\
|
|
|
*
|
Argon2: PasswordHash, documentation, hash formatting
Jack Lloyd
2019-05-29
4
-2
/
+371
*
|
|
Revert part of #1744 making Exception constructors protected
Jack Lloyd
2019-05-30
1
-1
/
+11
*
|
|
Document that FFI destroy operations can fail
Jack Lloyd
2019-05-29
1
-3
/
+37
*
|
|
Verify ffi object is not null before dereferencing it
Jack Lloyd
2019-05-28
1
-1
/
+5
*
|
|
Merge GH #1986 Fix compat with SoftHSM 2.5.0
Jack Lloyd
2019-05-28
1
-1
/
+1
|
\
\
\
|
*
|
|
SoftHSM 2.5.0 compatibility
Daniel Neus
2019-05-28
1
-1
/
+1
|
|
/
/
*
/
/
Correct documentation for botan_rng_init
Jack Lloyd
2019-05-28
1
-2
/
+5
|
/
/
*
|
Merge GH #1974 Add ability to set max allowed age for an OCSP response
Jack Lloyd
2019-05-28
6
-14
/
+29
|
\
\
|
*
|
add 'OCSP_IS_TOO_OLD' to Botan::to_string()
René Meusel
2019-05-28
1
-0
/
+2
|
*
|
add optional max_age for ocsp checks
Patrick Schmidt
2019-05-27
5
-14
/
+27
*
|
|
Merge GH #1982 Ask for updated cert status during a TLS resumption
Jack Lloyd
2019-05-28
1
-0
/
+3
|
\
\
\
|
*
|
|
Ask for certificate status even on a resumption attempt
Jack Lloyd
2019-05-28
1
-0
/
+3
|
|
|
/
|
|
/
|
*
|
|
Fix problem in TLS message parsing tests
Jack Lloyd
2019-05-27
1
-2
/
+2
*
|
|
Add Argon2
Jack Lloyd
2019-05-27
4
-5
/
+469
|
/
/
[prev]
[next]