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
*
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
*
Hide Algorithm_Factory and use the functions in lookup.h internally.
lloyd
2015-03-04
3
-18
/
+14
*
Add new module `ffi` which provides a plain C interface, plus a new
lloyd
2015-02-16
1
-3
/
+3
*
Remove algo factory, engines, global RNG, global state, etc.
lloyd
2015-02-04
7
-20
/
+45
*
Convert PK operations to using Algo_Registry instead of Engine.
lloyd
2015-02-03
4
-6
/
+4
*
Add missing files. Remove cipher lookup from engine code.
lloyd
2015-02-01
2
-17
/
+10
*
Add a runtime map of string->func() which when called return
lloyd
2015-01-28
3
-42
/
+58
*
Add typedefs for function signatures/types used in TLS for easier reading
lloyd
2015-01-27
13
-92
/
+116
*
Add Strict_Policy. Disable server initiated renegotiation by default.
lloyd
2015-01-23
2
-13
/
+43
*
Add support for configuring a TLS::Policy by text file
lloyd
2015-01-23
2
-6
/
+163
*
Update TLS OCB ciphersuites to match draft-zauner-tls-aes-ocb-00
lloyd
2015-01-21
3
-3
/
+47
*
Remove SSLv3 and handling of SSLv2 client hellos.
lloyd
2015-01-11
18
-286
/
+38
[next]