X.509 is an standard for a public key infrastructure used for authentication and access control. X.509 specifies standard formats for certificates, revocation lists, attribute certificates, and path validation.

learn more… | top users | synonyms

0
votes
1answer
15 views

What certificate do I buy to sign XML?

We have a web service that exchanges data via XML document with a vendor. Each vendor needs to digitally sign the XML document to ensure the integrity of the data transmitted for audit purposes. I ...
1
vote
1answer
18 views

Spring x.509 authentication only for certain port

I would like to have the following scenario in my Spring app: All connections to port 8440 have one-side https authentication (only the server is authenticated) All connections to port 8441 have ...
0
votes
0answers
33 views

Are X.509 certificates in WS-Security sent in clear or encrypted?

I have the following policy file on the client side, and Axis2 Rampart enforces it <wsp:ExactlyOne> <wsp:All> <sp:SymmetricBinding> <wsp:Policy> ...
0
votes
0answers
65 views

Axis2 ssl X.509 SOAP v 1.1 WS – Security 1.1

I need to connect to Axis2 web services (with sap netweaver behind it) and I was able to send message via SOAPUI. However I can't make it to work in the client. (I can only modify client.config) ...
1
vote
1answer
180 views

How to import an OpenSSL key file into the Windows Certificate Store

I've got an OpenSSL generated X.509 certificate in PEM format and it's associated key file. This certificate is required for authentication when connecting to a prototype server. This works fine on ...
0
votes
0answers
125 views

Writing a WS-Security policy for Axis2 Rampart

I am trying to write a WS Security policy for a webservice client and the webservice. I want to configure Rampart to include in the outgoing soap messages from the client the following: 1- An X.509 ...
0
votes
0answers
59 views

Use openssl to generate a signature for a file using a private key

I have a .cer certficate, a .pem private key with a passphrase and a text file for which I need a signature. I know that the signature should look like this: ...
0
votes
0answers
34 views

How to import MySQL server CA Certificate

I'm trying to connect securely through SSL and referring this link: dev.mysql.com As mention in the link, I hit keytool -import -alias mysqlServerCACert and I get prompt for password. I provide a ...
2
votes
1answer
161 views

How to bypass Untrusted certificate error from GWT client side code?

I created a self hosted HTTPS WCF web service running on my Localhost machine. Now i make a request to this web service from a GWT based application hosted on some domain. I use self-signed ...
0
votes
1answer
111 views

Storing an X.509 certificate in a Java keystore

I am trying to store a proxy X.509 certificate into a keystore. The certificate is generated using bouncycastle library, the problem is that I do not have the secret key for the certificate and from ...
0
votes
1answer
1k views

java.lang.Exception: Input not an X.509 certificate :keytool error

I want to activate https in tomcat 6. When I import the SSL certificate then I got below stated error : keytool error: java.lang.Exception: Input not an X.509 certificate How can I solve this ...
0
votes
0answers
54 views

What does OpenSSL based QCA do when calling “QCA::Certificate::subjectPublicKey::toDER()”?

this question might seem odd, but I am a little lost here. What I am trying to do is to find out which OpenSSL methods get called by some Qt/QCA method internally when QCA is using the OpenSSL ...
2
votes
1answer
290 views

Spring Security X.509 authentication without user-service

I'm using Spring Security (v3.1.3) for X.509 authentication in my web-application. Users and roles are stored in the Database, but I don't actually need to do it, as CNs of client certificates conform ...
1
vote
1answer
191 views

Node.js client certificate authentication on some paths only

I have a node.js based web app that requires secure (https) connections from client. What I want is that on some paths client certificate authentication is required and on other paths not. So for ...
0
votes
1answer
150 views

Sign XML with x.509 android

Is there any way to sign Xml document with X.509? I've been looking all over internet but it seems that signing xml document with x.509 is not possible?. ...
0
votes
1answer
768 views

Trusted Root Certificate Automatically disappear on client SSL connection

I have this weirdest problem. First off: I'm VERY new to this certificate thingy. I've done a fair amount of searches and reading up though. The CA Cert that I install into the Trusted Root ...
3
votes
1answer
134 views

Why are these Botan public keys so similar?

