Re: "no shared cipher" driving me batty

2004-09-30 Thread Richard Koenning
Mike Marshall wrote: 1) I couldn't find any code in the 3rd party library that calls SSL_CTX_set_cipher_list - does this mean I should call it myself? I thought I read somewhere that if it wasn't called that some defaults were used or at the very least OpenSSL could extract a list from th

Re: "no shared cipher" driving me batty

2004-09-23 Thread Richard Koenning
Mike Marshall wrote: so when a connection is accepted, here are the calls: 1) ssl = SSL_new(ctx) 2) BIO_new_socket 3) SSL_set_bio - called with the results of number 2 4) SSL_accept(ssl) <-- this line fails with a code of -1 5) SSL_get_error returns error code 1 6) ERR_peek_error 7) ERR_error_s