Nathaniel McCallum
Nathaniel McCallum
Will you be integrating this into the build system as I requested?
https://github.com/npmccallum/jose/blob/x509/src/jwk.c#L569 https://github.com/npmccallum/jose/blob/x509/src/jwk.c#L627 That code is rather out of date, but could be resurrected.
Great idea! Patches welcome. :)
Yes, we have. I even have a (very stale) branch for working on this. But getting the core API right and usable CLI was a higher priority. Patches are welcome!
I have not worked on it. But I would gladly accept patches!
I have pushed the following three patches: 3a0ebe7fca157a9f301f02418148df02f5492aec 961d95c24d1e61d7f19b9105cee3d8100ea6e118 77afe69004df1a014dce1fd6c2bcd942f7602d6e These patches make jose compile on Windows using MinGW. However, I have not been able to get the tests to...
I agree. This is bad. I'll try to address this in a future release.
Particularly, I'm thinking of the escrow case with clevis. I want to write a secret that can only be retrieved via, say, physical access.
I mean a system that is write only as far as network access is concerned. You can push secrets to it, but you can't pull them from it. If you...
While there is no HTTPS requirement, there is also nothing preventing `clevis` from talking to `tang` over an HTTPS proxy. The only problem is that we haven't tested it. If...