Click here to Skip to main content
15,921,250 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: GetShortPathNameW issue with UNC path (more than 255 chars) Pin
CPallini23-Apr-08 4:27
mveCPallini23-Apr-08 4:27 
GeneralRe: GetShortPathNameW issue with UNC path (more than 255 chars) Pin
vikramlinux23-Apr-08 23:52
vikramlinux23-Apr-08 23:52 
GeneralRe: GetShortPathNameW issue with UNC path (more than 255 chars) Pin
vikramlinux24-Apr-08 0:25
vikramlinux24-Apr-08 0:25 
GeneralRe: GetShortPathNameW issue with UNC path (more than 255 chars) Pin
CPallini24-Apr-08 0:26
mveCPallini24-Apr-08 0:26 
GeneralRe: GetShortPathNameW issue with UNC path (more than 255 chars) Pin
vikramlinux24-Apr-08 0:29
vikramlinux24-Apr-08 0:29 
GeneralRe: GetShortPathNameW issue with UNC path (more than 255 chars) Pin
CPallini24-Apr-08 0:44
mveCPallini24-Apr-08 0:44 
GeneralRe: GetShortPathNameW issue with UNC path (more than 255 chars) Pin
vikramlinux24-Apr-08 0:46
vikramlinux24-Apr-08 0:46 
QuestionSSL decryption Pin
Dr. Kelwin23-Apr-08 3:41
Dr. Kelwin23-Apr-08 3:41 
Hi! I have some transport which based on winsock. Client(FTPS) send to me some data over SSL, and i receive it with (for example):

<br />
...<br />
if (WSARecv(AcceptSocket, &DataBuf, 1, &RecvBytes, &Flags, &AcceptOverlapped, NULL) == SOCKET_ERROR){<br />
     if (WSAGetLastError() != WSA_IO_PENDING)<br />
          printf("Error occured at WSARecv()\n");<br />
}<br />
...<br />


how can i decrypt received data in DataBuf, if i have certificate, puclic and private keys?
AnswerRe: SSL decryption Pin
led mike23-Apr-08 8:29
led mike23-Apr-08 8:29 
Generalopen ssl based window c,c++ application Pin
amit_pansuria23-Apr-08 3:28
amit_pansuria23-Apr-08 3:28 
GeneralRe: open ssl based window c,c++ application Pin
CPallini23-Apr-08 3:42
mveCPallini23-Apr-08 3:42 
GeneralRe: open ssl based window c,c++ application Pin
Nemanja Trifunovic23-Apr-08 3:56
Nemanja Trifunovic23-Apr-08 3:56 
GeneralRe: open ssl based window c,c++ application Pin
Maximilien23-Apr-08 4:17
Maximilien23-Apr-08 4:17 
GeneralRe: open ssl based window c,c++ application Pin
led mike23-Apr-08 8:32
led mike23-Apr-08 8:32 
GeneralRe: open ssl based window c,c++ application Pin
Hamid_RT24-Apr-08 5:45
Hamid_RT24-Apr-08 5:45 
GeneralDirectSound buffers Pin
Hanan88823-Apr-08 2:30
Hanan88823-Apr-08 2:30 
GeneralRe: DirectSound buffers Pin
Mark Salsbery23-Apr-08 9:41
Mark Salsbery23-Apr-08 9:41 
GeneralRe: DirectSound buffers Pin
Hanan88823-Apr-08 22:26
Hanan88823-Apr-08 22:26 
GeneralRe: DirectSound buffers Pin
Mark Salsbery24-Apr-08 5:50
Mark Salsbery24-Apr-08 5:50 
QuestionHow many pixels thick are the frame of my window (Win32) Pin
Hanan88823-Apr-08 2:16
Hanan88823-Apr-08 2:16 
AnswerRe: How many pixels thick are the frame of my window (Win32) Pin
Graham Bradshaw23-Apr-08 2:35
Graham Bradshaw23-Apr-08 2:35 
GeneralRe: How many pixels thick are the frame of my window (Win32) Pin
Hanan88823-Apr-08 2:43
Hanan88823-Apr-08 2:43 
AnswerRe: How many pixels thick are the frame of my window (Win32) Pin
CPallini23-Apr-08 2:37
mveCPallini23-Apr-08 2:37 
GeneralRe: How many pixels thick are the frame of my window (Win32) Pin
Hanan88823-Apr-08 2:53
Hanan88823-Apr-08 2:53 
GeneralRe: How many pixels thick are the frame of my window (Win32) Pin
CPallini23-Apr-08 3:19
mveCPallini23-Apr-08 3:19 

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.