envoyproxy / envoy-openssl

Envoy OpenSSL extensions
Apache License 2.0
44 stars 39 forks source link

OpenSSL 3 #46

Open cfilleke opened 2 years ago

cfilleke commented 2 years ago

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

twghu commented 1 year ago

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 1 year ago

See notes on RAND_bytes()

wufanqqfsc commented 7 months ago

So open ssl 3,0 already supported right now?

twghu commented 7 months ago

Yes we are using OpenSSL 3.0

On Wed, Dec 13, 2023 at 8:28 AM Elvain @.***> wrote:

So open ssl 3,0 already supported right now?

— Reply to this email directly, view it on GitHub https://github.com/envoyproxy/envoy-openssl/issues/46#issuecomment-1852913839, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADJHCV3QYERO5JD4RJMAW2DYJDLBDAVCNFSM5WGJOO7KU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBVGI4TCMZYGM4Q . You are receiving this because you were assigned.Message ID: @.***>

wufanqqfsc commented 7 months ago

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