Click here to Skip to main content
15,914,013 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to check a folder existed or not ? Pin
Blake Miller17-Mar-04 10:26
Blake Miller17-Mar-04 10:26 
AnswerRe: How to check a folder existed or not ? Pin
David Crow11-Mar-04 3:17
David Crow11-Mar-04 3:17 
GeneralVideo Capture and Streaming Pin
kukarthi10-Mar-04 17:39
kukarthi10-Mar-04 17:39 
GeneralRe: Video Capture and Streaming Pin
Anonymous30-May-04 17:09
Anonymous30-May-04 17:09 
QuestionHow to put the value to Registry as Multi String? Pin
.NetRams10-Mar-04 17:30
.NetRams10-Mar-04 17:30 
AnswerRe: How to put the value to Registry as Multi String? Pin
David Crow11-Mar-04 3:18
David Crow11-Mar-04 3:18 
QuestionHow to create a transparent checkbox on a image-background-dialog Pin
wallbio10-Mar-04 16:44
wallbio10-Mar-04 16:44 
GeneralOpenSSL and Win32 SSL API :: SSL/TLS Pin
valikac10-Mar-04 14:45
valikac10-Mar-04 14:45 
Hello.

I am designing an application that requires the support of SSL/TLS layer socket transfer. I would like to know what is the most extensible solution.

- OpenSSL
- Win32 SSL API

The Win32 SSL API is quicker in terms of implementation. OpenSSL requires the use and in-depth knowledge of how the library handles I/O.

My primary concern is with non-blocking I/O model. Part of the design includes an OVERLAPPED I/O model via winsock. I have no problem blending Win32 SSL API with the current OVERLAPPED I/O. However, OpenSSL is somewhat different. Here is what OpenSSL design could end up.

- Winsock connect
- Associate socket to OpenSSL layer (global context)
- OpenSSL connect
- sent/recv via OpenSSL API

OpenSSL does support an event callback interface. However, is its send and receive API blocking or non-blocking? How will it affect the winsock OVERLAPPED layer? In other words, if there is incoming data, will OpenSSL handles the callback or will winsock handle the callback?

Thanks,

Kuphryn
GeneralCustom Buttons in Title Bar Pin
Anonymous10-Mar-04 14:03
Anonymous10-Mar-04 14:03 
Generalnewbie needs help Pin
conticello10-Mar-04 12:42
conticello10-Mar-04 12:42 
GeneralRe: newbie needs help Pin
toxcct11-Mar-04 0:35
toxcct11-Mar-04 0:35 
GeneralRe: newbie needs help Pin
conticello11-Mar-04 1:42
conticello11-Mar-04 1:42 
GeneralRe: newbie needs help Pin
David Crow11-Mar-04 3:20
David Crow11-Mar-04 3:20 
GeneralImage arrangement Pin
Anonymous10-Mar-04 12:20
Anonymous10-Mar-04 12:20 
GeneralUsing SetFont and Trying to Display PI(the symbol) Pin
J Guds10-Mar-04 11:44
J Guds10-Mar-04 11:44 
GeneralRe: Using SetFont and Trying to Display PI(the symbol) Pin
Ellis Li10-Mar-04 20:18
Ellis Li10-Mar-04 20:18 
GeneralRe: Using SetFont and Trying to Display PI(the symbol) Pin
Ellis Li10-Mar-04 20:19
Ellis Li10-Mar-04 20:19 
GeneralRe: Using SetFont and Trying to Display PI(the symbol) Pin
Ellis Li10-Mar-04 20:23
Ellis Li10-Mar-04 20:23 
GeneralRe: Using SetFont and Trying to Display PI(the symbol) Pin
David Crow11-Mar-04 3:22
David Crow11-Mar-04 3:22 
GeneralThe Noo-B Blues Pin
RedRabbit10910-Mar-04 11:19
RedRabbit10910-Mar-04 11:19 
GeneralRe: The Noo-B Blues Pin
Ravi Bhavnani10-Mar-04 11:39
professionalRavi Bhavnani10-Mar-04 11:39 
GeneralRe: The Noo-B Blues Pin
Snyp10-Mar-04 11:41
Snyp10-Mar-04 11:41 
Generaldisplay tooltips on CToolBarCtrl Pin
bin892210-Mar-04 10:50
bin892210-Mar-04 10:50 
GeneralRe: display tooltips on CToolBarCtrl Pin
casid10-Mar-04 12:21
casid10-Mar-04 12:21 
GeneralNeed some help on ClistCtrl Control Pin
pavneet10-Mar-04 10:39
pavneet10-Mar-04 10:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.