Re: SSL renegotiation in openssl using blocked sockets

2012-06-16 Thread Pradeep A
Can anybody help in this Pradeep A wrote: This is regarding openssl renegotiation issue in client server communication.The openssl version is 1.0.1c. The client and server are establishing the SSL connection using blocking sockets and communication is fine.The client sends

SSL renegotiation in openssl using blocked sockets

2012-06-13 Thread Pradeep A
This is regarding openssl renegotiation issue in client server communication.The openssl version is 1.0.1c. The client and server are establishing the SSL connection using blocking sockets and communication is fine.The client sends the data and server receives and send back to client. When

some quiry

2004-11-18 Thread Pradeep mishra
I Have a CSP (DLL) which support PROV_RSA_FULL. I wann to plugin my CSP in OPENSSL crypto engine. . Is it possible to write a wrapper on top of the CSP dll and plugin with Open SSL crypto engine ? Pleas eprovide some procedure and high level concept. Thanks Pradeep