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
/
tls_policy.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow disabling TLS 1.0/1.1 and DTLS 1.0 at build time
Jack Lloyd
2019-11-10
1
-11
/
+22
*
Fix DTLS reconnection
Jack Lloyd
2019-07-13
1
-0
/
+1
*
Fix various issues in TLS found using BoGo
Jack Lloyd
2019-05-20
1
-18
/
+20
*
Remove trailing whitespace
Jack Lloyd
2019-01-13
1
-2
/
+2
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
1
-1
/
+1
*
Default disable support for TLS v1.0/v1.1 and all CBC and CCM suites
Jack Lloyd
2018-08-22
1
-6
/
+6
*
TLS would try to negotiate x25519 even if disabled
Jack Lloyd
2018-06-15
1
-2
/
+6
*
Use enums for TLS key exchange group params
Jack Lloyd
2018-02-13
1
-75
/
+57
*
Use enums to represent TLS signature and kex algorithms.
Jack Lloyd
2018-01-28
1
-6
/
+28
*
Avoid resuming a session if policy doesn't allow it
Jack Lloyd
2018-01-28
1
-2
/
+3
*
Remove vestigial support for TLS compression
Jack Lloyd
2018-01-21
1
-8
/
+0
*
Add copyright statements to files modified in the preceding 2 commits
Harry Reimann
2017-12-04
1
-0
/
+1
*
Make support for certificate status messages optional via policy
Harry Reimann
2017-12-04
1
-0
/
+2
*
Add support for ARIA GCM ciphersuites
Jack Lloyd
2017-11-03
1
-0
/
+2
*
Add supported groups TLS extension (RFC 7919)
René Korthaus
2017-10-17
1
-5
/
+46
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
1
-1
/
+1
*
De-inline TLS::Text_Policy
Jack Lloyd
2017-09-21
1
-0
/
+2
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-1
/
+0
*
Header file cleanups
Jack Lloyd
2017-09-21
1
-0
/
+1
*
Merge GH #872 Add ability for TLS servers to prohibit renegotiation
Jack Lloyd
2017-09-19
1
-0
/
+1
|
\
|
*
Fix logic of renegotiation check
Jack Lloyd
2017-02-20
1
-1
/
+1
|
*
Add TLS::Policy::allow_client_initiated_renegotiation
Jack Lloyd
2017-02-19
1
-0
/
+1
*
|
Correct TLS::Policy::latest_supported_version
Jack Lloyd
2017-09-04
1
-2
/
+16
*
|
Enforce signature hash policy properly
Jack Lloyd
2017-08-31
1
-0
/
+5
|
/
*
Avoid negotiating CECPQ1 if x25519 ECC is disabled
Jack Lloyd
2017-01-05
1
-0
/
+10
*
Increase default TLS DH min to 2048 bits, and add BSI policy class.
Jack Lloyd
2016-12-30
1
-2
/
+1
*
Prohibit SHA256/SHA384 ciphersuites in TLS 1.0/1.1 (GH #496)
Jack Lloyd
2016-12-28
1
-3
/
+10
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-7
/
+7
*
Add TLS::Policy::require_cert_revocation_info
Jack Lloyd
2016-11-28
1
-0
/
+5
*
Add TLS::Policy::to_string
Jack Lloyd
2016-11-26
1
-0
/
+7
*
Add minimum_signature_strenght to Text_Policy
Jack Lloyd
2016-11-25
1
-1
/
+2
*
Add TLS::Policy::minimum_signature_strength
Jack Lloyd
2016-11-25
1
-0
/
+5
*
Order default TLS ECC curve preferences by performance
Jack Lloyd
2016-11-19
1
-4
/
+6
*
Add CECPQ1 TLS ciphersuites
Jack Lloyd
2016-11-17
1
-1
/
+2
*
Pubkey cleanups
Jack Lloyd
2016-11-12
1
-3
/
+1
*
Change TLS default policy to disable DSA, CCM-8, and static RSA
Jack Lloyd
2016-11-02
1
-8
/
+23
*
X25519 key exchange for TLS
Jack Lloyd
2016-10-21
1
-0
/
+1
*
TLS: Split CBC+HMAC modes to standalone AEAD_Mode
Jack Lloyd
2016-10-07
1
-1
/
+8
*
Support encoding of supported point formats extension
René Korthaus
2016-10-03
1
-0
/
+5
*
Address some issues with PR 492
Jack Lloyd
2016-08-13
1
-9
/
+60
*
Encrypt-then-MAC extension (RFC 7366)
Juraj Somorovsky
2016-05-11
1
-0
/
+2
*
TLS Policy support
Christian Mainka
2016-05-03
1
-11
/
+39
*
Remove support for TLS v1.2 MD5 and SHA-224 signatures.
Jack Lloyd
2016-03-17
1
-11
/
+0
*
Client must verify that the server sent an ECC curve which policy accepts.
Jack Lloyd
2016-03-17
1
-0
/
+5
*
Check that TLS signature type is accepted by the policy.
Jack Lloyd
2016-03-06
1
-0
/
+5
*
Make SRP6 support optional in TLS
Jack Lloyd
2016-02-07
1
-2
/
+2
*
Remove TLS heartbeat support.
Jack Lloyd
2016-02-07
1
-2
/
+0
*
Avoid set<Ciphersuite>
Jack Lloyd
2016-01-17
1
-6
/
+7
*
Remove all remaining uses of throwing a std:: exception directly
Jack Lloyd
2015-12-19
1
-1
/
+1
*
Add TLS_PSK tests
Jack Lloyd
2015-11-13
1
-5
/
+2
[next]