envoyproxy/envoy-openssl

OpenSSL 3

cfilleke opened this issue · 5 comments

RHEL 9 releases with OpenSSL 3.0.0 and we need a sanity check to look for conflicts

twghu commented

Tasks:

  1. Review upstream envoy for all calls to boring ssl
  2. Review openssl 3 release notes for compatability with 1.1.1
  3. Implement wrapper functions / calls to OpenSSL.
  4. Identify not isomorphic mappings.
twghu commented

See notes on RAND_bytes()

So open ssl 3,0 already supported right now?

@twghu thanks for your quick response. can you share the current release plan for this project ?