In cryptography, X.509 is a standard for a public key infrastructure (PKI) for single sign-on (SSO) and Privilege Management Infrastructure (PMI).
0
votes
0answers
5 views
On certificates, what type should E-mail addresses be when in subjectAltName
Little bit of background:
I'm building a certificate authority using M2Crypto and Django, so please think twice before voting to close this as off topic! :)
My approach is that end-users are ...
0
votes
0answers
26 views
Cannot find the X.509 certificate when running wcf service as LocalSystem
I have a problem using the X509Store.Certificates.Find function when running my wcf service as LocalSystem.
The StoreLocation is 'LocalMachine' and the StoreName is 'My'.
When running my service as ...
2
votes
1answer
40 views
RSA modulus and exponent from public key
I basically have the same problem as in this question, but I'm having trouble filling in the apparently trivial parts left out from the accepted answer. I'm doing this in C# with Mono.
I have a CA ...
0
votes
0answers
20 views
Is the specification for the DistinguishedName certificate_authorities in RFC2246 (TLS) documented anywhere?
RFC2246 (the TLS specification) lays out all the data structures for SSL/TLS handshakes (as well as a hell of a lot more that I'm not concerned with right now). For the certificate_request handshake ...
0
votes
0answers
37 views
Validate a xml signature in a SOAP Envelope with .net
I have to valide a xml signature within a SOAP Response. I get it with Java but I have to do it with .Net but I can't work it out.
Here the Java Code which do the job:
public class SigVal {
private ...
0
votes
0answers
22 views
How to encrypt the file using RSA algorithm and certificate?
Just faced it and no ideas how to solve it.
I got a task to encode with RSA the file using .PEM file ( This file begins with BEGIN CERTIFICATE and ends with END CERTIFICATE).
I tried alotta ways ...
-2
votes
1answer
64 views
Create own certificates structure in C [closed]
Imagine that I want be a certificate authority that issues its own certificates. I would like to be able to generate my own certificates with the fields I want. Is this possible to be done in anyway? ...
-2
votes
0answers
44 views
how to convert a X509 certificate into a buffer? [closed]
I have a certificate in X509 format in PEM format, and I want to be able to store it in a buffer, so that I can send the certificate over the network.
Also I must be able to convert that char buffer ...
0
votes
0answers
14 views
C# - Adding Certificate to Personal Store, more settings?
I am writing code in C# that places a Certificate into the Personal Store on the computer. Later, it calls that certificate to use in other code. If I manually install the certificate on the ...
0
votes
0answers
26 views
Spring-Security x509 X509PrincipalExtractor
I am trying to get a Spring security configuration working but am have some problems and I am not sure what to do. I have successfully used x509 with the following configuration
<security:http ...
0
votes
0answers
33 views
x509 Client Authentication to SAP Web Service
We have an ECC 6 (Netweaver 7.0) system for which we are trying to establish x509 authentication to an ABAP web service. We’ve been attempting to follow the guide at: ...
0
votes
2answers
64 views
how to programatically in C hash a X509 certificate in PEM format
I have generated a X509 certificate in DER format, which is stored in a file with the name cert.crt.
I would like to be able to hash it with sha256 algorithm.
How can this be done ?
I already have ...
0
votes
0answers
74 views
Consuming WS-Security protected webservice with WCF client
I'm trying to consume a soap webservice using a WCF/C# client.
The server's wsdl defines its security policy in its wsdl file like this:
<wsp:Policy wsu:Id="BindingSecPolicy">
...
0
votes
0answers
10 views
Convert X509Certificate to Certificate
I'm now creating android SMS signing app.
Thus I decided to use spongycastle API (same as bouncycastle).
However, latest spongycastle API does not support convert X509Certificate to Certificate
...
0
votes
1answer
47 views
XML Signature Validation
I have a problem that I can't figure out how to solve.
My application receives a (supposedly) signed XML and I have to validate if it is right.
Here's the signature part of what a receive in the XML
...
0
votes
2answers
42 views
X509 certificates - maintaining certification path
I'm working on X509 storage system for some python based program. All certificates are kept in PostgresSQL database for easy access. All working ok, when for each subject(user or CA authority) there ...
1
vote
2answers
200 views
Validate TLS server certificate with BouncyCastle's “lightweight” API
I'm using Java BouncyCastle so-called "lightweight" API to establish a TLS connection over a TCP socket.
I want to verify server-provided certificate chain being signed by one of trusted CAs. Sounds ...
0
votes
1answer
54 views
Reading and Verifying Certificates
Hi I have two certificates, i.e mycert.crt and root.crt. and I need to verfiy if my certificate is signed by root certificate.
I am using the following code to do so using the following code but I am ...
1
vote
2answers
62 views
X.509: Private / Public Key
We're trying to implement some functionality of a Web-Service from one of our partners. Now, the content which is beeing transmitted, should be encrypted with a public key, which we have to provide.
...
0
votes
2answers
81 views
How to use X509_verify()
Hi i am a beginner in coding, so I have a basic question if someone can answer me in a simple layman manner it will be highly appreciated.
My question is: How can we use X509_verify(). I have two ...
0
votes
0answers
47 views
X509* certificate serialization and deserialization in C
I have a certificate in 509* format and I want to serialize it into a char buffer and then later desserialize it in other to recover the certificate 509* again.
I am doing it like this to serialize:
...
1
vote
1answer
109 views
Get the X509 data from a PFX certificate using CryptoAPI
Good day. Stackoverflow has helped me many times before, but I am a bit stuck on this one and hope that someone can give me some pointers.
Background: I need to pass X509 data of a certificate to ...
0
votes
0answers
32 views
How to manually add digital signatures to a pdf file [duplicate]
How would I go about appending certificate data containing a digital signature to a pdf file? The certificate would be a x509 public key certificate also containing the digital signature. As in, I ...
1
vote
1answer
97 views
How to get the size of the entire X509 certificate
I am reading a .crt certificate which I generate using openSSL. I have the certificate in my C program in a X509 file. I would like to know the size of the whole certificate that I have just read. How ...
0
votes
0answers
75 views
Verification of a X509 certificate with only “Digital Certificate” Key Usage, with OSX Trust Services
I have a certificate, signed by a private CA. I have added this CA into my keychain and I am trying to verify this certificate.
Whatever I try, be it with security(1) command line tool, or ...
0
votes
1answer
49 views
Verifying SSL certificates of a remote web-site
I have an OpenSSL client (multi-threaded) written in C.
This client connects to a number of HTTPS web-sites, and performs actions like a typical browser.
To ensure that the client is connecting to ...
1
vote
1answer
115 views
openssl x509 - what is trusted and rejected uses of SSL certificate?
When using OpenSSL utils for signing .csr request, its possible to use "openssl ca" util and "openssl x509" util.
Openssl ca's text config file has all needed x509 options like keyUsage, ...
0
votes
1answer
77 views
mix-mode X509 Authentication with Spring 3.1
I am somewhat new to Spring and a novice in SSL authentication.
My question is that I have a web application which works fine with form-based authentication. I need part of my application to be ...
1
vote
3answers
108 views
0
votes
2answers
155 views
programmatically convert an x509 certificate into human readable format using openssl api
In my C based openssl client I am able to make a an ssl connection to a ssl server, and retrieve the ssl certificates presented by the server using
X509* cert = SSL_get_peer_certificate( SSL *ssl);
...
1
vote
1answer
48 views
Handling the Host names, Subject Alternative names in certificate
How exactly should Host names be compared in an x509 certificate?
eg: if the certificate is registered for *.abcorp.com, then can a site like www.sales.abcorp.com be valid for this certificate? or ...
1
vote
1answer
195 views
How to convert X509 certificate into PKCS7 using bouncycastle?
Hi, all! My problem is following: I 'm trying to encrypt X509 certificate to PKCS7 but I receive a wrong result.
The first attempt is:(used bcmail-jdk16:1.46)
Security.addProvider(new ...
4
votes
1answer
42 views
Why is phpseclib not signing this cert corrrectly?
I try to sign a key with phpseclib and when I decode the result with openssl I get the following:
140513785948000:error:0D07209B:asn1 encoding routines:ASN1_get_object:too long:asn1_lib.c:142:
...
0
votes
1answer
35 views
how to load additional untrusted cert into the SSL_CTX
I have SSL client and server, and a testing PKI like this
root_ca -> server_singing_ca -> ssl server
|--> client_signing_ca -> ssl client
in the server, I put the server ...
1
vote
1answer
38 views
How do you modify an extension from an X509?
I am creating an api for modifying X509 certificates in C and I want to add a way to modify an extension. For example, add another DNS entry to subjectNameAlt so that it would be ...
1
vote
1answer
39 views
How do you remove an extension from an X509?
I am creating an api for modifying X509 certificates in C and I want to add a way to remove an extension (e.g. subjectNameAlt). How would I do this via the OpenSSL API?
0
votes
2answers
83 views
Certificate path discovery in Java
I try to make an https connection via java build-in functionality for that (HttpURLConnection). But I get this exception:
javax.net.ssl.SSLHandshakeException: ...
2
votes
1answer
57 views
How do you add a subjectNameAlt extension to X509_REQ?
I am creating a CSR which is going to be processed by my server. It needs to set the subjectNameAlt so that the server can process it. I've searched far and wide, and have only found how to do it with ...
0
votes
1answer
53 views
-1
votes
1answer
46 views
Java/Python library for implementing v3 X.509 extensions [closed]
I am interested in creating X509 v3 certificates containing custom extensions. I'm looking for a suitable library, preferably in Java or Python. I wouldn't mind C/C++ either.
I've been looking for a ...
0
votes
0answers
30 views
Specifying an X509 certificate in WebSocket4Net?
How can you specify an x509 certificate for the connection? They claim it supports secure wws connections yet I cannot specify a x509 cert for the connection...
I am currently using WebSocket4Net, ...
0
votes
1answer
224 views
C#.NET Encrypt XML on one machine and Decrypt on other machine
I need to do a GET/PUT/DELETE/POST message on httpwebrequest.
my request body contains XML.
I need to encrypt the content in body XML and decrypt back on the client/receiver side.
I see there are ...
2
votes
2answers
146 views
How to verify a X509 certificate in C
I have a certificate in X509 format. this a input parameters in a function.
What I would like to do is to verify the validity of the certificate.
How can it be done?
X509_verify_cert();
I found ...
0
votes
2answers
152 views
How to programmatically extract information from Certificate using C?
I have a generated a certificate, but I would like to be able to extract the information from the certificate, as for example the country, the validity, the public key and so on. I have to compare ...
1
vote
0answers
147 views
Retrieve and validate x509 certificate chain
I am trying to determine the best way to retrieve and validate a chain of x509 certificates in Python.
If any certificates in the chain are invalid, I need to be able to identify which one ...
1
vote
0answers
97 views
How to implement WSS: X509 Token Profile 1.0 on a WCF Web Service (Server Side)
I'm newer at creating WCF web services and I'm trying to figure out how to create a WCF service that conforms to the WSS:X509 Token Profile 1.0. There are many posts about how to do the client ...
0
votes
1answer
35 views
char encoding used in individual fields of certificate
Its not clear to me where does the information of character encoding (AsciiString, BMPString, UTF8String etc) used inside the individual fields of an X509 certificate (common name etc. rfc 5280 ) ...
0
votes
0answers
58 views
Loaded WSIT configuration error
I'm creating a java client which consumes a WCF 4.0 service. It's secured using x509 certificates and I created the client stubs using Metro 2.2.1-1. I'm getting a error message after the "Loaded WSIT ...
0
votes
1answer
275 views
How do I encrypt a string with an RSA public key from a ASN.1 x509 Byte array?
I have an ASN.1 x509 byte array that contains the modulo and the public key of an RSA pair. My goal is to do whatever it takes to use this to encrypt a string. I'm trying to use openssl in ...
2
votes
1answer
189 views
How to obtain email address in X509 Certificate programmatically?
I'm trying to get both the CN and emailAddress field from a X509 cert object in C. Currently i'm getting the CN like this:
cert_entry = X509_NAME_get_entry(X509_get_subject_name(cert), 0);
...

