Tagged Questions
ASN.1 stands for Abstract Syntax Notation One, and is a set of rules for encoding data.
20
votes
2answers
3k views
What are the key differences between Apache Thrift, Google Protocol Buffers, MessagePack, ASN.1 and Apache Avro?
All of these provide binary serialization, RPC frameworks and IDL. I'm interested in key differences between them and characteristics (performance, easy of use, programming language support).
If you ...
8
votes
9answers
1k views
What's the best way to serialize data in a language-independent binary format?
I'm looking into a mechanism for serialize data to be passed over a socket or shared-memory in a language-independent mechanism. I'm reluctant to use XML since this data is going to be very ...
6
votes
2answers
1k views
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 issue is the size of the serialized data. Has anyone done any ...
5
votes
2answers
355 views
Easy to use extensible serialization/marshalling?
I have a question about serializaton of data structures. There are a many possibilies for serialization of data structures (also called marshalling or deflating, see wiki-article). Every programming ...
5
votes
1answer
2k views
SNMP: ASN.1 MIB Definitions. Referencing a table within a table
Its's been a while since I've written ASN.1 so..
Our data model is comprised of several table definitions within a table. This is not workable in SNMP, so we need to flatten the definitions. The ...
5
votes
2answers
2k views
How to import DSA signature in ASN.1 format using BouncyCastle (C#)
OpenSSL, as well as most other DSA implementations, outputs signatures in ASN.1 format. Thus, the 40-byte signature (two 20-byte integers) becomes 46 bytes due to the ASN.1 structure headers. (See ...
5
votes
3answers
3k views
How can I parse a raw SNMP trap in Perl?
A few weeks ago I wrote an SNMP relayer for our ops group. They have some dumb devices that can only send traps to a single IP, and we have a monitoring system that listens on multiple IPs for ...
5
votes
1answer
3k views
Java ASN.1 compiler
Right now I'm using BinaryNotes to parse ASN.1 files for use in a Java project. It takes an ASN.1 definition and produces Java class(s) that let me manipulate ASN.1 files.
I've hit a wall with ...
5
votes
2answers
445 views
Is there a free package for reading, manipulating and writing ASN.1 in Java?
Is there a free package for reading, manipulating and writing ASN.1 in Java?
It must be:
Free
Lightweight
Self-contained (without external dependencies on, e.g. Apache commons)
Java 5 (not Java 6), ...
4
votes
1answer
469 views
Decoding an ASN.1 DER OCTET STRING with OpenSSL
Using the OpenSSL API, I have extracted a custom extension from a X.509v3 certificate with:
X509_EXTENSION* ex = X509_get_ext(x509, 4);
The X509_EXTENSION object contains a value (ex->value) that ...
4
votes
2answers
129 views
Unique Identifier for certificate Issuer (X509Name)
in my app I'm using the sha256 of the issuer Name (x509CertImpl.getIssuerDN().getName()) and the certificate serial number to uniquely identify a certificate, but now I have realized that other ...
4
votes
1answer
410 views
Do any PHP libraries exist for parsing ASN.1 or generating PHP code based on it?
I've already looked myself but it seems my Google-fu is not strong today.
I'm working to develop a standardized protocol for exchanging data structures over a TCP/IP connection between an Apache / ...
4
votes
4answers
498 views
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 cryptographic data(like the client should pass data to Server to encrypt/decrypt, compute ...
4
votes
1answer
160 views
How should I interpret the ASN.1 BER standard for REALs?
I have been reading
X.690 "Information technology – ASN.1 encoding rules: Specification of Basic Encoding Rules (BER), Canonical Encoding Rules (CER) and Distinguished Encoding Rules (DER)"
In ...
4
votes
6answers
5k views
asn.1 parser in C/Python
I am looking for a solution to parse asn.1 spec files and generate a decoder from those.
Ideally I would like to work with Python modules, but if nothing is available I would use C/C++ libraries and ...
4
votes
3answers
2k views
Does a free general purpose ASN.1 Decode/Dump/Inspect program exist?
Does a free general purpose ASN.1 Decode/Dump/Inspect program exist? I have a suspect ASN.1 block which may have failed decryption, and I would like to inspect it to see it it appears valid, and if ...
3
votes
2answers
243 views
Convert asn1 to base64 in C#
Is there a way to convert an ASN.1 encoded private key of X509Certificate into Base64 format, using C# code?
Thanks in advance.
3
votes
1answer
99 views
Java - Parse TAP-0311 into tree structure or XML
First of all, I've Googled this topic very much. I've tried to look and Bouncy Castle and Apache Harmony. But without any luck.
I'm trying to parse TAP-0311 (TAP3) files into a simple Java structure ...
3
votes
2answers
176 views
Java ASN.1 validation library
Is there any free open-source java library to validate ASN.1 BER/DER/XER over module definitions file.
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
4answers
249 views
Java Pojo Classes -> ASN.1 for RPC
I would like to do some RPC with the format of the messages being directly defined from Java interfaces, then I want to use some tools to generate the ASN.1 files.
Do you know what tools I can use? ...
3
votes
2answers
413 views
C# read der encoded private key
How can I get the fields from ASN1 DER format private key? Is there a library to decode and get the fields separately?
I need to extract the modulus, exponent and all the other fields.
Or maybe is ...
3
votes
1answer
200 views
Create a G3 fax image with an ASN.1 wrapper for ldap photo
How can I create "An object encoded in G3 fax as explained in recommendation T.4, with an ASN.1 wrapper to make it compatible with an X.400 BodyPart as defined in X.420." in C#, starting from any ...
3
votes
6answers
2k views
Would you recommend ASN.1 to C# compiler?
Have you done any work with ASN.1 to C# compiler? Can you recommend it?
I have used Objective Systems ASN1C which I would recommend.
I have also played a little with BinaryNotes.
2
votes
1answer
344 views
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 config file so I am able to inclde custom fields in subject.
[ new_oids ]
...
2
votes
1answer
353 views
ASN.1 DER formatted private key
Why is the modulus padded with leading zeros? I was reading PKCS#1 and PKCS#8 but didn't find anything about it.
In c# the leading zeros must be removed, does anybody know why?
At ...
2
votes
1answer
441 views
How do I parse subjectAltName extension data using pyasn1?
I have some data that pyOpenSSL gave me, '0\r\x82\x0bexample.com'. This should be the value of a subjectAltName X509 extension. I tried to encode the necessary parts of the ASN1 specification for ...
2
votes
1answer
205 views
Any Asn1 implementation in Delphi
Is there any nice asn1 implementation or libraries available in Delphi?
2
votes
1answer
605 views
What strings are allowed in the “common name” attribute in an X.509 certificate?
In the common name field of the DN of a X509 certificate, as defined in ASN.1 notation for OID "2.5.4.3", what are the allowed values?
I know that the limit is up to 64 characters, but are all ...
2
votes
1answer
655 views
Add Signing Time to PKCS7 Signed CMS?
I'm trying to add the signing time attribute to a file that I am signing using SignedCMS.
private byte[] signFile(byte[] fileContent, X509Certificate2 verificationCert)
{
ContentInfo contentInfo = ...
2
votes
3answers
473 views
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 whether it was built for distribution? And can one determine if was build for app ...
2
votes
3answers
440 views
A lightweight protocol for Python and Erlang interaction
What protocol preferred to use for interaction between Python-code and Erlang-code over Internet? ASN.1 would be ideally for me, but its implementation in Python cannot generate encoder/decoder out ...
2
votes
2answers
2k views
How do I decode a DER encoded string in Java?
I'm trying to read a custom extension from a digital certificate. I know the value is a GeneralString encoded in DER. Is there an easy way to correctly decode it and get a Java String? I tried the ...
2
votes
2answers
295 views
ASN.1 reading material
Is there any place where i could get some materials to know about ASN.1.
I want to know about the syntax's to be used and also some examples to get some overview.
Any help is appreciated.
2
votes
2answers
918 views
Getting ASN.1 Issuer strings from PEM files?
I recently came across an issue with Windows 2003 (apparently it also exists in other versions too), where if an SSL/TLS server is requesting client certificate authentication and it has more than ...
1
vote
0answers
32 views
ASN1 sequence to use in Convert::PEM to read pkcs8 DER privateKey? PERL
I'm trying to convert to PEM a private key which is encoded and encrypted in DER using pkcs8, with module Convert::PEM and it ask for an ASN Sequence (I believe the algorithm used to encrypt is ...
1
vote
1answer
27 views
Is an ASN.1 tag unique if the tag class and the tag number is unique?
An ASN.1 tag consists of two class bits, one form bit and the tag number. My questions is: what is sufficient for tag uniqueness? Is it sufficient, that the class and the number is unique or is it ...
1
vote
2answers
64 views
Export a certificate in asn.1 notation from X509Certificate2
I'm currently learning working with certificates and now I'm curious, if it is possible to get the ASN.1 notation of a loaded certificate from a X509Certificate2-instance.
I have found the ...
1
vote
1answer
91 views
ASN.1 SEQUENCE (OF) real tag value
I am finding a lot of contradicting information regarding the tag value for the SEQUENCE (OF) ASN.1 datatype:
Wikipedia claims it is both 0x10 and 0x30:
...
1
vote
1answer
335 views
How to use CryptoAPI and CryptImportKey with a ASN.1 PEM OpenSSL Public key
How do I get the CryptoAPI CryptImportKey() function to import a DER ASN.1 PEM file structure? It actually works but CryptDecrypt() returns an error.
// 1. Generate a Public/Private RSA key pair like ...
1
vote
0answers
87 views
How to convert asn.1 erlang notation into asn.1 value notation
I want to receive aligned per encoded asn.1 message and decode it to asn.1 value notation. Is there any tools available? Erlang has support for encoding and decoding, and reading value notation from ...
1
vote
1answer
82 views
Erlang snmp MIB. Two mibs have the same name object
I have two MIB files contain two object with the same name (myentry).
I can't load both for agent and I get error:
1> snmpa:load_mibs(snmp_master_agent, ["MY-MIB-1", "MY-MIB-2"]).
{error,{'load ...
1
vote
1answer
29 views
is it corrent that using a meaningless leading zero to encode positive ASN.1 INTEGER?
Are these encodings same in ASN.1 INTEGER type?
encoding decimal 10
02 01 0A
02 02 00 0A
02 03 00 00 0A
...
1
vote
1answer
305 views
PublicKey from iOS doesn't supported by OpenSSL
I had created key pair on iOS with using SecKeyGeneratePair and then exported keys to publicKey and privateKey with using SecItemCopyMatching (Base64 encoded before exporting of course). Now I have a ...
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
1answer
137 views
Can't get bouncycastle to correctly tag constructed octet string in der encoding
I have the following requirements. I have an asn1 type that needs to be encapsulated in a constructed octet string (octet string tagged as 0x24). This structure is then signed in a CMS signed block ...
1
vote
2answers
113 views
What is the format of public key?
What is the format of public DSA key? And are all certificates are stored in base64?
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
211 views
ASN.1 compiler with support for Extended XER/RXER
I am desperately searching for an ASN.1 compiler that will successfully parse a predefined ASN.1 definition I got from a customer.
None of the products (free or commercial) so far was able to parse ...
1
vote
1answer
111 views
How does ASN.1 encode an object identifier?
I am having trouble understanding the basic concepts of ASN.1.
If a type is an OID, does the corresponding number get actually encoded in the binary data?
For instance in this definition:
...