Rafal Podles
Rafal Podles
fixes: AM-3075
fixes: AM-3400
### Questions When connection is not established and try to close producer connection, there is block for around 1min. This is because `Promise trampolineProm = ctx.promise();` is executing in `io.vertx.kafka.client.producer.impl.KafkaWriteStreamImpl.close(long):272`....
## :id: Reference related issue. ## :pencil2: A description of the changes proposed in the pull request ## :memo: Test scenarios ## :computer: Add screenshots for UI ## :books: Any...
Motivation: fixed issues in TPM attestation for ECC: buffer position, reading x and y, parsing crv, compare curveId Conformance: You should have signed the Eclipse Contributor Agreement as explained in...
Here is an issue with buffer position: https://github.com/eclipse-vertx/vertx-auth/blob/84647f46ec0e7641ea420794994f9a79a2b9a3be/vertx-auth-webauthn/src/main/java/io/vertx/ext/auth/webauthn/impl/attestation/tpm/PubArea.java#L63 According to TPM 2.0 documentation, curveID has length of 2 bytes. This causes problem with reading length of `unique` I prepared fix,...