Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
biboumi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
98
Issues
98
List
Boards
Labels
Service Desk
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
louiz’
biboumi
Commits
0af536a2
Commit
0af536a2
authored
Jul 08, 2015
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor comment typo
parent
810ea19f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
louloulibs/network/tcp_socket_handler.hpp
louloulibs/network/tcp_socket_handler.hpp
+5
-5
No files found.
louloulibs/network/tcp_socket_handler.hpp
View file @
0af536a2
...
...
@@ -272,11 +272,11 @@ private:
static
Botan
::
TLS
::
Session_Manager_In_Memory
session_manager
;
/**
* We use a unique_ptr because we may not want to create the object at
* all. The Botan::TLS::Client object generates a handshake message a
s
*
soon and calls the output_fn callback with it as soon as it is
*
created. Therefore, we do not want to create it if do not intend to do
*
send any TLS-encrypted message. We create the object only when needed
*
(for
example after we have negociated a TLS session using a STARTTLS
* all. The Botan::TLS::Client object generates a handshake message a
nd
*
calls the output_fn callback with it as soon as it is created.
*
Therefore, we do not want to create it if we do not intend to send any
*
TLS-encrypted message. We create the object only when needed (for
* example after we have negociated a TLS session using a STARTTLS
* message, or stuf like that).
*
* See start_tls for the method where this object is created.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment