Re: Web-of-trust authentication in OpenSSL.

2006-09-27 Thread Shahin Khorasani
Dr Bob wrote: Dear OpenSSL developers, I've been developing an private peer-to-peer application based on OpenSSL (Thank you, to all the developers who have put time into OpenSSL) Initially I used X509 certificates for the authentication between peers, However I quickly realised that a

Re: Web-of-trust authentication in OpenSSL.

2006-09-27 Thread Kyle Hamilton
You should be able to implement your code using the callbacks, without having to add code to the library directly. This is, I believe, not available in 0.9.7g -- most of the callbacks were implemented in 0.9.8. (You should always be able to contribute in the contrib/ directory, though examples