Skip to content
  • Mike Fleetwood's avatar
    Add unit tests for PasswordRAMStore module (#795617) · c6657aab
    Mike Fleetwood authored and Curtis Gedak's avatar Curtis Gedak committed
    As noted in comments:
    
    1) This is white box testing because it uses implementation knowledge
       to look through the API to the internals of the password store.
    
    2) It is not currently possible to test that the passwords are zeroed
       when the store is destroyed.
       However zeroing of memory is being tested when individual passwords
       are erased.
    
    Bug 795617 - Implement opening and closing of LUKS mappings
    c6657aab