Re: ASN.1 library

2009-04-07 Thread Ger Hobbelt
ven if the source of the data is NOT associated with > certificates.  For instance, can these routines be used to encode/decode a > CMS container.  Since CMS is pretty close to PKCS#7, my assumption would be > "yes".  But taken to another extreme, could I use the ASN.1 library i

Re: ASN.1 library

2009-04-06 Thread Kyle Hamilton
BER and DER, >>> generically, even if the source of the data is NOT associated with >>> certificates.  For instance, can these routines be used to encode/decode >>> a >>> CMS container.  Since CMS is pretty close to PKCS#7, my assumption would >>> be

Re: ASN.1 library

2009-04-05 Thread Dr. Stephen Henson
On Sun, Apr 05, 2009, Randy Turner wrote: > > The way that I interpret the above paragraph, I can use the OpenSSL ASN.1 > code to > decode BER and output DER. Can I "encode" BER and "decode" DER? > http://www.openssl.org/support/faq.html#PROG4 Steve. -- Dr Stephen N. Henson. Email, S/MIME and

Re: ASN.1 library

2009-04-05 Thread Randy Turner
could I use the ASN.1 library in OpenSSL to encode/decode Kerberos traffic, or SNMP traffic (BER), or other protocols encoded in BER/DER? Just curious how "reusable" the OpenSSL ASN.1 was, and if it's not "quite" as reusable as I am thinking about, is there a

Re: ASN.1 library

2009-04-02 Thread Dr. Stephen Henson
ER, > generically, even if the source of the data is NOT associated with > certificates. For instance, can these routines be used to encode/decode a > CMS container. Since CMS is pretty close to PKCS#7, my assumption would be > "yes". But taken to another extreme, could I

ASN.1 library

2009-04-02 Thread Randy Turner
ates. For instance, can these routines be used to encode/ decode a CMS container. Since CMS is pretty close to PKCS#7, my assumption would be "yes". But taken to another extreme, could I use the ASN.1 library in OpenSSL to encode/decode Kerberos traffic, or SNMP traffic (BER)