I am using Botan to create public/private ECDSA keypairs. The public keys that are generated (even on different machines using this code) are very similar... too similar to consider safe I would ...
0
votes
2answers
407 views

Programmatically generating, storing and using X.509 certificates in C#

I'm working on an application written in C# where I basically need to act as my own certificate authority. The data flow is something like this: The end user generates a public/private key pair and ...
0
votes
1answer
82 views

The EncryptedKey clause was not wrapped with the required encryption token 'System.IdentityModel.Tokens.X509SecurityToken'

I have just added a security layer to my WCF service, and I am getting an exception in the trace log saying The EncryptedKey clause was not wrapped with the required encryption token ...
0
votes
2answers
401 views

Convert der to pem through bouncy castle library

I found many answers towards convert from pem to der. However, I cannot find ways to convert der to pem. for example, the following codes generates der encoded file pkcs10.cer public static void ...
3
votes
1answer
334 views

X509 certificate CSR DN parsing

I'm having a problem with X.509 certificate DN parsing. The CSR generated is of the form: /C=/ST=/L=/O=/OU=/CN= The signed certificate issued by the CA is of the form: C=USA, ST=NJ, L=test, ...
0
votes
1answer
89 views

Using OpenSSL through a Java program to issue X.509 certificates

I am writing a Java program and at this point I want to issue signed X.509 certificates to users, but first I must generate the certificates on request. From my research, I found that the simplest way ...
0
votes
3answers
390 views

How do I verify from a servlet that the connection was made with two-way SSL?

I've written a servlet filter to add security to a web application. In some situations, I want to verify that the connection with the application server was made with two-way SSL (TLS 1.0). Normally ...
1
vote
0answers
64 views

Restriciting access to my ASP.NET site based on existenence of client certificate

I have an ASP.NET site which I would like to restrict access too. I have configured the server side certificate so all is well there, and I am readily able to issue client certificates to those third ...
0
votes
1answer
187 views

Web Services with x.509 certificates. Porting C# code to Rails

I am currently in the process of building a new web-based system in rails to replace a legacy .NET solution (stand-alone Win32 app). The system allows analysts to perform a number of actions. In many ...
0
votes
1answer
67 views

How is a server certificate validated in SSL?

Let's say server S sends it's certificate to client C. What is the method used to validate that this certificate is authentic? What are the steps carried out to ensure that this is indeed the ...
0
votes
0answers
113 views

IIS7 to require different CA cert for client x.509 authentication than website cert

We are working on php web application hosted on IIS 7 with implemented smartcard x.509 certificate authentication. For website SSL connection we use certificate from well known Certification ...
0
votes
1answer
278 views

How do you get a users X.509 certificate over an HTTP request - (without SSL)

We would like to authenticate/authorize users using X.509 certificates and groups within LDAP. With Tomcat 5.5 we were able to do this by getting the X.509 cert over SSL and then switching back to ...
1
vote
0answers
136 views

How do I diagnose a certificate recoverable trust failure on iOS, without SecTrustGetTrustResult?

While adding a client certificate to an iOS application, I'm encountering a recoverable trust failure with the cert. The iOS docs discussion for SecTrustEvaluate specifically suggests using ...
0
votes
0answers
171 views

Trying to call a Webservice secured with X.509 Certificate

I'm trying to call a webservice that is secured using an X.509 Certificate. The provider of the webservice has supplied me with a username, and password. When I browse to the site using Firefox, the ...
1
vote
1answer
2k views

Mutual certificates authentication in SoapUI

I have a Jax-ws web service. I've successsfuly tested it with soap ui. but now I've added mutual authentication security. Client and server just exchange with x.509 certificates. How to configure soap ...
0
votes
1answer
263 views

svcutil not producing Config file

On the time of installer I install new certificate on each machine so i need to update application config file with certificate encoded value. <client> <endpoint ...
0
votes
0answers
567 views

Signing, encrypting, and decryptying with X.509

I was able to establish a framework where I'm able to get my client generated a certificate from a server. The client generates a request for certificate and server provides. Both sides do not share ...
1
vote
0answers
345 views

Programmatically authentication in LifeRay

