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
/
tls
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add comments explaining why its ok to rely on deprecated features here.
Jack Lloyd
2017-10-09
2
-0
/
+8
*
Add a special Compat_Callbacks constructor to silence deprecation warnings.
Jack Lloyd
2017-10-09
3
-7
/
+24
*
Address various GCC warnings
Jack Lloyd
2017-10-06
2
-5
/
+5
*
Avoid empty methods, use =default or add a comment
Jack Lloyd
2017-10-03
3
-3
/
+3
*
Add wrappers for reinterpret_cast between char* and uint8_t*
Jack Lloyd
2017-10-03
3
-8
/
+6
*
Remove redundant parens
Jack Lloyd
2017-10-03
1
-1
/
+1
*
Remove various unused variables
Jack Lloyd
2017-10-02
1
-2
/
+0
*
Make TLS::Blocking_Client non-final
Jack Lloyd
2017-10-02
1
-1
/
+1
*
Make kv in TLS_Text_Policy private, add protected setter
Jack Lloyd
2017-10-02
2
-0
/
+14
*
Use class instead of struct for objects with member functions
Jack Lloyd
2017-09-30
1
-3
/
+4
*
In TLS CBC padding check, only need to verify last 256 bytes
Jack Lloyd
2017-09-29
1
-8
/
+16
*
Add a test of TLS CBC padding verification
Jack Lloyd
2017-09-29
2
-9
/
+12
*
Fixes for MSVC
Jack Lloyd
2017-09-28
1
-2
/
+1
*
Further header cleanups
Jack Lloyd
2017-09-28
2
-0
/
+3
*
More build fixes
Jack Lloyd
2017-09-24
1
-1
/
+2
*
Avoid deprecated warning in tls_blocking.cpp
Jack Lloyd
2017-09-22
1
-0
/
+6
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
18
-25
/
+25
*
De-inline TLS::Text_Policy
Jack Lloyd
2017-09-21
4
-122
/
+302
*
More include header cleanups
Jack Lloyd
2017-09-21
32
-30
/
+19
*
Header file cleanups
Jack Lloyd
2017-09-21
4
-0
/
+4
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
28
-56
/
+56
*
More annotations
Jack Lloyd
2017-09-19
2
-9
/
+9
*
Add API stability annotations.
Jack Lloyd
2017-09-19
20
-35
/
+35
*
Merge GH #872 Add ability for TLS servers to prohibit renegotiation
Jack Lloyd
2017-09-19
3
-2
/
+16
|
\
|
*
Fix logic of renegotiation check
Jack Lloyd
2017-02-20
3
-4
/
+6
|
*
Add TLS::Policy::allow_client_initiated_renegotiation
Jack Lloyd
2017-02-19
3
-2
/
+14
*
|
Use constant_time_compare instead of same_mem
Jack Lloyd
2017-09-16
2
-3
/
+3
*
|
Correct TLS::Policy::latest_supported_version
Jack Lloyd
2017-09-04
1
-2
/
+16
*
|
De-inline accessor functions in Client_Hello type
Jack Lloyd
2017-09-01
2
-93
/
+130
*
|
Don't try enforcing the hash policy for PSK ciphersuites
Jack Lloyd
2017-09-01
1
-1
/
+1
*
|
Enforce signature hash policy properly
Jack Lloyd
2017-08-31
4
-17
/
+61
*
|
More MSVC warnings fixes
Jack Lloyd
2017-08-31
2
-6
/
+6
*
|
Fix various MSVC warnings
Jack Lloyd
2017-08-31
2
-4
/
+7
*
|
Avoid false positive valgrind in TLS CBC decryption
Jack Lloyd
2017-08-29
1
-2
/
+2
*
|
Add support for ECDHE_PSK AEAD ciphersuites
Jack Lloyd
2017-08-22
1
-2
/
+6
*
|
Initialize member var in Certificate_Status_Request
Jack Lloyd
2017-08-03
1
-1
/
+2
*
|
Correct failure when renegotiating with old server
Jack Lloyd
2017-06-04
1
-1
/
+1
*
|
Make it easier to customize Text_Policy when inheriting from it
louiz’
2017-04-27
1
-1
/
+1
*
|
Add some missing function overrides in TLS::Text_Policy
louiz’
2017-04-25
1
-0
/
+12
*
|
Use 3 arg BOTAN_UNUSED in a codepath that is compiled often
Simon Warta
2017-04-17
1
-3
/
+1
*
|
Content:
Tomasz Frydrych
2017-04-03
14
-68
/
+60
*
|
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
4
-4
/
+12
|
/
*
Add static_cast in uint8_t vs enum comparison.
Jack Lloyd
2017-01-28
1
-2
/
+2
*
Merge GH #814 Avoid negotiating CECPQ1 if x25519 ECC is disabled
Jack Lloyd
2017-01-06
1
-0
/
+10
|
\
|
*
Avoid negotiating CECPQ1 if x25519 ECC is disabled
Jack Lloyd
2017-01-05
1
-0
/
+10
*
|
Add tests for certificate status message
Jack Lloyd
2017-01-04
1
-8
/
+8
|
/
*
Increase default TLS DH min to 2048 bits, and add BSI policy class.
Jack Lloyd
2016-12-30
2
-2
/
+56
*
Add CECPQ1 OCB ciphersuites
Jack Lloyd
2016-12-30
1
-1
/
+3
*
Prohibit SHA256/SHA384 ciphersuites in TLS 1.0/1.1 (GH #496)
Jack Lloyd
2016-12-28
1
-3
/
+10
*
Export tls_messages.h as a public header
René Korthaus
2016-12-23
20
-30
/
+43
[next]