Service is "unclassified" by Windows Defender
Mon, 15 Mar 2010 11:10:17 -0000
Hi,
(In House Dev Team / Domain joined Machines / Vista)
I have a Windows Service (C++) that can be installed to a remote machine
using CreateService().
If I install it to a Vista machine, it works, but I get a warning in Event
Log from Windows Defender saying "unclassified software". Is there something ...
|
Verify Digital Signature and Certificate of a File
Fri, 12 Mar 2010 05:24:01 -0800
I am trying to verify the digital signature and certificate embedded in a
file programatically. Previously, we were using CAPICOM, but that doesn't
work on 64-bit Windows. Hence, I am using the following APIs
WinVerifyTrust() - To verify the digital signature.
CertGetCertificateChain() - To build the certifi ...
|
The MSDN Security SDK Documentation team is on twitter
Tue, 9 Mar 2010 12:38:01 -0800
Do you want to keep current with updates to the Security SDK documentation?
Follow us on twitter to find out what documentation has been updated this
week.
http://twitter.com/winsecsdk
--
Don Glover
Programming Writer - SASD ...
|
AcceptSecurityContext() returns SEC_E_LOGON_DENIED
Mon, 8 Mar 2010 10:43:01 -0800
I am writing a single signon service that is used with browsers of different
devices. I seem to be missing something when trying to use the
acceptsecuritycontext api. If I specify to the browser NTLM and this service
is on a domain computer and domain credentials are passed everthing works as
it should. If I ...
|
Certificate Chain
Thu, 4 Mar 2010 08:16:52 -0800 (PST)
Hi,
Can someone please tell me how to create a certificate from a root
certificate (Certificate Chain), all day googling I am still strugling
to find some thing useful.
- I need to use Windows API only. Cannot use any tools like makecert
etc..Cannot use openssl also..
- I have a root certificate (self s ...
|
How to Sign a certificate using root certificate
Wed, 3 Mar 2010 23:52:20 -0800 (PST)
Hi,
I will grateful if any one can tell me as how to sign a certificate
using a root certificate.
I have generated a root certificate in the .pfx format..After doing
endless googling..I could write some code but I am not sure if that is
correct..
- Installed the Root Certificate in some temporary store
...
|
LsaLogonUser and EAP-MSCHAPv2
Wed, 3 Mar 2010 16:07:01 -0800
I'm trying to use LsaLogonUser to validate an NtResponse receieved for a
comupter account in an EAP-MSCHAPv2 payload but always revieve
STATUS_LOGON_FAILURE. If I manually add a computer to AD via VB script with a
password of my choosing and create my own NtResponse it works. I can only
assume that there is ...
|
|
|
Windows 2003 Certificate Authority and SCEP
Fri, 26 Feb 2010 13:32:01 -0800
Hello,
If I have an existing Windows Server 2003-based Certificate Authority, is
it possible to install NDES/SCEP on a Windows Server 2008 machine and have
the NDES/SCEP use the Windows Server 2003-based CA?
Thanks,
Matt ...
|
CryptDecrypt and zero data length
Thu, 25 Feb 2010 05:58:04 -0800
I have small problem. It's no problem to solve it (one if), but i want know
why it is.
I decrypt some text crypted with RC4 algorithm using CryptDecrypt. All text
works ok, except zero length string. When decrypting these strings i get
error NTE_BAD_LEN. Why i get this error, not only zero byte output?
I ...
|
CALG_AES vs CALG_AES_128
Wed, 24 Feb 2010 08:58:02 -0800
Hi All,
When i importing plain text key blob via CryptImportKey, i must exactly set
method in PUBLICKEYSTRUC as CALG_AES_128 not only CALG_AES. Why
CryptImportKey needs this, when next 4 bytes after PUBLICKEYSTRUC again
indicates key length? ...
|