[openssl-users] How to get the CA list

2019-02-14 Thread Ignacio Casal
to use X509_STORE_get1_certs but this seems to require a X509_NAME which I do not have since I want all the certificates out of the CAs. Is there a proper way to do this? Regards. -- Ignacio Casal Quinteiro -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo

Re: [openssl-users] Rehandshake problem

2015-11-13 Thread Ignacio Casal
tt Caswell <m...@openssl.org> wrote: > > > On 13/11/15 08:37, Ignacio Casal wrote: > > Hey guys, > > > > I am having a specific problem that I do not seem to find a solution for. > > > > - I have a server and a client that handshake properly > &g

[openssl-users] Rehandshake problem

2015-11-13 Thread Ignacio Casal
side that there was no proper handshaking. Do you know how to get a notification client side that the client needs to handshake again when blocked on a read or write? Cheers. -- Ignacio Casal Quinteiro ___ openssl-users mailing list To unsubscribe: https

Re: [openssl-users] Openssl backend for glib

2015-08-25 Thread Ignacio Casal
is X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY. Any idea how to deal with this issue? Should I try to skip this kind of verification server side? Regards On Mon, Aug 24, 2015 at 2:41 PM, Ignacio Casal ignacio.ca...@nice-software.com wrote: Hey guys, I am currently working on an openssl backend for glib and I got to a point where

[openssl-users] Openssl backend for glib

2015-08-24 Thread Ignacio Casal
exchange: 1 send client verify: 1 change cipher spec: 1 send finished: 1 server, check client hello: 1 server, get client cert: -1 server, accept2: -1 finish not ok get finsihed: 0 connect2: 0 Cheers. -- Ignacio Casal Quinteiro ___ openssl-users