Tagged Questions
10
votes
5answers
3k views
iPhone web service calls to WCF Service with Certificate Authentication
We are a .Net shop that has standardized on WCF Services. We are in the processs of developing an iPhone application that needs to make secure web services calls to obtain data for the app. To ensure ...
6
votes
1answer
269 views
Bouncycastle: X509CertificateHolder to X509Certificate?
In versions prior to r146 it was possible to create X509Certificate objects directly.
Now that API is deprecated and the new one only deliveres a X509CertificateHolder object.
I cannot find a way to ...
5
votes
1answer
489 views
WCF Certificate Chain, verify programmatically
I'm trying to use certificates programmatically, rather than using the store. I'm creating X509Certificate2's with filename and password.
This works fine when I have manually added the root ...
3
votes
1answer
110 views
Getting certificate chain to a private root
I'm trying to verify that the certificate from a signature chains back to a particular root certificate, which is not trusted by Windows (it's a private certificate for the app).
My current attempt ...
3
votes
1answer
308 views
Certificate subject X.509
According to the X.509, a certificate has an attribute subject.
C=US, ST=Maryland, L=Pasadena, O=Brent Baccala, OU=FreeSoft,
CN=www.freesoft.org/emailAddress=baccala@freesoft.org
This is the ...
3
votes
1answer
910 views
OpenSSL Version V3 with Subject Alternative Name
I'm using the OpenSSL command line tool to generate a self signed certificate. It seems to be working correctly except for two issues. I can't get it to create a .cer with a Subject Alternative Name ...
3
votes
1answer
639 views
openssl: how to read a .crt file..?
I want to read the certifi.crt file using OpenSSL API (not in commands). I have no idea how to do that. If any one knows, please help me. Thank you.
If you give example code that will be very ...
2
votes
1answer
53 views
Digital Signature with wrong value
I am trying to create a digital signature for a block of Text. While I seem to be able to create a signature it is different from the digital test signature as required by our test cases. The code I ...
2
votes
1answer
89 views
Can any tell me the difference between CSR version and certificate version?
I want to generate a X509 v3 certificate using a CSR (RFC2986), but the RFC says PKCS10 (CSR) supports only v1. Can anyone tell me the difference?
2
votes
1answer
202 views
WCF Proxy error Using X509 Certificate
I created a wcf service and could SUCCESSFULLY refer it in client application. But the problem comes when I implement X509 certificate.
1) when I change the service to use x509 Certificate, I ...
2
votes
1answer
238 views
Implementing certificate authorization in asp.net
First of all I'm sorry for my bad english.
In past two days i read a lot, but didn't find out solution for my problem.
I need to implement such authorization:
User openning web page, special form ...
1
vote
1answer
49 views
Asp.Net C# x509 Certificate Creation and Installation
I have an online B2B app that needs to
Create a Certificate Request on the Client (Browser).
Generate the requested Certificate on the Server.
Return the Certificate + Private Key to the Client and ...
1
vote
2answers
121 views
How can I add a private key to X509Certificate2 after I have already added the public key?
My steps are:
Create X509Certificate2 with public key:
X509Certificate2 clientCertificate = new X509Certificate2("public key certificate blob as byte[]");
How do I want to load the private key ...
1
vote
0answers
62 views
How to get the windows standard dialog for accepting /declining a digital certificate in C#?
When writing a C/S-Application with C# i'm checking the certificate of the server i connect to. Therefore I get a callback where i can consider about X509Certificate certificate, X509Chain chain, ...
1
vote
2answers
68 views
Open SSL extract certificate from X509 structure into char array
I am using OpenSSL to construct my own self signed certificate which I have in an X509 structure. I wan't to extract the certificate data out of the X509 structure into a char array.
I am aware of ...
1
vote
2answers
102 views
Debugging certificate policy validation failures: “The remote certificate is invalid according to the validation procedure.”
I'm trying to write a C# client that consumes a web service. The communication is encrypted. I have downloaded and installed the sites' certificate into that magic place where WinXP keeps them.
...
1
vote
2answers
59 views
Is the supported encryption strength specified in SSL certificates?
I have been trying to find the answer to this all day. I have googled, asked people in the know, trawled sites for SSL Cert vendors etc etc etc. Maybe my search-fu is just failing today. Anyway...
...
1
vote
1answer
930 views
Getting RSA private key from PEM BASE64 Encoded private key file
I have a private key file (PEM BASE64 encoded). I want to use it else where to decrypt some other data.Using Java i tried to read the file and decode the BASE64 encoded data in it...
This is the code ...
1
vote
1answer
261 views
Certificate Request Info on a PKCS#10 to be signed
I'm doing a code that has to create a PKCS#10. To do that, I have to sign my "Certificate Request Info", but when I do, the application says that the signature is invalid.
I'm using the OpenSSL.exe ...
1
vote
1answer
431 views
how to Read the certificates file from the PKCS7.p7b certificate file usind openssl?
hi i am getting PKCS7 file p7b .i want to read the content of the file and extract certificate in X509 structure. how can i access individual Certificate from the PKCS container using openssl library
...
1
vote
0answers
122 views
X509 Certificate for securing http handler - what is secure enough'?
We have a C# .NET http handler that we are trying to secure by using X509 certificates that are shared between our structure servers and a customer's work stations. However, there is relatively ...
1
vote
1answer
681 views
Obtaining a signed x509 when using ECDSA keys
I am trying to sign some X509 certificates. My root private key is an ECDSA secp384r1. I am using bouncy castle. What seems to happen is that when generating the certificate signature, the Signature ...
0
votes
1answer
40 views
How to issue certificate to an entity with custom DN format?
In our application we generate certificates for internal entities like platform and user. Our internal entities are identified by custom DNs:
Platform DN: p=platformName
User DN: ...
0
votes
1answer
62 views
How can use a X.509 certificate created on another computer?
I need to encrypt an XML file with a x509 certificate on one computer and be able to decrypt it with the same certificate on another computer. It doesn't seem to work for me like Microsoft suggests:
...
0
votes
0answers
57 views
In C/C++ How do I add a custom extension to a X509 Cert using OpenSSL?
I have the X509 structure, I just want to add an extension.
Currently I am using:
int nid = OBJ_create("1.2.3.96", "SHORT", "LONG NAME");
X509_EXTENSION *ex = X509V3_EXT_conf_nid(NULL, NULL, nid, ...
0
votes
0answers
84 views
WFC X509 certificate does not work with WSHttpBinding due to missing private key
Colleagues,
When I try to use X509 certificate with public key in .cer file, I'm getting the following exception:
{"The certificate 'CN=name' must have a private key. The process must have access ...
0
votes
1answer
159 views
Streaming MTOM Attachments in WCF and Certificate Authentication
I'm looking for a definitive answer as to whether what I'm trying to do is supported or not.
Basically, I'm using WCF to stream large MTOM attachments (200 Mb), this works perfectly fine. The ...
0
votes
2answers
405 views
Powershell and System.Security.Cryptography.X509Certificates.X509Certificate2
i'm getting this error when i run the system.security namespace. This is what i am running after
$cert=New-Object System.Security.Cryptography.X509Certificates.X509Certificate2("C:\mycert.cer")
...
0
votes
2answers
416 views
Extract pem certificate information programmatically using openssl
Using the openssl command line is possible to extract, in a human readable mode, all the information contained in a .pem certificate; that is:
openssl x509 -noout -in <MyCertificate>.pem -text
...
0
votes
2answers
141 views
Table of OIDs for certificate's subject?
Is there any table where we can find all correspondences between OIDs and attributes they represent in the subject field of certificate. For example, I know that "1.3.6.1.4.1.311.20.2" means ...
0
votes
1answer
197 views
python create signature X509
I would like to know how can I create a signature X509 using python.
I can not find any good example explaining about how such signature can be generated using python.
The goal is to have something ...
0
votes
1answer
100 views
Encoding a X.509 certificate using PER
I have a X.509 certificate and I want to encode it using PER (Packed Encoding Rules). Is there any open source application that I can do it?
Or is there any open source library that can do it. I ...
0
votes
1answer
402 views
“Object contains only the public half of a key pair. A private key must also be provided.” Using 2 .pem's & X509 & MS Services3.Security
Here's the code:
using ADPTest.com.adp.hrbws;
using System.Security.Cryptography.X509Certificates;
using Microsoft.Web.Services3.Security;
using Microsoft.Web.Services3.Security.Tokens;
using ...
0
votes
1answer
380 views
Can't find cert in local store
I have installed an x509 cert following these directions; http://www.vandyke.com/products/vshell/docs/windows/Use_X.509_Certificates.htm
This istalls it into the trusted root certification authorities ...
0
votes
1answer
655 views
Using personal X509 certificate to connect to SSL protected API in Android app?
I know this has been asked before but I haven't managed to find a really clear answer yet -
I'm trying to implement an API within an Android app. In order to make the initial connection, I need to ...
0
votes
1answer
168 views
Encrypting string based on X509 .cer in Python on Google App Engine
As the title says, I have the .cer file and I want to encrypt a string. I've tried quite a few libs out there, w/o success. Does anyone have any experience with this?
0
votes
2answers
437 views
Should X509 certificate have nonRepudiation bit set to check PKCS7 signature?
X509 certificate has set of keyUsage bits. Two of them are
digitalSignature
nonRepudiation (recent editions of X.509 have renamed this bit to contentCommitment).
I read X509 RFC ...
0
votes
2answers
208 views
want to read issuer String from users public key
I want to read issuer String from users public key with bouncy castle...
is there any one have some code or something from which i can get help...
0
votes
3answers
199 views
Invoke Windows Certificate Export Wizard .NET
Does anyone know how to invoke/display the Windows Certificate Export Wizard Programmically within C#.NET whilst providing an X509 Certificate?
Many thanks
0
votes
2answers
2k views
Java: Invalid keystore format, when generated through code
This has been asked a couple of times, but none provide coded test cases. Here I give an example of the problem:
programmatic generation of a Keystore (works)
creation of certificate within that ...
0
votes
3answers
1k views
Delphi 7 access Windows X509 Certificate Store
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 found any useful info
Thank ...