> But there is a way in which the server sends a test( for example a random
> number) and the client signs it with his private key right?
It's called mutual (or client-side) authentication and is part of the TLS
protocol. The client must have an X.509-style certificate.
But there is a way in which the server sends a test( for example a random
number) and the client signs it with his private key right?
On Wednesday, 22 July 2015 1:30 PM, Anirudh Raghunath
wrote:
But is there a way to send text files through SSL_write()? If so, can you
please give a
> But is there a way to send text files through SSL_write()?
No.
___
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
But is there a way to send text files through SSL_write()? If so, can you
please give a small example? Thanks.
On Wednesday, 22 July 2015 1:27 PM, "Salz, Rich" wrote:
What you want is application-specific, not part of the TLS protocol. So you
have to use SSL_read/SSL_write and pul
What you want is application-specific, not part of the TLS protocol. So you
have to use SSL_read/SSL_write and pull the data out as needed.
___
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users