> From: owner-openssl-us...@openssl.org On Behalf Of Alex Chen
> Sent: Thursday, 03 May, 2012 13:47
> Thanks for the reply Erwin. Let me clarify the goal: the client
> wants to send an encrypted message to the server for security reason
> and the connection ... can be SSL [but
Thanks for the reply Erwin. Let me clarify the goal: the client wants to send
an encrypted message to the server for security reason and the connection may
not be secured (cannot be changed during communication). Although the
connection can be set up to use SSL, it is configured by the user an
I have the impression you want to protect (providing message integrity,
message authentication, and confidentiality) messages between a client and
a server. The options are:
1. Protect individual message with known techniques such as S/MIME, CMS
and send it in unprotected connection.
2. Protect th