Oldřich Jedlička

Results 107 comments of Oldřich Jedlička
trafficstars

The DirectWrite API is not a compatibility layer for GDI. Proposal to properly extend font properties in Scintilla is really a way to go. That was a message from maintainer...

That is actually the problem, you are starting to interpret the value. According to maintainer this lack of correct information (font family for example) needs a different solution.

And this is why the maintainer stopped the discussion 😅

I have a working Clevis support for TPM 1.2 (currently modified directly in file system), so I plan to create a Pull Request this week. I am using `tpm_sealdata` and...

You can follow (work in progress) my development branch https://github.com/oldium/clevis/commits/feature/tpm1/. The script uses `tpm_sealdata` and `tpm_unsealdata` tools to encrypt and decrypt secrets. It also uses “well-known” SRK password to prevent...

As this is work-in-progress, I plan to change the encryption algorithm tomorrow - currently the password is sealed directly with `tpm_sealdata`. I will do what TPM2 does (I understand more...

Done. The code is now sealing JWK (which is used to encrypt the password) into TPM similar to what the tpm2 pin does.

TPM1 pin work is done, so now the Dracut and Systemd parts...

[Updated](https://github.com/oldium/clevis/commits/feature/tpm1) systemd dependencies (so that `tcsd` is able to start before other services - same as clevis). I will play with Dracut now, I have a VM with sofware-emulated TPM...

I have basic setup of VM already (dracut with simulated TPM1.2) for testing, so I just need to find some time to finish this.