Bruce

111
Reputation
104 views

Registered User

Name Bruce
Member for 11 months
Seen 5 hours ago
Website
Location
Age
1d
awarded  Self-Learner
Nov
25
comment EncryptMessage returns SEC_E_INVALID_TOKEN
^ Not this problem :-)
Nov
25
comment EncryptMessage returns SEC_E_INVALID_TOKEN
I've added a comment to the question you refer to (stackoverflow.com/questions/1727259) about the "solution" by the way.
Nov
25
comment AcquireCredentialsHandle returns SEC_E_NO_CREDENTIALS
For other reasons I switched from using a Vista machine to an XP machine and then a Windows 7 machine on both XP and Windows 7, the code worked flawlessly.
Nov
25
comment EncryptMessage returns SEC_E_INVALID_TOKEN
Yes, making progress :). Thanks again for your help before. In this case cbHeader is 5, InDataLength is 23 (It says it would complain if it is too small) but cbTrailer is 36 not 16, I hard coded it to 16 but still no joy.
Nov
25
asked EncryptMessage returns SEC_E_INVALID_TOKEN
Nov
17
comment AcquireCredentialsHandle returns SEC_E_NO_CREDENTIALS
Although it still doesn't say what SSPI provider is.
Nov
17
comment AcquireCredentialsHandle returns SEC_E_NO_CREDENTIALS
I hadn't followed the instructions quite well enough, I should have set it to 0x0007 instead which reveals that my private key information is not attached, thanks very much for you help, it is very much appreciated.
Nov
17
comment AcquireCredentialsHandle returns SEC_E_NO_CREDENTIALS
Yes I did, that's where the information I had in my previous comment came from. Maybe not enough information is provided in Vista; System - Provider [ Name] Schannel - EventID 36867 [ Qualifiers] 16384 Level 4 Task 0 Keywords 0x80000000000000 - TimeCreated [ SystemTime] 2009-11-17T05:57:30.000Z EventRecordID 40292 Channel System Computer x24 Security Thats' all I see having set the logging to 0x0004.
Nov
17
comment AcquireCredentialsHandle returns SEC_E_NO_CREDENTIALS
Event viewer says the provider is Schannel and the Channel is System with the General windows saying "Creating an SSL server credential." and then I still get the 'No credentials are available in the security package.' error. Unfortunately the stackoverflow link in your answer doesn't link to anywhere for me, does it work for you?
Nov
17
accepted Delphi Win API CreateTimerQueueTimer threads and thread safe FormatDateTime crashes
Nov
17
comment AcquireCredentialsHandle returns SEC_E_NO_CREDENTIALS
I can get the certificate using CertFindCertificateInStore and it is returning the correct certificate but when I pass the CertContext and CertStore to AcquireCredentialsHandle I get the 'No credentials are available in the security package.' error which led me to believe that I have the wrong kind of private/public certificate (wrong hash or something else), but I can't find what it should be. I had been using the .bat files from this project; beta.codeproject.com/KB/IP/… but no luck.
Nov
17
comment AcquireCredentialsHandle returns SEC_E_NO_CREDENTIALS
Do you have a link to generating a valid SSL/TLS certificate using OpenSSL on WIndows Vista, are there restrictions on the level of encryption you can use with Schannel? This looks like my problem, but also I am using the UNISP_NAME = 'Microsoft Unified Security Protocol Provider', which seems the only one that works. Thanks for any more hints as I am having trouble finding definitive info on this subject.
Nov
13
asked AcquireCredentialsHandle returns SEC_E_NO_CREDENTIALS
Oct
8
revised TIdTCPServer not reading data from socket sometimes.
added 1 characters in body
Oct
2
answered TIdTCPServer not reading data from socket sometimes.
Oct
2
asked TIdTCPServer not reading data from socket sometimes.
Oct
1
comment Delphi 2009, Indy 10, TIdTCPServer.OnExecute, how to grab all the bytes in the InputBuffer
I have found that using similar code to above that the AContext.Connection.IOHandler.CheckForDataOnSource(10) returns false when I can see in the debugger that the InputBuffer as data, is this a bug or is there some other setting I should use?
Sep
4
awarded  Popular Question
Aug
4
awarded  Commentator
Aug
4
comment Vista 64 bit BSOD when running a Delphi 2009 Application.
Thanks for this, I was under the impression also that a user mode application couldn't cause a BSOD but wasn't quite sure, it seemed too much of a coincidence that it only happened exactly with Delphi 2009 at the same point in the app after multiple reboots, but the memory must have been just in the right place. I thought Vista 64 bit had address randomization. Anyway it turns out the memory on that machine is failing (tested with MS "Windows Memory Diagnostic" and MemTest86+. Thanks again.
Aug
4
asked Vista 64 bit BSOD when running a Delphi 2009 Application.
Jul
23
awarded  Popular Question
Jul
7
comment Delphi TClientSocket replacement using winsock2 and IOCP?
And I just realised the distribution .zip is missing files as well.
Jul
7
comment Delphi TClientSocket replacement using winsock2 and IOCP?
This also isn't suitabled for Delphi 2009.
Jul
7
comment Delphi TClientSocket replacement using winsock2 and IOCP?
Neither appear to be IOCP. Do you have links to information that confirms they are both IOCP and Winsock2?
Jul
7
comment Delphi TClientSocket replacement using winsock2 and IOCP?
Under heavy load Windows Messages have been flakey so IOCP. Secondly Winsock2 gives us easy SSL.
Jul
2
comment Delphi TClientSocket replacement using winsock2 and IOCP?
Looked good but does not compile in Delphi 2009. It was written for Delphi 5 and it might require a fair bit of conversion by the looks. Any other options?
Jul
2
revised Delphi TClientSocket replacement using winsock2 and IOCP?
edited tags
Jul
2
asked Delphi TClientSocket replacement using winsock2 and IOCP?