ASN.1 stands for Abstract Syntax Notation One, and is a set of rules for encoding data.

learn more… | top users | synonyms

0
votes
1answer
14 views

Use an ASN.1 sequence with more then one arguement

I tried this code to send and recive an Integer with ASN.1 generated classes Client sending an Int ClientFirstRequest h = new ClientFirstRequest(); h.clientInt.setValue(9); ...
0
votes
1answer
20 views

Implement ASN.1 description

I wrote this ASN.1 description Demo-module DEFINITIONS ::= -- Module-name DEFINITIONS ::= BEGIN BEGIN ClientFirstRequest ::= SEQUENCE { clientInt INTEGER } ...
2
votes
1answer
58 views

Binary XML representation and treatment for embedded devices

I'm seeking for an efficient way to handle xml data on a embedded device with heavily limited performance factors (RAM and CPU). XML has the advantage that it can be easily handled by computer based ...
2
votes
0answers
38 views

ASN.1 module description

I tried to use ASN.1 for a client server communication, but i'm not sure that i understand it correctly . The Client have to send an integer to the server, the server read it and send back a number ...
0
votes
0answers
26 views

Correct synthanx of an ASN.1 module

I wrote this ASN.1 module -- Created: Mon May 06 19:38:15 CEST 2013 ASN-Module DEFINITIONS AUTOMATIC TAGS ::= BEGIN Client ::= SEQUENCE { lientNumber INTEGER} Server ::= SEQUENCE { lientNumber ...
0
votes
2answers
21 views

Use Eclipse to generate the java Classes corresponding to a ASN.1description

I installed this ASN.1 editor plugin to in my Eclipse and i wrote this code Editor http://asneditor.sourceforge.net -- Created: Mon May 06 19:38:15 CEST 2013 ASN-Module DEFINITIONS AUTOMATIC TAGS ...
0
votes
1answer
24 views

Error in ASN.1 module description

I tried to understand the ASN.1 . I have a Sockets client server programm. The client send an integer to the server and the server send back another number and a String. Do you think that this ASN.1 ...
-1
votes
1answer
62 views

multiple definition of c function when use asn.1 generated source file

I have three .asn files. After these three files are compiled by the asn.1 compiler, each file has a corresponding directory in the output folder. In each folder, there are many C source files that ...
0
votes
0answers
28 views

How can I run that ASN.1 Editor for eclipse

I want to run this http://asneditor.dotro.de/ with Eclipse, but I can't make it, I've tried to open configure it as a Build Path, but that didn't work. It will be kind if someone can tell me what the ...
1
vote
0answers
170 views

How to get RSA public key from PEM format

I am trying to get an RSAPublicKey object from a public key file which is PEM encoded . The file is in the format given below -----BEGIN PUBLIC KEY----- M67sdjFDSSTRWE%$HGF£$"F£$$£%$ etc... -----END ...
2
votes
1answer
123 views

OpenSSL Diffie Hellman DER Encoding in C

I have a problem and spent the last two days searching for an answers. I generated a DH Object with OpenSSL in C (more specific Objective-C, but I think there isn't something like that) and now can ...
0
votes
2answers
48 views

Two's complement in ASN.1 Unaligned PER

I've recently had to work with ASN.1 Unaligned PER encoded data. I'm having a problem understanding how UPER does two's complement integer encoding in the SEQUENCE data type. It seems to be flipping ...
0
votes
1answer
29 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
1answer
26 views

What is the effective tagging environment in case of an imported type?

As an example let's assume the following setup: A module definition A that has a tagging environment of explicit tags defines a type foo. And Module B with implicit tagging environment imports foo ...
0
votes
1answer
213 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 ...
0
votes
1answer
31 views

Interpretation of ASN.1 optionalGroup in definedSyntax

I'm parsing spec ETSI TS 129 002 (3GPP TS 29.002) which contains a class definition for application context: APPLICATION-CONTEXT ::= CLASS { &Symmetric OPERATION-PACKAGE OPTIONAL, ...
1
vote
1answer
105 views

ASN.1 CHOICE decode error with libtasn1

I have a problem with encoding/decoding a structure types containing a CHOICE-within-a-CHOICE construction. Simplest example is below. ASN1 File: TEST {} DEFINITIONS IMPLICIT TAGS ::= BEGIN ...
0
votes
0answers
50 views

How to decode Extension used in ASN.1 (Java, Asn1C, PER)?

I am playing around with ASN.1 and its extension mechanism (indicated by ...). TestModule DEFINITIONS ::= BEGIN Extension ::= SEQUENCE { data1 Data1, ... } Data1 ::= SEQUENCE { ...
1
vote
2answers
84 views

Mac List of ASN1 OIDs and Translations

I'm looking for a canonical list of all the OIDs used by Apple's certificate QuickLook viewer, together with their displayed names. Ideally in English and all the other languages. Certainly there ...
0
votes
0answers
37 views

ASN1: how can I tell if a section of an X.509 DER-encoded Certificate is omitted

I'm decoding an ASN1 Certificate that is self-signed. Because it is self-signed there is only one section for Issuer and Subject followed by the Validity-Dates. I would proceed to check if the ...
1
vote
1answer
181 views

ASN.1 Octet Strings

I'm decoding a X.509 Certificate in ASN.1 format. I'm decoding it successfully, traversing the structure, but there is one thing that I don't understand. There are some scenarios where I get an octet ...
0
votes
0answers
61 views

is there any opensource asn1c compiler that has Aligned PER encoding/decoding?

I could find one that supports only unaligned PER but not the aligned PER one, link here: http://lionet.info/asn1c/download.html
0
votes
1answer
150 views

ASN.1 compilers

This is my first question so please bear with me, I'm trying to find a good compiler to parse the following standard, I've tried asn1c and I wasn't able compile it successfully, the problem is that I ...
0
votes
2answers
102 views

How does [0] and [3] work in ASN1?

I'm decoding ASN1 (as used in X.509 for HTTPS certificates). I'm doing pretty well, but there is a thing that I just cannot find and understandable documentation for. In a JS ASN1 parser (e.g. ...
0
votes
2answers
83 views

what does it mean “compile asn.1”?

I have heard many times "after compilation of an asn.1 there were many errors" or something like this. But what does it mean "compile asn.1" at all? As I know asn.1 is a notation to describe data ...
2
votes
2answers
80 views

When should numbers used to derive RSA private key have leading `00`?

Given an RSA private key... -----BEGIN RSA PRIVATE KEY----- MIIBOgIBAAJBAMpZrx0gTluJEu6+fop1e60lwbnlBD6kHvoRx85GBhUgD8SQknjc LcU2qqM/pV9ZX8MV8x49h2mzrmRyH7kDmpcCAwEAAQJAYf2GYMt5Rrids4IKk5CL ...
0
votes
1answer
93 views

Pyasn1 BER encoding with carriage return \r\n

I'm handling BER encoded Call Data Records (CDR). from GPRS Tunneling protocol. In which I got one field's value with '\r\n' in it. '\xa0\x06\x80\x04\r\n\xc4\x086' -- This is the encoded string or ...
0
votes
1answer
74 views

How to specify the Syntax for Values of Private OIDs while configuring in OpenSSL?

I have the following questions related to OpenSSL Private OID support: By going through the openssl configurations and other artifacts on the internet, I found that OpenSSL supports configuring ...
0
votes
1answer
63 views

Use path in ASN.1 Imports

Since i couldn't find the answer anywhere, thought should probably ask it. In ASN.1 we use IMPORTS to import modules from other ASN. The syntax is of course as follows, IMPORTS valuetag from ...
1
vote
1answer
199 views

Understanding ASN.1 Integer PER encoding

Consider this Wireshark trace for a h225 Ras Registration Request (RRQ): as you can see, Wireshark decodes requestSeqNum as 25601 but the byte presentation is 0x6400 which is 25600. I looked in the ...
0
votes
1answer
74 views

Creating ASN1 encoded signature in C# to send to Java

I have a private/public secure cert. My Java counterparts have the public key. I have the need to take a string, sign it, and send it along to Java to then verify the data and signature. There ...
3
votes
1answer
232 views

Is there a good C++ library to read, create and modify BER encoded files?

There are several tools that can automatically generate C++ (or other) code for reading and writing BER encoded files. In my C++ project, I need libraries to read and modify BER encoded files. I can ...
0
votes
0answers
59 views

ASN1J package not found in eclipse project

I have a huge project and doing one of its component I used maven, eclipse and java, i also using asn1j, i see no red cross error marks within my class or components but when i tried build it using ...
1
vote
0answers
99 views

Does order of Tag matters in BER decoding using pyasn1

case :- I need to decode a BER encoded data using pyasn1 , but the order of tag may vary some times. So while decoding the data it rises error. Is the order of Tag really matters even though it is ...
1
vote
3answers
372 views

How to decode an ASN1 encoded data(nested structured data) using pyasn1?

My data should be able to fetch like the following way.. Example Structure:- listOfVolumes: -> SequenceOf ChangeOfCharCondition -> Sequence dataUplink: 9612742 ...
-1
votes
2answers
346 views

PEM, DER, X509, ASN.1, Oh My. Where to start? [closed]

I'm trying to get an understanding of the world of cryptography as its practically used day to day. I'm finding it very hard to get a start footing, And I was wondering if anyone has some good ...
1
vote
2answers
134 views

How to decode multiple byte tags from asn1 encoded data

Situation is something like as follows, I have a BER encoded (hexadecimal) file , I want to decode the data as per the BER decoding rules. Am able to decode most of the tags by using "pyasn1" , but am ...
-1
votes
1answer
216 views

API to convert DN from ASCII string to ASN.1 DER encoding

Is there any API/C program to convert Distinguished name(DN) in ASCII String format to DER encoded ASN.1 DN ? For example I want to encode this string "C=CH, O=Texas, CN=iss" in ASN.1 DER format, in ...
0
votes
1answer
132 views

Perl module to do equivalent of openssl asn1parse

Using OpenSSL one can get parse and dump an ASN.1 DER file giving an output that looks like this: 100:d=5 hl=2 l= 3 prim: OBJECT :organizationalUnitName 105:d=5 hl=2 l= 11 prim: ...
1
vote
1answer
165 views

ASN1 formatted public key for CryptVerifyMessageSignatureWithKey?

I´m trying to build a Sign/Decode pair of functions using Cripto API in C++. The signing process seems to be ok, but I am having a problem getting the decode part to work. Since I am not relying on ...
2
votes
1answer
181 views

How to parse ASN.1 with Haskell?

How do I parse ASN.1 input with Haskell? Is there a generator that is able to generate algebraic datatype declarations and parser code for a given ASN.1 description file? (like e.g. asn1c for ...
1
vote
3answers
290 views

RSA key private exponent size

I need to parse a ASN.1 DER encoded RSA 2048 private key to get the different components like modulus, exponent etc. As I gone through the key, some of the components are found to have leading zeros. ...
1
vote
3answers
247 views

Oddity when encoding large integers using asn.1

I have found numerous references to the encoding requirements of Integers in ASN.1 and that Integers are inherently signed objects TLV 02 02 0123 for exmaple. However, I have a 256 bit integer ...
1
vote
3answers
168 views

How do I use ASN.1?

I want to define a existing communication protocol by ASN.1 I have never used ASN.1 before and need some help. Can I define an ENUMERATED that is 2 bytes and only accept 1 and 2? Can I define a ...
0
votes
0answers
176 views

free c# tool to provide asn.1 to XML data conversion

Does anyone know of any freeware tools/utilities to convert asn.1 data into xml data or vice versa. We are working with some providers of hardware that sends data over cellular connections. The data ...
0
votes
1answer
130 views

decoding asn.1 compiler output as strings

I ran the free online compiler (at http://lionet.info/asn1c/asn1c.cgi) and created source files for the IMSRecord (telecom CDR). It built okay, but when I run the generated C executable, it prints ...
0
votes
1answer
160 views

ANSI C - Deallocation of nested BER TLV elements created using dynamic array

To build nested TLV elements (e.g., 6F1A840E315041592E5359532E4444463031A5088801025F2D02656E), I'm using the following data structure: typedef struct Element { int16_t nTag; // Tells you if ...
2
votes
2answers
1k views

Representing BER TLV data structure in ANSI C?

Yesterday I came to know about representing information using TLV format. If you were to write a portable BER TLV encoder/decoder in ANSI C, what data structure would you use (*)? Would something ...
1
vote
1answer
354 views

convert PEM Certificate or Java Certificate to ASN1 Certificate

I have a certificate in a PEM file. I want to construct a CMPCertificate from this file. So I have to build an org.bouncycastle.asn1.x509.Certificate in order to call CMPCertificate.getInstance(..). ...
1
vote
0answers
391 views

How to extract the Signer Info from the Authenticode of a digitally signed PE File encoded using ASN1?

I need to extract the SignerInfo from the Authenticode of a digitally signed PE File in ASN1 structure. INFO: A PE File contains the authenticode at the offset specified by Security Directory RVA ...

1 2 3 4