Dmitrii Kuvaiskii
Dmitrii Kuvaiskii
I don't think this is a problem anymore, since we use TOML for our manifest files, and TOML requires UTF-8 encoding. @mkow You changed our Python scripts to TOML, do...
Agreed with @mkow, but is there a particular problem with the current situation? Is it just annoying for debugging, or something else is blocked by this?
Thanks for reporting this bug! Your workaround sounds like a reasonable fix for the current situation. Do you have a suggestion how to fix this default behavior of Graphene and...
`sgx.trusted_files` is already a TOML table. You want it to be a TOML array, iiuc. But I actually prefer the current syntax. In other words, you advocate smth like this:...
> What do you think about using top-level tables? All the above examples are already possible. We're just using a different format of presenting TOML tables (a "chained keys" format)...
I guess I'm just used to it and use them as comments. E.g. I sometimes do ``` sgx.trusted_files.lib_needed_for_python_when_it_fails = "file:/usr/lib/python/pythonapt" ``` Well, yes, this doesn't really make sense :) I'm...
> Not strictly related to this issue, but another thing I wanted to do: change the file naming convention we use for manifests and actually include the correct extension (.toml)....
@mkow @woju Do you think we should still keep this issue open? We added "specifying whole directories in trusted files", and now our manifest templates look much cleaner (though still...
I guess what @lead4good is asking is: > Is "PAL internal memory" automatically expanded, or is this PAL internal memory hard-coded to some fixed value? If this is the question,...
I created #1039 for new standard Interoperable RA-TLS. I am closing this PR now, since the current RA-TLS implementation is legacy anyway.