read bio not set error

2009-06-24 Thread Chris Bare
I'm following the example client on: http://linux.die.net/man/3/bio_new_ssl_connect I am able to establish the ssl connection and send data, but when I go to do BIO_read, I get this error: error:140950D3:SSL routines:SSL3_READ_N:read bio not set I can see with wireshark that the server is

Re: read bio not set error

2009-06-24 Thread Chris Bare
I'm following the example client on: http://linux.die.net/man/3/bio_new_ssl_connect I am able to establish the ssl connection and send data, but when I go to do BIO_read, I get this error: error:140950D3:SSL routines:SSL3_READ_N:read bio not set I can see with wireshark that the server

ssl lib

2009-06-24 Thread prabhakar rao
Hi, In my project on of the version is used LDLIBS += -l$(GMPFILE) -lcrypto -lssl in make.def file and some other version it has LDLIBS += -l$(GMPFILE) -lcrypto in make.def means added lssl option above one, my question: Q1:what is the difference between these two?

OpenSSL Attribute certificates

2009-06-24 Thread Konstantin Ivanov
Hi All, I was wondering if OpenSSL support attribute certificates? I could not find such information on the web, just a few discussions and some library for generating the attribute certificates, but wanted to know if OpenSSL can handle them. Thank you,

Re:RE: openssl-users

2009-06-24 Thread tomtang_cn
Hi, I think you could let users import your self-signed certificate into their browser. BR, -Tom