Tagged Questions
In Public Key Infrastructure cryptography a CSR is a Certificate Signing Request
29
votes
8answers
6k views
iPhone Developer Portal won't accept my CSR
I am using the Development Provisioning Assistant in the iPhone Developer Portal, but when I get to the part where it asks me to generate and upload my CSR, I try to upload it and it just gives me ...
11
votes
2answers
9k views
What RSA key length should I use for my SSL certificates?
I'm in the process of creating a CSR, and I wonder which is arguably the best length for my RSA key.
Of course, 384 is probably too weak, and 16384 is probably too slow.
Is there a consensus on the ...
4
votes
3answers
5k views
BouncyCastle RSAPrivateKey to .NET RSAPrivateKey
I'm creating a certificate distribution system to keep track of clients and stuff.
What happens is:
Client send CSR to Server
Server checks and signs certificate
Server sends Signed certificate to ...
3
votes
2answers
122 views
Sparse matrix creation in parallel
Are there any algorithms that allow efficient creation (element filling) of sparse (e.g. CSR or coordinate) matrix in parallel?
3
votes
2answers
1k views
How can I parse a Certificate Signing Request with Perl?
I want to use Perl to extract information from a Certificate Signing Request, preferably without launching an external openssl process. Since a CSR is stored in a base64-encoded ASN.1 format, I tried ...
3
votes
3answers
2k views
How to decode a CSR File?
I ran accross a CSR file (Certificate Signing Request) and I need to extract some information from it.
There's a way to decode it using .NET Framework?
2
votes
2answers
116 views
In PHP how do I get a CSR's public key?
I have a web page which takes a CSR (certificate signing request) and signs them. Problem is: I dont know how to extract the public key from the CSR. I tried openssl_csr_get_public_key($request) where ...
2
votes
1answer
407 views
iPhone - Certificate Signing Request not showing in Distribution Profile
We're trying to get our app ready for distribution on the app store. We provisioned it for a single device which works well so we know its not the code. We create a Certificate Signing Request (CSR) ...
2
votes
5answers
2k views
Reading a certificate signing request with c#
I want to read the contents of a csr in c#, however I haven't found any way to do it in c#.
What I've found was the namespace System.Security.Cryptography.X509Certificates, but it only handles ...
2
votes
2answers
449 views
What do CAs (Certificate Authority) deliver from CSR?
I need an SSL certificate for a web server. I can generate a self-signed SSL certificate with the following OpenSSL commands:
openssl req -newkey rsa:512 -x509 -days 365 -nodes -out cert.pem -keyout ...
1
vote
0answers
68 views
How do you generate a CSR in Java without signing it by the requester?
Basically, I need to isolate the data of the constructed CSR (Certificate Signing Request) prior to it being first signed by the entity making the request, preferably in Java. Many thanks in advance!
...
1
vote
1answer
217 views
Generating certificate signing request in Keychain Access: which private key is used?
I am wondering which private key Keychain Access in Mac OS X (Snow Leopard, now Lion) uses. Whenever I create a CSR using that app, it does not even ask for a private key to use. So which one does it ...
1
vote
0answers
97 views
How to create “Certificate Signing Request” run on all version of window using Xenroll and CertEnroll?
I have project must create Certificate Signing Request (CSR), then i use Xenroll api. But the problem is when i use Xenroll.dll (supported in Window XP) but when in window vista and new version of ...
1
vote
0answers
97 views
Parse/Validate CSR code
I'm using trustico.com reseller api in order to process ssl certificates. But interestingly I couldn't find any tool for parse CSR code for getting approver email list. There is only one tool in ...
1
vote
1answer
52 views
Is there a way to compare a CA issued Certificate against the CSR stored?
I would like to know if there is a way ( in JAVA ) to compare the CA issued certificate for a corresponding CSR against the CSR itself. To be more precise; DN comparison or the comparing the Public ...
1
vote
1answer
307 views
Generating a PKCS10 Certificate request with extra fields in java
I need to add extra fields in the CSR like keyusage, regestrationID etc.I am using java IBM-sdk60. I've gone through x500 name API's and could not find any solution. Help on API's would be ...
1
vote
2answers
206 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
2answers
519 views
Windows 7 - How to generate CSR when IIS is not installed
My .NET application will be communicating with a third party server application that is implemnted as web-service over SSL. This application will run from different flavours of Windows 7 platform. The ...
1
vote
2answers
368 views
How do I get the keysize of a given CSR in bit?
I`m writing a program in .net(c#), using the Liping Share ASN1 Editor, which decodes the given CSRs very well.
So, my problem is: How do I get the bit size of a given CSR? (i want to test if it is ...
1
vote
2answers
310 views
Python subprocess problem
I'm writing a script to generate a CSR in Python. The script is very simple. I generate an RSA private key by using the following:
keycmd = "openssl genrsa -out mykey.pem 2048"
keyprocess = ...
1
vote
2answers
283 views
Generating a CSR in Python
I'm trying to generate a CSR in Python without using OpenSSL. If someone could point in the right direction, I'd be very grateful.
1
vote
1answer
696 views
PKCS10CertificationRequest creation on android
I'm very new to android and java both, so hopefully I'm missing
something easy here. All I want to do is create a simple PKCS10
certificate signing request. I have some code that will compile and
...
1
vote
1answer
567 views
Obtaining CSR Format from a Given Symmetric Sparse Matrix
I am very new to the use of sparse matrices for solving simultaneous equations. I want to use them for solving problems in FEA.
Is there a FORTRAN routine, or a function in the Intel Math Kernel ...
1
vote
1answer
274 views
CSR Generation: Tomcat or Apache?
While not entirely programming related. I recently purchased a SSL certificate, and during the configuration I need to generate as CSR.
I am running Tomcat behind Apache via mod_jk. I see two ...
1
vote
1answer
1k views
PKCS#10 request for a object key pair from PKCS#11
I have a RSA 1024 key pair generated using standard call from PKCS#11.
I need to generate a PKCS#10 CSR for the public key.
MS has the IEnroll4 dll which will allow to raise a CSR using ...
1
vote
2answers
221 views
Are CAs allowed to modify CSRs before signing?
Can anyone please tell me if Certifying Authorities (CAs) are allowed to make modifications to the Certificate Signing Request (CSR) before actually signing the certificate with their own private key? ...
0
votes
0answers
27 views
Processing certificate requests
In order to facilitate security for some WCF calls, I need to create certificates for a group of machines that will be running my custom software. Most of the clients will be running Windows XP. To ...
0
votes
1answer
32 views
SSL and .htaccess force https
I have never done this before
This is my current .htaccess file, I want it to tell the browser to switch to HTTPS.
AddHandler php5-script .php
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
...
0
votes
0answers
31 views
Generating a Certificate Signing request with KeyUsage extension in Java
String keyUsg = KeyUsageExtension.KEY_ENCIPHERMENT;
byte [] der =new DerValue(keyUsg).getOctetString();
KeyUsageExtension keyUsage = new KeyUsageExtension(true,der);
DerInputStream in = new ...
0
votes
1answer
50 views
Setting up httpS for multiple domain
I need to setup https for multiple domians xxxx.com xxxx.net (with single common certificate)
CA where we buying certificate ask to create Certificate Signing Request (CSR), but when I'm ...
0
votes
0answers
38 views
Keychain Access: about the use of CSR files for obtaining Development and Distribution Certificates at Provisioning Portal
When obtaining the Development and Distribution Certificates from the iOS Developers Portal, we need to create a CSR file for requesting the certificates, my question is:
Can I use the same CSR file ...
0
votes
1answer
112 views
How to generate IIS7 CSR (for SSL) from C# code or using Powershell on server which IIS is running
How I can generate IIS7 CSR (for SSL) from C# code or using Powershell on server which IIS is running. Is this possible?
Regards
0
votes
0answers
71 views
OpenSSL won't install
I am extremely frustrated with the difficulty of obtaining a license to test out my iPhone applications. I am developing them on Flash CS5 on a windows machine (win7 64bit).
OpenSSL will not install ...
0
votes
1answer
366 views
How to convert .csr to .cer (or whatever usable on Windows)
I'm trying to figure out how to install .csr certificate under Windows but probably the only way is to convert it to some other format (maybe with openssl) but I have no idea how.
Please, do you ...
0
votes
0answers
157 views
making CSR certificates in Windows (7)
Closely related to How to generate CSR when IIS is not installed.
I also do not have this installed. I am developing a mobile application for iOS, and i am trying to obtain a provisioning file so i ...
0
votes
1answer
146 views
Generating CSR on iPhone
Could you tell me how can I generate CSR on iPhone with using Security.framework? Is it possible? I have looked through all manuals about Security but cannot find anything about it. Thanks in advance.
...
0
votes
1answer
144 views
Converting from COO to Compressed sparse matrix
I wanted CSR files preferably from matrix market for my OpenCL library, I searched a lot for CSR generators in C but didn't get any. I find matrix market formats comfortable since they have defined ...
0
votes
1answer
191 views
Retrieve Private Key for the generated CSR
I am create CSR using certenroll object.
Primary key is created on the same machine(Ccertificate store).
How to retrieve primary key which is stored on local store for the CSR generated.
0
votes
0answers
69 views
CSR Parsing under WINXP using VS2008 C#
I need help with parsing a CSR using C# on WIN XP platform. I saw the example with CertEnrol but that only works for Win 7. Do you have any sample code that show the same
to pull out Subject , O, OU, ...
0
votes
1answer
25 views
Can I remove the passcode on a ssl key after generating and submitting the csr?
I'd like to remove the SSL passcode on a generated SSL key but I've already generated the CSR from the pass-coded key. If I remove the passcode do I need to regenerate the CSR again or will the crt ...
0
votes
0answers
159 views
Generate CSR (incl. KeyPair) in MS-CAPI
Using Boucy Castle security provider and routines I'm able to generate KeyPair and Certificate Sign Request. The private key is accessible for me, so I can save it and use it in the future.
But I've ...
0
votes
0answers
45 views
Edge list to undirected CSR format
Given a list of edges sorted by source then destination vertex. Is there an efficient way to create the CSR/Yale representation but treating the edges as undirected?
The simplest way would be to ...
0
votes
1answer
338 views
Keychain Access cannot save CSR to disk
I'm using Keychain Access to generate a CSR file and save it to disk. After pressing save, I cannot find the generated CSR file where I specified, although Keychain Access says "Your certificate ...
0
votes
2answers
314 views
Building a Certificate Authority architecture
I am trying to build a network involving multiple clients and a single server, both written in Java. I am trying to find a way to automatically generate a CSR on the client side that can be sent to ...
0
votes
2answers
114 views
Is the CSR unique?
I'm creating a webpage to take sensitive customer information and wish this to be on an SSL secured page.
Ive been asked by a CA to provide a CSR.
I was planning to install OpenSSL on a server and ...
0
votes
1answer
514 views
0
votes
0answers
165 views
need help generating CSR using my developer program
My professor has got a iphone standard developer program and has given me the credentials to login. I am unable to create a CSR following the steps in the program portal. The email id in the profile ...
0
votes
2answers
220 views
ICertRequest2::Submit CSR data Compatability ASCII to BSTR
I have my certrequest as a PEM base64 data. See data below.
1) My understanding is that this is an ASCII data type and not in
UNICODE format. Please clarify.
-----BEGIN NEW CERTIFICATE REQUEST-----
...
0
votes
1answer
200 views
generating CSR for quickbook application registration process
We are integrating our web application with Quick book. We are using hosted model. We need to register our web application. However we are not able to do so as it ask for CSR key. But we have no idea ...
0
votes
1answer
615 views
OpenSSL and generating CSRs at client side
I need a favour from you. My infrastructure is IIS 6.0 and windows server 2003.
I need to investigate the use of OpenSSL and the construction of media that can be sent to end users, allowing them to ...