I'm using LifeRay and need some kind of special authentication: my users have x.509 certificates which are validated by an Apache Webserver. After a successful validation, the user is redirected to ...
0
votes
0answers
89 views

Issue with certificate while showing signer name of signed email in outlook

I have three x.509 certificates One has Subject alternative name Extension as RFC822 Name=abc@xyz.com) second has Subject alternative name Extension as RFC822 Name=null) Third do not have subject ...
0
votes
1answer
289 views

IX509PrivateKey::Create throws access denied when called as “Network Service”

I'm using IX509PrivateKey to create a key for an X.509 cert request (as "NT AUTHORITY\NETWORK SERVICE"), and the Create method is generating an access denied (I'm P/Invoke-ing the dispatch interface ...
3
votes
2answers
193 views

C# Certificate generation framework

Does anyone know a C# framework that can generate public/private keys, X.509 certificates and sign those certificates?
0
votes
1answer
69 views

Remote Signing Best Practices - Design validation

In our company, we are trying to design a centralized server-side service to sign emails and documents. Before even start doing so we would like to know some considerations or best practices that you ...
1
vote
1answer
735 views

KeyFactory.generatePublic from hardcoded X.509 certificate

I need to divide my app to app and extension. So i took an example for Google Play Downloader Library (android-sdk\extras\google\play_apk_expansion\downloader_sample). Project builds fine, but it ...
0
votes
1answer
87 views

What is the difference between X.509 certificate and WTLS certificate

I would like to know the difference between these two certificates and which one is useful in wireless communication environment. Thank you.
5
votes
1answer
3k views

How to read a RSA public key in PEM + PKCS#1 format in Python?

I have a RSA public key in PEM format + PKCS#1(I guess): -----BEGIN RSA PUBLIC KEY----- MIGJAoGBAJNrHWRFgWLqgzSmLBq2G89exgi/Jk1NWhbFB9gHc9MLORmP3BOCJS9k ...
1
vote
0answers
87 views

How distribute certificates from software company

I would ask for help in this matter. I work in a software company and we're writing a client-server application (like system of documents circulation). It will be delivered as a complete solution as ...
9
votes
2answers
1k views

Why different private key strings under Linux or Windows?

When I'm creating private key strings with the following PHP code (and same config-parameter), they are enclosed between different strings: $configs = array('config' => 'OpenSSL.cnf', ...
1
vote
2answers
738 views

What tools can I use to generate X.509 certificates?

When I Google this I find many places that recommend using the PluralSight tool to generate a certificate, but this tool is no longer available. Does anyone know of another tool that will easily ...
6
votes
3answers
2k views

Does OpenSSL really need a path to openssl.conf?

I want to create a self-signed-certificate in PHP 5.x. with my own (alternative) openssl configuration which should be defined by my PHP code. The PHP script will run on different environments (shared ...
0
votes
2answers
363 views

Which PEM file should I provide when uploading to S3 using HTTP PUT

I'm trying to put a file in S3 using a presigned signature my Java web server provides http://docs.amazonwebservices.com/AmazonS3/latest/dev/PresignedUrlUploadObjectDotNetSDK.html I need my uploading ...
0
votes
0answers
173 views

WCF implementation of X.509 between Silverlight client and AWS-hosted Windows server

I found some answers related to implementing X.509 in a WCF web service but nothing seems to apply to my particular scenario. I have created and deployed a simple SOAP WCF web service on an AWS EC2 ...
0
votes
1answer
462 views

Consume Webservice in VS2010 using x.509 authentication

Google and stackoverflow seem to be silent on how to do this. I must be missing something but how do you get VS2010 to allow you to add a x.509 certificate and password to authenticate an SSL service ...
0
votes
1answer
259 views

openssl_x509_parse returning false

I'm pulling a user certificate and attempting to use their information to log them in. This is what I have so far. Running on Apache with PHP I'm able to echo the $_SERVER variable which is an ...
1
vote
0answers
414 views

Programmatically using smartcard to login onto Active Directory (C#)

Here is my scenario: I have a client application running outside the domain, on a computer outside the domain. My application needs to prompt the user to login with smart-card, and use the x.509 ...

1 2 3