Hi guys, I have a question regarding TLS1.0 and TLS1.2 performance.
Is it a correct expectation is that TPS (transactions per seconds) performance is worse with TLS1.2 protocol compared to TLS1.0? I found is that TLS1.2 has additional overhead in explicit IV vector initialization with random bytes. In my environment which is based off openss1.0.1g I can see difference between TLS1.0 and TLS 1.2 protocols due to this extra initialization. This a general question but I think that TLS1.2 performance should be worse due extra checks. Can you please confirm if my observation makes any sense? Best regards, Denis