You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update libquicr and submodules to support mbedTLS over OpenSSL.
Picoquic supports mbedTLS via picotls. Update transport to configure picoquic/picotls to use mbedTLS instead of boringSSL.
Configure other submodules to support/use mbedtls instead of openssl. Make sure openssl is not required or used by submodules. If they are, use mbedtls via the transport in the same way that boringssl is used today.
The text was updated successfully, but these errors were encountered:
Update libquicr and submodules to support mbedTLS over OpenSSL.
The text was updated successfully, but these errors were encountered: