On Tue, May 4, 2021 at 9:16 AM Samuel Thibault <samuel.thiba...@ens-lyon.org> wrote: > > Jason Andryuk, le mar. 04 mai 2021 08:48:40 -0400, a ecrit: > > We're only flushing 2 transients, but there are 3 handles. Use <= to also > > flush the third handle. > > > > The number of transient handles/keys is hardware dependent, so this > > should query for the limit. And assignment of handles is assumed to be > > sequential from the minimum. That may not be guaranteed, but seems okay > > with my tpm2. > > > > Signed-off-by: Jason Andryuk <jandr...@gmail.com> > > Maybe explicit in the log that TRANSIENT_LAST is actually inclusive?
In the commit message? Sounds good to me. > Reviewed-by: Samuel Thibault <samuel.thiba...@ens-lyon.org> Thanks, Jason