1
vote
2answers
32 views
How can I verify that a certificate is an EV certificate with Java?
Consider the following sample code which uses a TrustManager to log whether an outgoing connection used a valid certificate (but accept the connection in all cases):
import java.s …
0
votes
2answers
18 views
How to create a self signed certificate with the private key inside in a file in one simple step ?
I'd like to generate a certificate for development purpose but, I don't want to install the certificate in the store.
makecert with the switch -pe doesn't create the private key i …
0
votes
2answers
59 views
Client-side SSL theoretical question
I work at company X and we want to engage in a B2B transaction with company Y. In doing so, Y is requiring client side authentication; they already provide server-side authenticat …
-1
votes
0answers
48 views
When will I get my certificate? [closed]
I cleared my SCWCD certificate on 7th September, 2009, but I've not yet received it. When will I get my certificate? I already checked it in certManager, and my certificate had bee …
3
votes
1answer
52 views
Java: How to show a dialog to let the user accept SSL certificates
I'm currently having a self signed certificate for my HTTPS webserver.
In my java program there is a SSLSocketFactory that will create a socket to the webserver. The default imple …
0
votes
2answers
52 views
X509Certificate2-class problem
Hi all,
i have two machines machine1 and machine2. On one of those two machines (machine2) is my certificate store, the certificate store on machine1 is not allowed to be used. Fu …
0
votes
1answer
19 views
Using client side certificates with objective-c under macosx with Cocoa
I am looking for sample code or documentation on how to use client side certificates with SSL under MacOSX.
The server I want to connect to, does speak a custom ascii protocol b …
0
votes
3answers
72 views
Delphi 7 access Windows X509 Certificate Store
Hello,
My questions if pretty simple: is there a simple way to access Windows X509 Certificate Store using Delphi 7?
Before asking this questions I have googeled, but have not fo …
0
votes
3answers
39 views
Securing multiple domains on a single app.
I'm investigating a feature to allow users to point their own domain names at our service to provide a more complete white-lable offering. So, I end up with multiple domains hitti …
0
votes
1answer
33 views
Apple Push Notification Service: Certificate Install Server Side?
I've followed the instructions at How to build an Apple Push Notification provider server (tutorial) in an attempt to set up a push notification server.
When I attempt to connect …
0
votes
1answer
30 views
iphone app submission with other developers binary
Hey All.
I am making an app that needs to be released by the client.
Am I able to build and sign the final binary with my distribution certificate and send it to the client to up …
0
votes
0answers
26 views
UNIX/LINUX Certification [closed]
Guys,
I knew this is not a programming related question, Can any one provide me the information and guidence on how to complete RED HAT Certification.
Please provide me any mater …
0
votes
1answer
26 views
How to determine the root of a certificate?
My root certificates are stored as several files in ASN.1 format.
Assume I have a chained end entity certificate in the same format. How do I efficiently determine the root certif …
0
votes
2answers
18 views
WCF client endpoint certificate reference, how to find when there’s a comma in the distinguished name parts?
We are trying to reference a certificate for a client endpoint configuration in our WCF configuration file.
The configuration looks like this:
<client>
<endpoint add …
0
votes
1answer
16 views
Should I be able to see subjectAltName options when I view a certificate?
I've requested an certificate (for SSL on IIS 7) with several subjectAltNames. I'd read that some people might not like to do this because of the public being able to see links be …
