issues
search
david-maw
/
StreamSSL
The StreamSSL sample described in CodeProject
Other
48
stars
24
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Ctor dtor includes
#41
0ric1
closed
5 years ago
1
New folder in project and filters for common
#40
0ric1
closed
5 years ago
1
Move common files to common dir
#39
0ric1
closed
5 years ago
1
StreamClient.vcxproj cleanup
#38
0ric1
closed
5 years ago
3
Stdafx.h to pch.h, framework.h and targetver.h
#37
0ric1
closed
5 years ago
6
StreamServer Listener.h should not #include "StdAfx.h"
#36
0ric1
closed
5 years ago
0
Remove recv initiated
#35
0ric1
closed
5 years ago
1
Refactor send rec partial
#34
0ric1
closed
5 years ago
0
Close and invalidate socket
#33
0ric1
closed
5 years ago
1
Refactor read write event
#32
0ric1
closed
5 years ago
0
Wait for multiple objects / timing
#31
0ric1
closed
5 years ago
0
Reduce variable scope and use const
#30
0ric1
closed
5 years ago
1
Class member not initialized
#29
0ric1
closed
5 years ago
1
Add missing explicit to ctor
#28
0ric1
closed
5 years ago
0
Refactoring and fix WSAEVENT
#27
0ric1
closed
5 years ago
0
Refactoring wsabuf buffer initialization and reduced scope.
#26
0ric1
closed
5 years ago
1
Im confused with WSAResetEvent calls.
#25
0ric1
closed
5 years ago
2
stdafx.h was renamed to pch.h since Visual Studio 2017 also a targetver.h and a framework.h was added.
#24
0ric1
closed
5 years ago
2
#include "stdafx.h" should not be included by StreamServer\CertRAII.h but *.c\*.cpp files
#23
0ric1
closed
5 years ago
1
Missing ActualSocket = INVALID_SOCKET in CActiveSock::Connect after closesocket calls
#22
0ric1
closed
5 years ago
0
CertFindFromIssuerList should use user store, not machine store?
#21
Thomas-Haase
closed
5 years ago
3
The members ActualSocket and m_hStopEvent of CActiveSock should be protected or public
#20
0ric1
closed
5 years ago
1
Error timeout instead of wsa io pending in case of timeout
#19
0ric1
closed
5 years ago
1
Timeout implementation has many issues
#18
Thomas-Haase
closed
5 years ago
4
data type size_t supersedes int for Len information...
#17
Thomas-Haase
closed
5 years ago
3
Remove class member recv send end time
#16
0ric1
closed
5 years ago
1
Fix secondsleft never smaller zero
#15
0ric1
closed
5 years ago
0
added override keyword, improves code readability, follows C++ Core Guidelines C.128
#14
Thomas-Haase
closed
5 years ago
1
Add: missing x64 configuration Debug/Release
#13
0ric1
closed
5 years ago
5
See https://www.codeproject.com/Articles/1000189/A-Working-TCP-Client-and-Server-With-SSL?msg=
#12
0ric1
closed
5 years ago
1
SSLClient.cpp unreachable code bug
#11
BigJim
closed
5 years ago
2
Use std::wstring instead of CString.
#10
david-maw
closed
6 years ago
0
Raii2
#9
david-maw
closed
6 years ago
0
Formatting and minor comment cleanup, no functional changes
#8
david-maw
closed
6 years ago
0
Make client auto-exit in 30 seconds unless the user tells it not to to prevent old, unused clients from hanging around and cluttering the place up.
#7
david-maw
closed
6 years ago
0
Move Handle and SecurityHandle into StreamServer project and share them between server and client.
#6
david-maw
closed
6 years ago
0
Raii
#5
david-maw
closed
6 years ago
0
Enhance client to handle client certificates:
#4
david-maw
closed
8 years ago
0
Enhance client to handle client certificates:
#3
david-maw
closed
8 years ago
0
Better information about calls for client certificate
#2
david-maw
closed
8 years ago
0
Control certificates using lambda valued properties
#1
david-maw
closed
9 years ago
0
Previous