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
*
Remove vestigial support for TLS compression
Jack Lloyd
2018-01-21
11
-118
/
+60
*
Avoid saving a resumed session multiple times
Jack Lloyd
2017-12-07
1
-1
/
+3
*
Handle #1303 on the server side
Jack Lloyd
2017-12-07
1
-1
/
+13
*
On resuming a client session, save the certificates that were used.
Jack Lloyd
2017-12-07
3
-3
/
+17
*
Fix formatting in TLS server code [ci skip]
Jack Lloyd
2017-12-07
1
-193
/
+179
*
Add copyright statements to files modified in the preceding 2 commits
Harry Reimann
2017-12-04
13
-0
/
+13
*
Move TLS signature and key exchange code into callbacks
Harry Reimann
2017-12-04
7
-96
/
+237
*
Make support for certificate status messages optional via policy
Harry Reimann
2017-12-04
6
-10
/
+40
*
Merge GH #1316 Various TLS fixes
Jack Lloyd
2017-11-28
4
-9
/
+24
|
\
|
*
Add an explicit catch for a server trying to negotiate SSLv3
Jack Lloyd
2017-11-28
1
-1
/
+7
|
*
Correct version selection logic in TLS server
Jack Lloyd
2017-11-28
1
-0
/
+5
|
*
Tighten up checks on signature key exchange message
Jack Lloyd
2017-11-28
1
-1
/
+1
|
*
Return correct alert type on malformed DH/ECDH messages.
Jack Lloyd
2017-11-28
1
-7
/
+11
*
|
Run TLS hello random fields through SHA-256
Jack Lloyd
2017-11-28
1
-1
/
+7
|
/
*
Throw a Decoding_Error if TLS AEAD packet is shorter than the tag.
Jack Lloyd
2017-11-26
1
-0
/
+3
*
Fix errors caught with tlsfuzzer
Jack Lloyd
2017-11-26
3
-10
/
+5
*
Add <functional> include to TLS headers which use std::function
Jack Lloyd
2017-11-14
2
-0
/
+2
*
Remove final on TLS policy objects (GH #1292)
Jack Lloyd
2017-11-13
1
-4
/
+4
*
Add support for ARIA GCM ciphersuites
Jack Lloyd
2017-11-03
2
-1
/
+19
*
Avoid saving a session to SQL database with empty hostname
Jack Lloyd
2017-11-02
1
-0
/
+3
*
Merge GH #1275 Avoid needless throw/catch during TLS handshake
Jack Lloyd
2017-10-26
1
-1
/
+2
|
\
|
*
Added missing include.
Frank Schoenmann
2017-10-25
1
-0
/
+1
|
*
Perform OIDS lookup before to prevent a guaranteed exception in EC_Group.
Frank Schoenmann
2017-10-25
1
-1
/
+1
*
|
Avoid sending OCSP status request on resumption client hello
Jack Lloyd
2017-10-25
1
-2
/
+0
|
/
*
Convert http:// links to https:// where possible
Jack Lloyd
2017-10-24
1
-1
/
+1
*
Merge GH #1263 Support FFDHE negotiation in TLS
Jack Lloyd
2017-10-22
9
-28
/
+206
|
\
|
*
Remove check for negotiated DH group in TLS client
René Korthaus
2017-10-20
1
-29
/
+0
|
*
Fall back to default group if client does not send any DH groups
René Korthaus
2017-10-20
2
-2
/
+19
|
*
Add allowed values for allowed groups
René Korthaus
2017-10-18
1
-3
/
+13
|
*
Add supported groups TLS extension (RFC 7919)
René Korthaus
2017-10-17
10
-27
/
+207
*
|
Remove redundant check
Jack Lloyd
2017-10-20
1
-3
/
+0
*
|
Use base CBC modes to implement TLS CBC ciphersuites
Jack Lloyd
2017-10-19
3
-49
/
+36
|
/
*
Additional final annotations
Jack Lloyd
2017-10-15
1
-2
/
+2
*
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
[next]