Skip to content
Commit caf2b6b5 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Don't use one shot API for SSLv3.



SSLv3 (specifically with client auth) cannot use one shot APIs: the digested
data and the master secret are handled in separate update operations. So
in the special case of SSLv3 use the streaming API.

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3527)
parent 719b289d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment