In the O'reilly examples in the 'Network Security With
OpenSSL' book, I'm not sure if SSL_read and SSL_write are
just sending data over theconnection, of if they're
encrypting it/decrypting it too. the bookdoesn't seem to
mention that. I notice that the 'Cipher list' in example
5.11 is set to include all of the 'good' ciphers. then the
function:
SSL_CTX_set_cipher_list(ctx, CIPHER_LIST) is called. Is
this all the setupthat is required? is it all done for me
from now on, by SSL_read and SSL_write?
 (see page 122)
I'm using modified versions of server3 and client3, with
the non-blocking code implemented too, for a university
project.
 
Thanks for any input!
-Duncan


----->end signal
 
==
Download ringtones, logos and picture messages at Ananzi Mobile Fun.
http://www.ananzi.co.za/cgi-bin/goto.pl?mobile
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to