Add more tests.
[pwmd.git] / KnownBugs
blob032af1c0f2e8097ae306ff1b44783eb8a9a6b30c
1 When inquiring data from a client via a pinentry loopback, the client must be
2 sure to use the INQUIRE_MAXLEN status message and to not exceed its value when
3 sending its data. Otherwise, the exceeded data will be buffered and sent as
4 commands to gpg-agent after gpg-agent has returned it's error stating that the
5 maximum length has been encountered.
7 The LIST command will stop processing the current element when a child element
8 of the current elements' target contains an error (i.e., GPG_ERR_ELOOP), even
9 if there are other children without errors. The current element is flagged as
10 having an error even though it may not; a child does.