gaetanww

Results 8 issues of gaetanww

Hi, I'm trying to build minimu9-ahrs on archlinux. I get the following errors while building: ```text i2c_bus.cpp: In member function 'void i2c_bus::write_byte_and_read(uint8_t, uint8_t, uint8_t*, size_t)': i2c_bus.cpp:80:38: error: invalid use of...

Thank you for your work on this filter for plantUML, it's the only one that worked for me! Is it possible to change the output directory for the images, right...

Compiling GeneralizedTime.c on WSL/Ubuntu gives me the following errors: ``` cc -DASN_PDU_COLLECTION -I. -o GeneralizedTime.o -c GeneralizedTime.c GeneralizedTime.c: In function ‘GeneralizedTime_encode_der’: GeneralizedTime.c:247:12: error: storage size of ‘tm’ isn’t known struct...

In tpm2-tools, `tpm2_makecredential` [can be called without a TPM](https://github.com/tpm2-software/tpm2-tools/blob/master/man/tpm2_makecredential.1.md). Is there any way to call `context.makecredential(...)` without initializing a TCTI?

enhancement
help wanted
medium

Are there plans to add support for other websites? How can a website owner register with cloudflare to publish the manifests?

I ran into the following error: `The path could not be validated because the end-entity certificate contains the following unsupported critical extension: subject_alt_name` SubjectAltName extension must critical if the Subject...

I want to use a primary key with both ESAPI and FAPI with the following workflow: 1. create primary key in ESAPI and perform some operations 2. recreate key in...

If data is bigger than `lib.MAX_BUFFER_SIZE` the TPM should send error. Is it worth catching it [before in python code](https://github.com/tpm2-software/tpm2-pytss/blob/master/tpm2_pytss/ESAPI.py#L2037)? Might be worth considering a higher level hash function taht...