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
...
*
Update OCB ciphersuites to follow new nonce scheme from -04 draft
Jack Lloyd
2016-04-04
1
-37
/
+37
*
Add IETF standard ChaCha20Poly1305 ciphersuites to TLS
Jack Lloyd
2016-03-23
3
-23
/
+83
*
Add PK_Decryptor::decrypt_or_random
Jack Lloyd
2016-03-20
1
-30
/
+22
*
Remove support for TLS v1.2 MD5 and SHA-224 signatures.
Jack Lloyd
2016-03-17
2
-53
/
+3
*
Client must verify that the server sent an ECC curve which policy accepts.
Jack Lloyd
2016-03-17
3
-0
/
+13
*
TLS client features
Jack Lloyd
2016-03-16
1
-0
/
+3
*
Check that TLS signature type is accepted by the policy.
Jack Lloyd
2016-03-06
9
-38
/
+106
*
Remaining cppcheck fixes that are not covered by GH #444
Daniel Neus
2016-03-05
9
-33
/
+20
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
8
-27
/
+27
*
Fix remaining Wshadow warnings and enable on gcc and clang
René Korthaus
2016-02-18
1
-2
/
+4
*
Reject zero length TLS records out of hand.
Jack Lloyd
2016-02-16
1
-4
/
+11
*
Make SRP6 support optional in TLS
Jack Lloyd
2016-02-07
10
-20
/
+72
*
Remove support for the TLS min fragment length extension.
Jack Lloyd
2016-02-07
11
-147
/
+18
*
Remove TLS heartbeat support.
Jack Lloyd
2016-02-07
15
-290
/
+1
*
Avoid set<Ciphersuite>
Jack Lloyd
2016-01-17
1
-6
/
+7
*
Add final attribute to many classes
Jack Lloyd
2016-01-10
6
-30
/
+30
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
6
-54
/
+54
*
Precompile the list of TLS ciphersuites
Jack Lloyd
2016-01-06
3
-294
/
+458
*
String comparision fixes
Daniel Neus
2016-01-04
8
-14
/
+14
*
Add extended master secret extension (RFC 7627) to TLS
Jack Lloyd
2016-01-03
10
-12
/
+118
*
Merge pull request #378 from neusdan/warning_fixes
Jack Lloyd
2015-12-26
1
-1
/
+1
|
\
|
*
some trivial compiler/PVS-Studio warning fixes
Daniel Neus
2015-12-22
1
-1
/
+1
*
|
Fix a few clang warnings. Set clang sanitizer flags
Jack Lloyd
2015-12-24
1
-1
/
+1
|
/
*
Remove debug printf
Jack Lloyd
2015-12-21
1
-1
/
+0
*
Remove all remaining uses of throwing a std:: exception directly
Jack Lloyd
2015-12-19
1
-1
/
+1
*
CLI rewrite
Jack Lloyd
2015-12-19
1
-2
/
+0
*
Missing adds
Jack Lloyd
2015-12-11
3
-3
/
+0
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
10
-19
/
+19
*
Fix bug causing TLS client to sometimes reject DHE server kex
Jack Lloyd
2015-11-13
2
-35
/
+16
*
Add remove_all to TLS session manager interface
Jack Lloyd
2015-11-13
5
-44
/
+57
*
Drop the DH group check to a weaker version of the checks
Jack Lloyd
2015-11-13
1
-2
/
+3
*
Add TLS_PSK tests
Jack Lloyd
2015-11-13
3
-14
/
+5
*
Add check for path validation result in Credentials_Manager. GH #324
Jack Lloyd
2015-11-04
1
-5
/
+8
*
Merge pull request #314 from randombit/ct-tls-cbc-padding
Jack Lloyd
2015-10-26
17
-190
/
+382
|
\
|
*
Asan fix - referencing &vec[vec.size()] instead of vec.end()
Jack Lloyd
2015-10-26
1
-22
/
+3
|
*
TLS improvements
Jack Lloyd
2015-10-25
16
-168
/
+379
*
|
Fix cert validation bugs found by x509test.
Jack Lloyd
2015-10-23
1
-7
/
+14
|
/
*
Remove use of lookup.h in favor of new T::create API.
Jack Lloyd
2015-09-21
5
-25
/
+14
*
Internal header cleanups
Jack Lloyd
2015-09-19
2
-2
/
+1
*
Move Credentials_Manager to TLS
Jack Lloyd
2015-08-29
3
-1
/
+325
*
Avoid a crash in the TLS server if the client sends ALPN but no next
Jack Lloyd
2015-08-28
1
-1
/
+1
*
Remove unused pkcs8 includes
Simon Warta
2015-08-03
1
-1
/
+0
*
tls: Add missing overrides
Daniel Seither
2015-07-30
1
-30
/
+30
*
Silence some extra ';' warnings
Simon Warta
2015-07-22
1
-1
/
+1
*
Fix invalid iterator use in TLS client
Jack Lloyd
2015-07-05
1
-1
/
+1
*
More changes for use with debug STL
Simon Warta
2015-06-30
3
-6
/
+12
*
lib/tls: Convert &vec[0] to vec.data()
Simon Warta
2015-06-23
12
-44
/
+44
*
Fix various bugs found by Coverity scanner.
lloyd
2015-05-15
3
-0
/
+7
*
Remove RC4 (and all support for stream ciphers) from TLS
lloyd
2015-05-15
3
-50
/
+5
*
Add ALPN (RFC 7301) and remove NPN
lloyd
2015-03-20
18
-316
/
+138
[prev]
[next]