Netflix / msl

Message Security Layer
Apache License 2.0
716 stars 79 forks source link

Ensure only one service token of a given name exists in SimpleMslStore #312

Closed wmiaw closed 4 years ago

wmiaw commented 4 years ago

Fixes #311. When adding a service token to SimpleMslStore, first remove any service tokens with the same name from the internal token maps.

Also: