Skip to content

SslStoreBundle implementations aren't immutable #37222

@mhalbritter

Description

@mhalbritter

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions