Tagged Questions
X.509 is a format for encoding digital certificates used in public key cryptography. It is encoded using Abstract Syntax Notation One (ASN.1).
15
votes
2answers
10k views
How can I configure WCF to use x509 certificates over the internet?
I need to use an x509 certificate to get secure message level authentication from a rich client via the internet to a secure WCF Web Service.
Specifically, I am looking for a working step-by-step ...
13
votes
4answers
14k views
CryptographicException 'Keyset does not exist', but only through WCF
I have some code that makes a call to a third party web service that is secured using X.509 certification.
If I call the code directly (using a unit test) it works without any problems.
When ...
10
votes
4answers
1k views
Primer for X.509 certificates on Windows
I am presently studying the topic of encrypting and signing SOAP messages via WSE 3.0 or WCF. Since I have not participated in distributed application development involving the public Internet, I find ...
8
votes
1answer
275 views
Sign JAX-WS SOAP request
I would like to write a JAX-WS web service that signs my SOAP messages using the http://www.w3.org/TR/xmldsig-core/ recommendation.
With what I found on the internet I wrote a JAX-WS handler ...
5
votes
3answers
249 views
Generating RSA keys in PKCS#1 format in Java
When I generate an RSA key pair using the Java API, the public key is encoded in the X.509 format and the private key is encoded in the PKCS#8 format. I'm looking to encode both as PKCS#1. Is this ...
5
votes
1answer
1k views
How to calculate X.509 certificate's SHA-1 fingerprint?
I'm trying to implement an X.509 certificate generator from scratch (I know about the existing ones, but I need yet another one). What I cannot understand is how to calculate the SHA-1 (or any other) ...
5
votes
5answers
1k views
Serial Number of a X.509 Certificate
I am programming a Certification Authority in java for a uni class, now I don't know what's the best option for the serial number of the Certificate.
Simple static counter from 0 to veryBigNumber
...
5
votes
5answers
8k views
iPhone TrustStore CA certificates
Does any of you have a clue how to alter the contents of Security.framework/TrustStore.sqlite3. It seems as if the iphone uses it to store trusted CA certificates. I really want my iPod touch to trust ...
4
votes
1answer
471 views
Decoding an ASN.1 DER OCTET STRING with OpenSSL
Using the OpenSSL API, I have extracted a custom extension from a X.509v3 certificate with:
X509_EXTENSION* ex = X509_get_ext(x509, 4);
The X509_EXTENSION object contains a value (ex->value) that ...
4
votes
2answers
957 views
How to programmatically create an X.509 certificate in .NET?
I'd like to create a new X.509 certificate in .NET, that meet the hash algorithm and key length requirements that I set. This will be a self-signed certificate. Creating a new certificate may create ...
4
votes
3answers
1k views
How to validate X.509 Certificate in C# using Compact Framework
I am trying to validate an X.509 certificate using C# and .NetCF. I have the CA certificate, and if I understand correctly, I need to use the public key from this CA certificate to decrypt the ...
4
votes
3answers
5k views
WCF username without certificate
I'm working on a project where I need the following
WCF service on server side (.net 3.5)
WPF client for the client side (.net 3.0)
I have an existing application that I have to utilize the ...
4
votes
3answers
1k views
Inter-convertability of asymmetric key containers (eg: X.509, PGP, OpenSSH)
Are asymmetrical cryptographic keys fundamentally inter-convertible between the major key container formats? For example, can I convert an X.509 key file into a PGP or OpenGPG key file?
...
3
votes
2answers
369 views
WCF Service Unable to Access Personal Certificate Store Unless Service Account is Logged In
I created a WCF service that has a method which makes a call to a SOAP web service over the internet.
In order to make a call to the SOAP web service, it requires that an X.509 certificate be sent ...
3
votes
1answer
2k views
snk vs. code signing certificate
In my organization we use snk files with strong names assemblies. We generate the snk ourselves.
In addition we use a code signing signature on the binaries. We get the pfx from Verisign.
What is ...
3
votes
3answers
3k views
Crypto/x509 certificate parsing libraries for Python (pyOpenSSL vs Python OpenSSL Wrappers vs…)
Any recommended crypto libraries for Python. I know I've asked something similar in http://stackoverflow.com/questions/143523/, but I should've split the question in two.
What I need is the ability ...
3
votes
3answers
2k views
Why is this X.509 certificate considered invalid?
I have a given certificate installed on my server. That certificate has valid dates, and seems perfectly valid in the Windows certificates MMC snap-in.
However, when I try to read the certificate, in ...
2
votes
1answer
122 views
Is it recommended to Sign and Encrypt SAML AND use SSL?
Is it necessary to encrypt a SAML request if I am signing it with a my private key and sending it over SSL? Or would it be better practice to sign it using my private key, encrypt it using the ...
2
votes
1answer
350 views
OpenSSL generate and sign certificate with custom subject fields
I need to create and sign (I am CA) certificate with custom subject (, SERIALNUMBER=...,).
So far I have modified openssl config file so I am able to inclde custom fields in subject.
[ new_oids ]
...
2
votes
2answers
4k views
keytool error: java.lang.Exception: Input not an X.509 certificate
I am trying to import Gmails smtp certificate for use with Jira, but I get this error when importing using Javas keytool.
I used openssl to get the certificate, everything between ----Begin ...
2
votes
1answer
71 views
Custom certificate as proof of transaction
I'm developing a site where a user conducts a given transaction and once completed, the user is issued with a 'secure certificate'. The certificate serves as proof of the transaction and the user is ...
2
votes
5answers
259 views
How does a CA decide if entity is trustworthy
I am currently programming a Certification Authority for a uni class, I am currently struggling with the concept of creating the certificates.
How does a CA usually decide if it should give a ...
2
votes
2answers
2k views
how to use X509 certificates (to sign a file w/ simple verification, + other questions)
I spent several hours yesterday trying to digitally sign a short file using an X509 certificate (one of the "freemail" certificates from thawte). I finally got openssl to sign it as an SMIME message, ...
2
votes
1answer
181 views
Implementing Message Security in NETCF
As far as I know only a subset of WS-Security version 1.0 is supported in NETCF and it uses X.509 certificates.
How can I obtain such a certificate to implement it in my application and prevent others ...
2
votes
3answers
1k views
Tool for Viewing X.509 Certificates?
Does anyone know of any good tools to view the store name, store location, or values of an X.509 Certificate?
2
votes
2answers
877 views
How to use client certificates in Apache httpd to connect to an LDAP for authorization?
I have a site that is using x509 client certificates (2 way SSL) to authenticate users and an LDAP directory that contains authorization information. I would like to use one of the certificate ...
2
votes
4answers
2k views
x509 certificate parsing libraries for Java
Any recommended crypto libraries for Java. What I need is the ability to parse X.509 Certificates to extract the information contained in them.
Thanks
1
vote
0answers
96 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
vote
0answers
61 views
How can I pass a SSL certificate to a SOAP server using SOAPpy / Python
I am building a script to access a HTTPS/TLS TCP site that requires a X.509 certifcate that I have as a .pfx file.
I am using SOAPpy 0.12.5 and Python 2.7 and have started off with code as below,
...
1
vote
0answers
55 views
Please tell me how to print the values of extensions in x.509
HTMLè¯è¨€: Codee#23000
my x.509 's user extensions were defined as follows:
X509v3 extensions:
X509v3 Basic Constraints:
CA:FALSE
Netscape Comment:
...
1
vote
2answers
196 views
How to make X.509 certificate?
I am trying to make a X.509 certificate. I am using makecert.exe to make this. I use this command to make my X.509 certificate
makecert.exe -sr LocalMachine -ss My -a sha1 -n CN=MyServerCert -sky ...
1
vote
4answers
48 views
why does ssl's ciphersuite contain authentication algorithm?
SSL's handshake should negotiate the ciphersuite between peers which contains authentication, key exchange, encryption and digest algorithms. But the X.509 certificate which server sends to client ...
1
vote
2answers
209 views
Creating CSR programmatically
I am trying to create a CSR programmatically. I've read about ASN.1, RFC 2986, X.509.
I have also parsed several DER-encoded CSR files manually which were created using OpenSSL.
Everything looks clear ...
1
vote
1answer
272 views
Creating google oauth X.509 certificate in PEM format within Mac OS X
I am currently in the process of setting up the Google oauth for my site and I was wondering if it is possible to generate a X.509 certificate in PEM format within MAC OS X via terminal?
Google ...
1
vote
2answers
982 views
How to solve “Key not valid for use in specified state” error when using Azure ACS?
I'm attempting to get OpenID authentication to work in my Azure ASP.NET MVC 3 application and have followed the steps in the MVC 3 Custom Login Sample to do so. Everything works fine in the ...
1
vote
0answers
135 views
Error Using Certificate Authentication in WCF
I'm in a bit of a pickle!
I am getting the following error when deploying to one of my live servers which I haven't seen in previous installations. This server is behind a hardware load balancer ...
1
vote
2answers
102 views
What is the purpose of the “validity period” in X.509 certificates?
I've read the parts of RFC 2459 (Internet X.509 Public Key Infrastructure Certificate and CRL Profile) that I believed to be relevant to this question. However, I'm not totally clear on what the ...
1
vote
1answer
158 views
Certificates in WCF mutual certificates authentication
Should the X.509 certificates used in WCF client and WCF service be signed by certificate authority (VeriSign)? Or they can be signed by Windows Root authority?
1
vote
1answer
394 views
DER encoding - How to convert implicit tag to explicit tag
I have an X.509 certificate that contains a set of data with the following IMPLICIT [0] tag:
A0 81 C6 (value)...
And I have this excerpt from a standards document:
The IMPLICIT [0] tag is not ...
1
vote
2answers
417 views
WCF Message Security With Service Certificate Only
I'm new to WCF, and wanted to know if it is possible to do Message Security, where I use a x.509 certificate for the service only, and for client security do windows credentials, is this acceptable, ...
1
vote
2answers
637 views
X.509 certificate based authentication with OpenSSL (without using sockets)
Is there an alternative in OpenSSL to SSL_set_connect_state()/SSL_set_accept_state() for X.509 certificate based authentication?
The problem is that in my application the client and server do not ...
1
vote
2answers
6k views
X.509 Certificate validation with Java and Bouncycastle
through the bouncycastle wiki page I was able to understand how to create a X.509 root certificate and a certification request, but I do not quite understand how to proceed concept- and programming ...
1
vote
1answer
175 views
alter x509 extended properties / usages
Is there any way to programmatically edit the purposes enabled for a give x.509 certificate?
This functionality is available via the certificates mmc snap-in (hyperlink below) but I need to perform ...
1
vote
1answer
731 views
Encrypted and encoded XML representation of X.509 Certificate for SAML metadata
I order to set up SSO and function as Service Provider with my Identity Provider I need to specify which certificate I want to use for signing and encrypting in the exchanged metadata XML file. But ...
1
vote
3answers
179 views
Are there any functions for working with the contents of X.509 Certificates in Cocoa Touch?
I have a SecCertificateRef representing an X.509 certificate. Does Cocoa Touch have any libraries for working with the contents of the certificate (I couldn't find any), or will I need to parse the ...
1
vote
1answer
374 views
X.509 Digital Signatures printed
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 any shorter representation of ...
1
vote
1answer
3k views
iPhone SSL client certificate not working
Authenticating user with RSA certificate through iPhone' Safari browser not working with IIS website. I cant get it working. IIS just gives up with "client certificate required" error and safari ...
1
vote
3answers
1k views
What type of X509 Certificate to use for XML Signature?
I'm currently developing some software that uses XML Signing to transfer files securely between two machines. We're using X.509 certificates from our own CA as keys.
The CA (Windows 2003 server) ...
0
votes
0answers
9 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 ...
0
votes
2answers
102 views
ADFS 2.0. Figuring out purporse and value of each X.509 certificate
I'm new to all this security features, and recently I was asked to look into ADFS 2.0. I found ADFS uses the following types of X.509 certificates to communicate with Relying Party (RP):
Common for ...