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
*
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
*
TLS improvements
Jack Lloyd
2015-10-25
1
-2
/
+11
*
Add a runtime map of string->func() which when called return
lloyd
2015-01-28
1
-14
/
+42
*
Add Strict_Policy. Disable server initiated renegotiation by default.
lloyd
2015-01-23
1
-9
/
+6
*
Add support for configuring a TLS::Policy by text file
lloyd
2015-01-23
1
-2
/
+46
*
Update TLS OCB ciphersuites to match draft-zauner-tls-aes-ocb-00
lloyd
2015-01-21
1
-0
/
+2
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Remove config used for testing DTLS-SRTP
lloyd
2015-01-04
1
-3
/
+2
*
Add DTLS-SRTP key establishment from RFC 5764 (required for WebRTC).
lloyd
2015-01-04
1
-9
/
+16
*
Add ChaCha20Poly1305 TLS ciphersuites compatible with Google's implementation
lloyd
2014-12-31
1
-0
/
+1
*
A TLS Server can now process either TLS or DTLS but not either,
lloyd
2014-11-15
1
-3
/
+1
*
No need to pass version by reference
lloyd
2014-10-31
1
-1
/
+1
*
Add TLS fallback signalling (draft-ietf-tls-downgrade-scsv-00)
lloyd
2014-10-31
1
-1
/
+14
*
Verify that the server did not send any extension that the client didn't
lloyd
2014-04-11
1
-0
/
+10
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+286