Top "Asn.1" questions

ASN.

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 …

certificate openssl pki x509 asn.1
ASN.1 compilers

This is my first question so please bear with me, I'm trying to find a good compiler to parse the …

c protocols asn.1
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 …

java certificate asn.1 csr
ASN.1 encodings BER, PER etc. in C#

I have been searching on this topic for a while now, without finding any relevant answers. So thought of taking …

c# encoding asn.1
How does Google Protocol Buffers compare to ASN.1

What are the most noticable differences between Google Protocol Buffers and ASN.1 (with PER-encoding)? For my project the most imporant …

performance serialization protocol-buffers asn.1
How to work on ASN.1 and impliment structures in it?

I want to implement some protocol using asn.1 so what i have to do declare structures and tag there name …

asn.1
How to determine at run-time if app is for development, app store or ad hoc distribution?

Is there a way to determine programmatically if the currently running app was built and signed for development only or …

iphone signature asn.1
I need an example to understand Implicit Tagging in ASN.1

I have been going through the following tutorial http://www.obj-sys.com/asn1tutorial/node12.html Can you help me …

tags asn.1
ASN.1 Encoding-Decoding

I am currently developing a client-server program, the client in Java/C and server in C. I have to transport …

java c openssl asn.1 bc
Confused about BER (Basic Encoding Rules)

I'm trying to study and understand BER (Basic Encoding Rules). I've been using the website http://asn1-playground.oss.com/ …

encoding asn.1 ber