Tagged Questions
The digital-certificate tag has no wiki summary.
11
votes
2answers
679 views
Checking digital signature programmatically from Delphi
I need a function in Delphi to verify the digital signature of an external EXE or DLL. In my particular application, I am going to occasionally invoke other processes, but for security purposes I ...
9
votes
5answers
3k views
What's the difference between rapidSSL and geotrust certificates?
I want to buy a 128bit SSL certificate for a website selling services. I checked http://www.rapidssl.com/ssl-certificate-products/ssl-certificate.htm and ...
7
votes
2answers
7k views
In C#, sign an xml with a x.509 certificate and check the signature
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 receives a certificate as ...
6
votes
2answers
6k views
Difference Between SSLCACertificateFile and SSLCertificateChainFile
I provide SSL pages on my web server, and I have a question.
What is the difference between SSLCACertificateFile and SSLCertificateChainFile?
When I use SSLCertificateChainFile, I got warnings from ...
6
votes
1answer
11k views
Digital Certificate: How to import .cer file in to .truststore file using?
Has anyone came across where they have to deal with .truststore file? and knowing how to import .cer into .truststore file?
I am not sure if I have to use Java Keytool or Linux command (such as ...
4
votes
1answer
153 views
What's the difference between a Java certificate and a vba certificate?
I already own a certificate from Verisign for signing Java code. To support a Java application, I have written an Outlook macro and want to sign it. This doesn't work using the Java certificate. Can ...
4
votes
2answers
201 views
what happens to exe when we sign it?
After signing exe by using VeriSign, if we right click to exe we can see "digital signature" tab which gives information about certificate. Where exactly this information will be stored? I mean how ...
4
votes
2answers
146 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 scanner warns me my ...
4
votes
2answers
1k 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 claim to be, and that ...
3
votes
1answer
153 views
OSX Lion application with iCloud access
I need to build an application for Lion with iCloud functionality.
I know that I have to sign the application in order to use entitlements options to enable iCloud.
I do NOT have to distribute my ...
3
votes
0answers
540 views
An error has occurred. Unable to import an item. The contents of this item cannot be retrieved. Missing .pem file!
I am struck with a problem. I installed the p12 certificates once into a MacBookPro and then deleted it, now when I am again trying to install it keychain is simply not accepting the certificate for ...
3
votes
1answer
138 views
Why does AIR badge always say 'install' when I have already installed the AIR application?
I have developed an Adobe AIR application which users install and launch from my web page. I use the install badge to install the AIR app if it is not already installed on the users computer. Before I ...
3
votes
0answers
304 views
Providing private key for SGEN
My .NET assembly is signed with digital certificate from comodo. I use SGEN to generate serialization assembly. SGEN requires a key file in order to generate such assembly for a signed source. I tried ...
3
votes
1answer
276 views
Why would a digitally signed executable be treated as unsigned until viewing certificate details
I'm getting a very odd result when running an executable that has been digitally signed.
The executable was signed using signtool.exe using a proper level 2 code signing certificate (not ...
3
votes
3answers
450 views
Code signing certificates for Java, Adobe AIR, Authenticode, VBS - are they different?
We have a code-signing certificate, purchased from GlobalSign for Authenticode signing (as they call it). Now we need to sign Java applet and soon Adobe AIR module (applet?). The question is: from ...
3
votes
1answer
477 views
Digital Signature/Code Signing Question
I make programs that a lot of people use and one thing that would be nice to have a a digital certificate so when people run it is admin, it will show the user it was made by me and it hasn't been ...
3
votes
2answers
234 views
Can i get installed certificate on my system through java
Can i get installed certificates on my system through java
something like this Eg. Certificate[] certificate = someClass.getsystemCertificates();
Is there is some api available for this????
3
votes
2answers
481 views
Programmatically Determine If An Excel File (.xls) Contains Macros
Is there any way to programmatically determine if an .xls contains macros, without actually opening it in Excel?
Also are there any methods to examine which certificate (including timestamp cert) ...
3
votes
4answers
3k views
what is the difference between digital signature and digital certificate?
i've been google'ing the difference between digital signature and digital certificate (asymmetric encryption)
seems like they are the same. I would like to clarify if they are the same or not? many ...
3
votes
3answers
1k views
Is is possible to sign a java applet for free?
I made a weird applet which allows you to paint with your voice. Obviously it requires access to the microphone, but Java applets are not allowed access unless they are signed. As far as I can tell ...
3
votes
2answers
238 views
SSL and Client Certificates
An internal team, separate from my own, has stated that they prefer to do incoming authentication based on client certificates. Which sounds good to me, except that I haven't messed with them before ...
3
votes
1answer
1k views
Digital signature in PDF
I'm trying to digitally sign a PDF file using THIS project as an example.
When it executes st.Close(); I am getting the infamous "Object reference not set to instance of an object".
I have no idea ...
3
votes
3answers
2k views
How to decode a CSR File?
I ran accross a CSR file (Certificate Signing Request) and I need to extract some information from it.
There's a way to decode it using .NET Framework?
2
votes
1answer
86 views
Expiration of a digitally signed PDF with multiple signatures
Context
My overall goal is to make a set of PDFs available, in such a way that users can be assured of the provenance of the documents (i.e., they came from the origin that they are expected to come ...
2
votes
1answer
50 views
Code signing certificate across Multiple OS Platforms - Relating to Adobe Air packages
I am developing an application in Flex using Adobe Flash Builder 4.5 and I want to distribute this as an AIR package so that it will work on multiple Operating Systems. I am wanting to target the ...
2
votes
1answer
211 views
what is the difference between X509_STORE and X509_STORE_CTX .?
can any one tell me how the Certificate trust chain is formed with these structures and what these two structure represent?
2
votes
1answer
356 views
Python: reading a pkcs12 certificate with pyOpenSSL.crypto
I have a valid certificate issued by the spanish authority (FNMT) and I want to play with it to learn more about it.
The file has extension .p12
I would like to read the information in it (first and ...
2
votes
2answers
625 views
Digital signature: sample code for verification and for extracting certification information
I use a third party tool to verify signature and to get certificate detail(like serial number, CA etc..) from signature. The problem with this utility is it is licensed and works on certain machines ...
2
votes
1answer
187 views
How can I sign a document with a digital signature (PKCS12 Personal certificate) from an asp.net app
I have an asp.net website, from which I'll be uploading a document. I'll proceed to create a hash from the document so I can store it in a column for security reasons.
But I need to encrypt that ...
2
votes
2answers
202 views
java question on certificates signing process
I am confused on the process to create a valid certificate,signed by a CA, in java.
I know that java has the tool keytool to create public-private keys and certificates.
Also it supports JKS and ...
2
votes
3answers
918 views
How to programmatically verify an assembly is signed with a specific Certificate?
My scenario is we have one program (exe) that will start other programs if found in a particular folder. I want to ensure it only ever starts programs which are signed with our Corporate certificate ...
2
votes
1answer
593 views
java keystore and password settings
I have the following question on java keystores and keytool.
I assume that a keystore may have more than 1 certificates.
As I have tried, via keytool I can create a keystore, and to access this ...
2
votes
2answers
2k views
No 'add certificate' button in apple iOS provisioning portal
I am trying to follow the steps to create a "Distribution provisioning profile". I get here and the instructions tell me to "click the ‘Add Certificate’ button", but there is no button :-( (nice one ...
2
votes
0answers
128 views
md5 collision how is it possible?
i don't understand how one can create a rough Certificate just by making a MD5 collision. Even if you were able to find another string whose hash matches the original how would you sign it ? You do ...
2
votes
1answer
392 views
openssl command hangs
The following request to openssl hangs
openssl req -key server.key -out server.csr
Any idea what the problem could be?
2
votes
1answer
198 views
Digital Certificate Parsing Library in C++?
I used Crypto++ for my application. However it lacks a digital certificate parser. I know that openSSL has one, but I have to learn the whole library again.
Is there some parsing library existing ...
2
votes
1answer
152 views
Does signing an assembly or an exe with a digital certificate makes it secure against tampering attacks?
I tried creating a temporary certificate using makecert and creating a spc from the certificate using cert2spc. I signed some exe with the generated spc. I then use the binary editor in VS 2008 to ...
2
votes
1answer
872 views
Signing a PDF file
I use iTextSharp to sign a PDF file. But Adobe Reader cannot verify my signature. I use SHA-2 test certificate (I tried also SHA-1) generated by certification authority. I have installed root ...
2
votes
1answer
2k views
how to check if a file has a digital signature
I'd like to check programatically if a file has been digitally signed or not.
For the moment, I found a rather obscure code in MSDN, that doesn't compile...
Any idea on the subject?
An external ...
2
votes
3answers
309 views
Client Certs on IIS - not sure I get it - experiences please?
Looking for some advice about the use of client certs to retro-fit access control to an existing app.
Our company has an existing intranet app (classic ASP/IIS) which we licence to others. Up till ...
2
votes
2answers
651 views
What is the best cross-browser solution for browser based document signing (w/ digital signature)?
I need to implement a browser based component (most likely java applet since it needs to be cross-browser) that will allow us to digitally sign and verify data in the XadES format. What options are ...
1
vote
4answers
59 views
How can I generate a .pfx file?
Is there any way to create .pfx files in order to sign documents,
I've found a program called x509 Certificate Generate,but I want to know if it can be generated in code using c#.
1
vote
1answer
56 views
Verifying the issuer of digital certificate?
I am developing an application in C++. Here i am performing some encryption and decryption using the digital certificates. My objective is that a user with an valid digital certificate should only be ...
1
vote
0answers
118 views
Verifying digital signatures on Mac Adobe Reader
I'm attempting to sign PDFs with an SSL certificate issued from Go Daddy. These signatures show up as valid in the Windows Reader as long as you check the "Validating Signatures" check box under Edit ...
1
vote
1answer
58 views
Is this a legitimate tool to check for digital certificates?
I've been looking for a method to handle checking my domain for certificates that are in use, but my provider doesn't provide a tool to see how many are currently in use. I've stumbled upon the ...
1
vote
1answer
77 views
Auto-enable macro with digital cert?
So will a digital certificate that is issued from a trusted signing authority, when used to sign an Excel document, allow the document to automatically run macros?
Does it make a difference whether ...
1
vote
0answers
878 views
CertEnroll::CX509Enrollment::InstallResponse: Cannot find object or property. 0x80092004 (-2146885628)
I have this problem, i wrote C# code for
1. Generating CSR pro-grammatically
2. Submit the CSR to Microsoft Certificate Services
3. Receive the certificate and save as pfx.
The code works great, ...
1
vote
2answers
322 views
Signing documents with SunMSCAPI and suppressing the “Enter PIN” dialog
I am developing a java code that signs documents using a certificate token. So far, everything works great, but I want to suppress the "enter pin" dialog because I am storing the user's pin so he/she ...
1
vote
2answers
295 views
Driving a Certificate Authority programatically (C# or C++)
I'm writing a client/server application that requires the server needs to be able to authenticate the client and also requires all comms to be encrypted.
The mechanism to provide this needs to be ...
1
vote
1answer
1k views
Help to set “Publisher” for JApplet
I have generated the keystore and its inner key. Then I signed my test applet. But each time I start my jnlp applet I can see the Internet browser security Warning dialog which shows that...
...