0
votes
3answers
215 views
Getting a SSL connection to work with STUNNEL/Win32
The service I need to connect to has provided me three files and I'm trying to figure out what I need to create the Cert=xxx.PEM file that STUNNEL needs
I have a "keystore.jks" fi …
0
votes
4answers
277 views
Why use an x.509 certificate to encrypt xml? Why not just transmit over https?
Don't know much about encryption...
Say I'm preparing a SAML request to submit to an identity provider. Why would I need to apply an x.509 certificate to this request? Is transmis …
0
votes
1answer
76 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 metad …
1
vote
1answer
94 views
X.509 Digital Signatures printed
Hello,
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 an …
2
votes
3answers
1k 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 a …
1
vote
2answers
1k 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" er …
0
votes
1answer
697 views
“Cannot load the X.509 certificate identity specified in the configuration”
I transfered a workking WCF service from my development environment to the QA environment, including the certificates (Root Authority, Root Auth revocation list, Service certificat …
0
votes
2answers
121 views
IIS7 & X.509 certificates: connecting from asp.net to a web service - where to store certs?
Hi,
I have to make a connection to an XMLRPC site from a web application, which uses an X.509 certificate for authentication. Here on my development machine (Vista), I have the k …
0
votes
1answer
29 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 …
0
votes
1answer
321 views
Cannot find X.509 certificate using FindByThumbprint
I am getting the following error when I try to instantiate an instance of a third party web service client...
Cannot find the X.509 certificate using the following search criteria …
6
votes
2answers
2k 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 work …
1
vote
2answers
1k views
Crypto/x509 certificate parsing libraries for Python (pyOpenSSL vs Python OpenSSL Wrappers vs…)
Hi!
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.
Wha …
0
votes
2answers
218 views
X509 - Toolkit/API - C/C++ Certificate Management
Hello
I am looking to identify a third party API which will perform certificate management using c/c++;
Ideally, the API should perform the following,
Generate CSR's
Perf …
0
votes
2answers
604 views
How To: WCF with Transport Security+Server Cert Auth. WITHOUT Client Cert?
Am I correct in understanding that a WCF Service could be setup with "Transport Security", + "Certificate Authentication" and without a "Client Certificate" installed client side? …
1
vote
1answer
92 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 applicatio …
