You shouldn't underestimate GPG. It uses the same trust principles as the other system (PKI, SSL) you mention. It's just that it's much easier to build a web of trust on PGP, rather than the commercial CA's.
Anyway, the implementation of ssl certificates wouldn't be much different from the one for GPG. The main idea is that we store the ascii armor blocks for the signed data, in the db. So, if the block can be a PGP one or SSL. Just add bindings to the crypto library, and you're ready. -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=55584#55584 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
