* 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
> 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
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
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,