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
Our existing SslStoreBundle implementations, JksSslStoreBundle and PemSslStoreBundle, are not immutable. They create the key- and truststore on every get* method call, which can reload the (changed) key material from disk.
For correctness and performance reasons we should make them immutable.
The text was updated successfully, but these errors were encountered:
Our existing
SslStoreBundle
implementations,JksSslStoreBundle
andPemSslStoreBundle
, are not immutable. They create the key- and truststore on everyget*
method call, which can reload the (changed) key material from disk.For correctness and performance reasons we should make them immutable.
The text was updated successfully, but these errors were encountered: