jerome etienne <[EMAIL PROTECTED]> writes: > Hello, > > I would like to do encryption/decryption based on a x509 certificate, i > looked at the documentation of the x509 library and failed to find a > function for it. Is there a function that i missed ? some existing > source code that i could look at ? any suggestion ?
If you want to do X.509 based message protection, I think you should look at CMS aka S/MIME. You'll likely have to reinvent the wheel otherwise. Development versions of GnuPG has S/MIME functionality. Thanks, Simon _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
