Is it possible to have a cut down implementation of TLS , where we just presume the server we are connecting to is trusted - after the server sends its certificate, can we bypass verification of this and do away with any further processing , and get right into standard http ? Is using public key encryption something that is absolutely necessary , or can it be skipped ?
Rewording my question.
Is it possible to write a tls engine by skipping the need to use RSA public key code ?, or Can a client notify the server during the handshake that it just requires the severs certificate info, company name, expiry dates and requests the secret cipher key to be sent in plain text.