On Mon, Apr 18, 2005, Belliappa, Ashith Muddiana (STSD) wrote:
>
> > Hi All,
> >After the SSL Handshake, all the data is encrypted and then
> > transmitted between the Client and Server. I have an application
> > written that needs only signed messaged to be transmitted. Whether it
> > is po
Hi Ashith
TLS specified two cipher suites using without cipher algorithm..
CipherSuite TLS_RSA_WITH_NULL_MD5
CipherSuite TLS_RSA_WITH_NULL_SHA
So, you can sign without encrypt, after the Handshake phase.
Best regards,
Badra
>
>> Hi All,
>>After the SSL Handshake, all the data is encr
Title: Only Signed Message Transmission after SSL handshake.
Hi All,
After the SSL Handshake, all the data is encrypted and then transmitted between the Client and Server. I have an application written that needs only signed messaged to be transmitted. Whether it is possible to set or