Anderson Sasaki

Results 37 issues of Anderson Sasaki

I want to enable Intel CET in GnuTLS, which uses the CRYPTOGAMS implementation. Comparing the code in this repository with the code available in OpenSSL, there are missing patches (specially...

Add scripts to convert configuration from the old format to the new split format. The script extracts the values from the given configuration file and replaces the fields in the...

Is your an issue a feature request? If so, please raise it as an [enhancement](https://github.com/keylime/enhancements) # Environment * OS / version: N/A * Processor architecture: N/A * TPM Manufacturer: N/A...

I could not find a Fedora package for pytest-console-scripts. Can you package it for Fedora? A rpm spec file can be easily obtained using pyp2rpm which creates a spec file...

Is your issue a feature request? If so, please raise it as an [enhancement](https://github.com/keylime/enhancements) # Environment * OS / version: N/A * Processor architecture: N/A * TPM Manufacturer: N/A *...

Remove all mentions to the old configuration file keylime.conf.

breaking-change
cleanup

Currently, the keylime agent uses its own `API_VERSION` to construct the accessed registrar API: https://github.com/keylime/rust-keylime/blob/c91fba3382867737d194dfedf85cae7ee133c9e3/keylime-agent/src/registrar_agent.rs#L99-L101 This makes the agent API version tied with the registrar API version. Evaluate if it...

enhancement
Keylime general

This is a follow-up on the discussion about using the system-wide crypto configuration instead of setting a locally. See the conclusion of the discussion: https://github.com/keylime/rust-keylime/pull/761/files#r1581052015 There is no easy way...

enhancement

We should establish a code of conduct for the project/repo. Should we adopt the same code of conduct from the keylime/keylime repo [1]? [1] https://github.com/keylime/keylime/blob/master/CODE_OF_CONDUCT.md

We should create a well defined, step-by-step process on how to deal with security issues. A good example from a project I contributed to is from libssh: https://www.libssh.org/development/security-process/