1
vote
0answers
74 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 structu …
2
votes
5answers
270 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 …
3
votes
4answers
584 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 mul …
0
votes
2answers
90 views
C# for telecom applications ?
Hi, who is using .net technologies for telecom applications? Are there any resources for this?
I am interested in topics as SS7 signaling, ASN.1, MML Commands etc.
Thanks
0
votes
3answers
427 views
Reading a ASN.1 DER-encoded RSA Public key
I'm writing an app to get a better understanding of DKIM. The spec says I retrieve a "ASN.1 DER-encoded" public key from the domain TXT record. I can seen the key on "s1024._doma …
2
votes
0answers
49 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#, st …
1
vote
3answers
295 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 app …
1
vote
1answer
299 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 hi …
3
votes
2answers
115 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)
…
2
votes
5answers
586 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. …
3
votes
1answer
407 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. Ha …
6
votes
9answers
660 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 …
0
votes
2answers
400 views
How can I translate Perl’s Convert::ASN1 to Ruby code?
Can somebody advise me what this code does and how can I convert it to Ruby in most simple way?
#!perl
use Convert::ASN1;
my $asn1 = Convert::ASN1->new(encoding = …
2
votes
2answers
381 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 …
