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
File-based BoringSSL APIs are no longer used and everything is processed
as if it was delivered inline in order to provide consistent behavior.
Additionally, DataSource files are now read during configuration parsing,
which means that the configuration is considered invalid if it refers to
non-existing files.
Fixesenvoyproxy#1357.
Signed-off-by: Piotr Sikora <[email protected]>
File-based BoringSSL APIs are no longer used and everything is processed
as if it was delivered inline in order to provide consistent behavior.
Additionally, DataSource files are now read during configuration parsing,
which means that the configuration is considered invalid if it refers to
non-existing files.
Fixes#1357.
Signed-off-by: Piotr Sikora <[email protected]>
The v2 TlsContext supports inline delivery of key/cert material, this issue will track the implementation work on this feature
The text was updated successfully, but these errors were encountered: