1
vote
1answer
34 views
How do you create a self-signed certificate for use in object signing?
I am trying to create an object-signing certificate myself instead of paying Verisign or some other company hundreds of dollars. I am using linux (specifically 64bit OpenSUSE 11.1) …
0
votes
2answers
80 views
What is the difference between signing Certificate and Encryption Certificate?
What is the difference between between signing certificate and encryption certificate?
I see that signing certificate cannot be used for encrypting the data only encryption certif …
0
votes
1answer
86 views
cocoa + keychain api
hi guys
i am working on an app in which i have to display all the digital certificates available on my Mac laptop.
should i use keychain to get access to these certificates??
wh …
4
votes
2answers
54 views
What is the most cost effective way for me to sign all my apps?
I've developed quite a number of shareware programs over the last number of years and I sell 10 or so online, I've noticed with Windows Vista and Windows 7 and now even my AV scann …
0
votes
4answers
131 views
Invalid Digital Certificate
I'm attempting to add SSL to my server for sending customer details to a client.
It appears to be working on the Server side with the digital certificate (.pfx) being loaded succe …
2
votes
3answers
416 views
Standardized approach to digital signatures of files via .NET
I am building a system for distributing packages (.zip archives) created by different organizations. I'd like a way to verify that the publisher of a package is indeed who they cla …
0
votes
0answers
104 views
How can I convert a PEM format to Pkcs12 format in C#?
My PEM file looks like this? Is this a valid PEM format. How can I convert this into a Pkcs12 certificate in C#?
-----BEGIN CERTIFICATE-----
**DATA**
-----END CERTIFICATE-----
--- …
1
vote
1answer
94 views
X.509 Digital Signatures printed
Hello,
I'm using digital certificates to sign a transaction results, also, I need to print out a slip with information and digital signature on it.
I was wondering if there is an …
0
votes
2answers
48 views
PKCS11 certificate
Does Dot NET supports PKCS11 certificates for HSM devices. If not, are there any other third party utilities available which supports pkcs11 certificates?
1
vote
1answer
165 views
WCF Certificate Authentication without installing on the Client
Hi All,
Our setup includes a WCF service and a number of clients written by us. Some of the clients include Silverlight applications, whereas others include Web and Windows appli …
0
votes
3answers
113 views
Delphi & SmartCards
Does anyone have experience integrating SmartCard authentication in their Win32 apps? If so, are there any preferred libraries?
0
votes
0answers
59 views
Signing .CAB files in linux?
Hi,
I'm looking for a free (LGPL, etc) tool for digitally signing a Microsoft Cabinet files (.CAB) in Linux.
I have found a tool that does that job, named osslsigncode: I can't u …
2
votes
2answers
744 views
In C#, sign an xml with a x.509 certificate and check the signature
Hi
I'm trying to sign an XML file using a x.509 certificate, I can use the private key to sign the document and then use the CheckSignature method (it has an overload that receive …
0
votes
2answers
263 views
m_safeCertContext is an invalid handle
Hello,
I've been wrestling with a problem, maybe you guys can point me in the right direction.
I'm trying to digitally sign a pdf, on the webserver, over an https connection.
At …
1
vote
1answer
68 views
Only Allow applications digitally signed to access wcf service.
I have been searching n the web on how and if it is possible to verify that the calling application is digitally signed with the correct certificate.
This is for internal use for …
