Michał Trojnara

Results 96 comments of Michał Trojnara

@utoni Are you still interested in further investigation of this issue?

I currently (as of stunnel 5.72) use NDK r24c and: ```sh API=16 test -d "$ANDROID_NDK_ROOT" || ANDROID_NDK_ROOT=/usr/lib/android-ndk export ANDROID_NDK_ROOT TOOLCHAIN=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64 export TARGET=armv7a-linux-androideabi export AR=$TOOLCHAIN/bin/llvm-ar export CC=$TOOLCHAIN/bin/$TARGET$API-clang export AS=$CC export CXX=$TOOLCHAIN/bin/$TARGET$API-clang++...

Do I correctly understand that this PR is ready for merging?

> Could the tests use stored file instead of hard-coded buffers? I guess it could, but refactoring of an existing test for unrelated functionality is beyond the scope of this...

@t8m Are you sure this was correctly triaged as a feature? Without this PR, `openssl s_server` fails to build OCSP requests for non-trivial certificate chains.

> @olszomal Would you be able to write a test? I only found one test involving s_server: https://github.com/openssl/openssl/blob/cf6342bc024868f5a55f2225f2e083415fb1329a/test/recipes/82-test_tfo_cli.t I guess the best person to write another similar test would be...

No, building OpenSSL with no-threads does not support my project (stunnel) requirements.

I merged the commits from #471. Is this issue fixed now?

I re-added the bootstrap file in https://github.com/OpenSC/libp11/commit/cedea953b22697d6d0fe897be4e4cf7392b2602d.