Re: ASN1 questions

2007-11-12 Thread Steffen DETTMER
* Ian Alderman wrote on Fri, Nov 09, 2007 at 15:27 -0600: > Are there other ASN libraries available? There is even a free one: http://lionet.info/asn1c/ also implementations in Java exist, even with runtime ASN.1 module / spec processing (for whatever this should be useful to have runtime chang

Re: ASN1 questions

2007-11-10 Thread Jim Crafton
> Why are you doing this? I ask because your goals may help answer > your question. Your C++ API should be consistent with the goals of > your project. The main reason is that I would like to provide basic cryptographic functions and support SSL for an existing framework of mine. > > Are there o

Re: ASN1 questions

2007-11-09 Thread Ian Alderman
On Nov 9, 2007, at 2:48 PM, Jim Crafton wrote: Hi, I'm writing a C++ wrapper library around the OpenSSL API with the intent to not just support SSL for sockets, but as much of the other parts as possible, things like the message digests, encryption/decryption, certificates, etc. Why are you d

ASN1 questions

2007-11-09 Thread Jim Crafton
Hi, I'm writing a C++ wrapper library around the OpenSSL API with the intent to not just support SSL for sockets, but as much of the other parts as possible, things like the message digests, encryption/decryption, certificates, etc. So far I have wrapped the core message digests, encryption algos,