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
*
Silence MSVC warnings
Jack Lloyd
2018-12-04
1
-2
/
+4
*
Fix bug in TLS CBC unpadding
Jack Lloyd
2018-12-03
1
-1
/
+1
*
Add CT::Mask type
Jack Lloyd
2018-11-28
1
-10
/
+10
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
10
-19
/
+28
*
Fix TLS version intolerance bug
Jack Lloyd
2018-10-17
1
-10
/
+10
*
Fix TLS signature algorithm intolerance
Jack Lloyd
2018-10-16
3
-17
/
+23
*
move instead of copy
rumcajs
2018-10-14
1
-2
/
+2
*
Fix more MSVC warnings
Jack Lloyd
2018-10-01
1
-2
/
+2
*
Remove unneeded load_on auto
Jack Lloyd
2018-09-04
1
-2
/
+0
*
Default disable support for TLS v1.0/v1.1 and all CBC and CCM suites
Jack Lloyd
2018-08-22
1
-6
/
+6
*
Accept PKCS1v15 as an alias for EMSA3
Jack Lloyd
2018-08-02
1
-2
/
+2
*
Correct Doxygen errors
Jack Lloyd
2018-07-02
1
-2
/
+2
*
TLS would try to negotiate x25519 even if disabled
Jack Lloyd
2018-06-15
1
-2
/
+6
*
Add 192-bit Suite B policy
Jack Lloyd
2018-06-14
1
-0
/
+36
*
Add message to BOTAN_ARG_CHECK and use it more widely
Jack Lloyd
2018-05-13
1
-0
/
+1
*
Slight refactoring to avoid GCC signed overflow warnings. [ci skip]
Jack Lloyd
2018-05-08
1
-4
/
+4
*
Fix some warnings new in GCC 8.1
Jack Lloyd
2018-05-07
6
-43
/
+49
*
Use bad_record_mac instead of decode_error for short TLS packets
Jack Lloyd
2018-04-16
1
-1
/
+8
*
Fix bug that broke session decryption (and thus resumption)
Jack Lloyd
2018-04-09
1
-1
/
+1
*
Fix off by one when decoding TLS-CBC ciphertexts
Jack Lloyd
2018-04-09
3
-27
/
+30
*
Fix interop bug in TLS server
Jack Lloyd
2018-04-08
3
-0
/
+33
*
Add RAII versions of get_cipher_mode and get_aead
Jack Lloyd
2018-04-07
2
-4
/
+3
*
Export TLS::Extension
Jack Lloyd
2018-03-31
1
-1
/
+1
*
Catch exceptions by reference not value
Jack Lloyd
2018-03-16
1
-1
/
+1
*
Avoid std::bind in Channel::received_data
Jack Lloyd
2018-03-05
1
-2
/
+1
*
Add missing overrides [ci skip]
Jack Lloyd
2018-02-19
1
-1
/
+1
*
Fix server use of EC point format extension
Jack Lloyd
2018-02-13
1
-1
/
+1
*
Remove house curve support
Jack Lloyd
2018-02-13
2
-9
/
+0
*
Add a test of TLS handshake with custom curve (secp112r1 in this case)
Jack Lloyd
2018-02-13
1
-4
/
+21
*
Add callback for decoding TLS group params
Jack Lloyd
2018-02-13
4
-3
/
+20
*
Remove cruft
Jack Lloyd
2018-02-13
4
-114
/
+16
*
Use enums for TLS key exchange group params
Jack Lloyd
2018-02-13
12
-224
/
+246
*
Use shared representation of EC_Group
Jack Lloyd
2018-01-31
1
-1
/
+1
*
Move generic TLS tests to test_tls.cpp
Jack Lloyd
2018-01-28
2
-5
/
+7
*
Reorder signature scheme list
Jack Lloyd
2018-01-28
1
-12
/
+20
*
Use enums to represent TLS signature and kex algorithms.
Jack Lloyd
2018-01-28
22
-716
/
+1144
*
Avoid resuming a session if policy doesn't allow it
Jack Lloyd
2018-01-28
2
-3
/
+4
*
For TLS client auth add callback giving list of trusted CA names
Jack Lloyd
2018-01-27
4
-5
/
+40
*
Fix a few warnings
Jack Lloyd
2018-01-27
1
-2
/
+2
*
Make it possible to test custom extensions
Jack Lloyd
2018-01-27
3
-13
/
+59
*
Add an examine callback also
Jack Lloyd
2018-01-27
7
-11
/
+45
*
Add ability for application to control which TLS extensions are used
Jack Lloyd
2018-01-27
9
-1
/
+56
*
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
[next]