Hi Patrick,
> However, it should get you at least started.
thanks a lot, that helps me out!
Jakob
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-use
Hi,
There are any example of how to use OpenSSL with pthreads?
There are any variable or function to call when using openssl with
pthreads in Linux?
I already use a mutex per SSL object but I share CTX without mutex,
I suppose it is used as readonly after the initialization.
I also need to use B
Hello,
I'm configuring an access control for wireless networks using eap-tls
protocol. The clients have got credentials into a smartcard using
engine-pkcs11. wpa_supplicant requires cert_id and key_id for
certificate and private key respectively, stored into the chip. Linux
clients can be aut
Hi!
I have done more tests of this strange data blocks:
I send 2 kinds of blocks one of 1500 bytes (block A) and another of
48bytes (block B).
A blocks have an identifier.
The normal way is receive first 1500bytes of A and then 48 of B:
1: (id 515)
2: B
But this i