> 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 other ASN libraries available?  If so, I can't see why a
> user who wanted this functionality alone would use OpenSSL.  And,
> most users who would want a C++ wrapper for OpenSSL don't need access
> to these low level functions.

That's a good point. My only reason for doing this was completeness.
In other word, I've wrapped various other pieces of functionality of
the OPenSSL library and maybe it makes sense to do so here as well.

>
> What's the license for this work?  I'm working on something similar,
> but so far it just includes the certificate generation/verification
> parts I need.  I'd be happy to contribute my code to an open source
> project.

It will be BSD, which is the same as the existing framework it's
eventually going to be part of (more on that here:
http://vcf-online.org). I'd be more than open to collaborating if that
makes sense.


> > So far I have wrapped the core message digests, encryption algos, BIO
> > support, BIGNUM structures and done the basics for RSA key generation
> > and public/private key persistence plus signing and verifying data
> > with them.
>
> Even when working in C++, I've found that it's not much trouble to
> use this functionality directly.

True, but I wanted to set them up such that they "play well" with the
existing way that my other framework does things.

Cheers

Jim
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to