Daiki Ueno
Daiki Ueno
I'm still not convinced. The excerpt only describes the receiving behavior, and the RFC actually says that a KeyUpdate reply should be sent before the next Application Data (not before...
I wonder if this really requires architectural change in tlsfuzzer if you can use a "shim" in the TLS libraries. NSS includes nss_bogo_shim program, which acts like this: listen on...
@SWilson4 sorry for the inactivity; yes, I'm still interested in working on this, targeting the end of this quarter.
@baentsch @SWilson4 sorry for the delay; I've managed to make this PR [pass](https://github.com/ueno/liboqs/actions/runs/8183030192) the GitHub CI on Linux and macOS. Could you take a look when you have time?
I guess we could add such downstream integration tests through [packit](https://fedoramagazine.org/how-to-use-testing-farm-outside-of-rhel/). So far, I've created a [copr](https://copr.fedorainfracloud.org/coprs/ueno/liboqs-dlopen-openssl/builds/) repository which hosts modified liboqs package with this changeset. With the package installed...
@baentsch now that 0.10.0 is out, is there anything specific we can do to move this forward? As mentioned, my local testing with oqsprovider and nginx/curl didn't show any problems.
@SWilson4 That is a good point. My plan was to add a Nettle backend and run CI [there](https://gitlab.com/gnutls/nettle), once their SHAKE interface has settled. Additionally/alternatively I could add a non-exhaustive...
Sure, https://github.com/open-quantum-safe/liboqs/pull/1603/commits/b60ba69b22a343f6f34c0e0f1e240b1b4076a775 is an attempt to add tests for OQS_*_set_callbacks.
Thanks for the prompt response! > I wonder though, to which level of algorithm detail this needs to go: Is a distinction AES/SHA2/SHA3/RAND sufficient? Or should there be "redirection stubs"...
Hi Sebastian, that sounds reasonable. I have recently been working with a student who is trying to expose CTAP2 through D-Bus for similar purposes, and asked the developer of [authenticator-rs](https://github.com/mozilla/authenticator-rs)...