diff options
Diffstat (limited to 'KeyRing.hs')
-rw-r--r-- | KeyRing.hs | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -198,7 +198,8 @@ data StreamInfo = StreamInfo | |||
198 | { access :: Access | 198 | { access :: Access |
199 | , typ :: FileType | 199 | , typ :: FileType |
200 | , fill :: KeyFilter | 200 | , fill :: KeyFilter |
201 | , spill :: KeyFilter -- ^ TODO: currently only respected for PEMFile. | 201 | , spill :: KeyFilter -- ^ Currently respected for PEMFile and KeyRingFile. |
202 | -- TODO: WalletFile and Hosts | ||
202 | -- Note that this is currently treated as a boolean | 203 | -- Note that this is currently treated as a boolean |
203 | -- flag. KF_None means the file is not spillable | 204 | -- flag. KF_None means the file is not spillable |
204 | -- and anything else means that it is. | 205 | -- and anything else means that it is. |
@@ -241,8 +242,6 @@ data KeyRingRuntime = KeyRingRuntime | |||
241 | , rtSecring :: FilePath | 242 | , rtSecring :: FilePath |
242 | , rtGrip :: Maybe String | 243 | , rtGrip :: Maybe String |
243 | , rtWorkingKey :: Maybe Packet | 244 | , rtWorkingKey :: Maybe Packet |
244 | , rtUnspilled :: Map.Map InputFile KeyDB | ||
245 | -- ^ TODO: this is currently unused | ||
246 | , rtKeyDB :: KeyDB | 245 | , rtKeyDB :: KeyDB |
247 | , rtRingAccess :: Map.Map FilePath Access | 246 | , rtRingAccess :: Map.Map FilePath Access |
248 | } | 247 | } |