google / u2f-ref-code

U2F reference implementations
BSD 3-Clause "New" or "Revised" License
588 stars 182 forks source link

Multiple signRequest then first signResponses will fail #175

Open emasean opened 6 years ago

emasean commented 6 years ago

It seems sending N subsequent signRequest (without signResponse in between) will result in failures of subsequent N-1 signResponse, until the Nth signResponse which will succeed. Is this behavior defined by the spec?