Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
5answers
471 views

Why is my .Net app contacting Verisign?

I wrote a .Net application that has nothing to do with network communication. There is not a single line of code in the whole application that uses the NIC, but my firewall has caught it trying to ...
3
votes
2answers
360 views

J2ME - code signing using verisign Intermediate CA

I want to sign the J2ME midlet using verisign intermediate CA. Does any one know how to do that or any one succeed with verisign code signing. Please help me with the steps.
2
votes
1answer
1k views

Verifying a certificate with Verisign OCSP Server

I'm attempting to use Verisign's OCSP server to verify a certificate that it has issued, for example, amazon.com I have the issuer certificate (which was rather hard to find). As well as the amazon 0 ...
2
votes
1answer
463 views

Which verisign SSL Certificate should I go with?

I'm looking an option to buy a verisign ssl certificate for my company. previously we were using godaddy but godaddy ssl is not installed on blackberry. we can install manually or programmatically but ...
2
votes
1answer
478 views

Does signing Java ME MIDlet by a certificate from VeriSign help avoid security warnings?

I was sure for a long time that the answer is yes. But after I've read this article: http://javablog.co.uk/2007/08/09/how-midlet-signing-is-killing-j2me/ (especially "How MIDlet signing used to be" ...
1
vote
1answer
131 views

PHP determine type of SSL certificate

I have certificate that can see in browser - signed by VeriSign - G3 But when I try to read with openSSL(or in PHP) like pkcs12 or x509 or pkcs7 - error like: openssl pkcs12 -in cert.to.test.cer ...
1
vote
1answer
167 views

Domain Whois Information Algorithm

Is it possible to run an algorithm of all the verisign (and maybe individual registrars whois) domain data to call out qualified information?
1
vote
1answer
85 views

For which functionalities/Permissions certification is required from Thawte or Verisign for a J2me application?

I would just like to know if I'll need a certificate from Thawte ( $299 for 1 year )or verisign for my j2me application for the s60 3rd edition. My app uses the following functionalities:- Access IMEI ...
0
votes
1answer
76 views

How to get around Certificate errors in a dev environment?

We have certificates from VeriSign for our domains. However, I am trying to do some testing on our development environment and keep getting certificate errors (since the development IPs don't match ...
0
votes
0answers
71 views

S/MIME without the key exchange part

I'd like to use a centralised authority (like with SSL) to allow users with a digital id to send e-mail to people without a digital ID/cert. Is this possible, or is web-of-trust style key exchange ...
0
votes
1answer
139 views

Running a signed midlet on the emulator produces a SecurityException

I have a signed midlet (VeriSign Class 3), which runs perfectly in several Nokia devices. When I try to run it on the JME SDK 3.0 emulator it produces a java.lang.SecurityException: Application not ...
0
votes
1answer
235 views

Adobe PDF Certification - Java

I'm currently building a Java daemon that will need to be able to sign and certify PDF documents. Now I've already implemented the code for this, but there is one "little" problem. The problem: The ...