Tomáš Mráz

Results 1511 comments of Tomáš Mráz

**OTC: As the warning flag was explicitly added to the Clang strict warning list, it is better to just remove it there.**

I do not think this is going to be backported to stable branches.

This needs two approvals. ping @openssl/committers

When preparing for merging I've realized that the commits are marked with CLA: trivial but this is unfortunately not acceptable with CLA: trivial. Could you please sign a CLA and...

I can only reiterate that signing a CLA with us does not take any rights from you. Another reason why we require it, apart from the relicensing possibility that it...

IMO, the above code doesn't preclude both OPENSSL_THREADS and OPENSSL_THREADS_NONE being defined at once. However we should immediately error out in such situation. You should build with `no-threads` if there...

What you describe is `no-thread-pool` (OPENSSL_NO_THREAD_POOL). If you want your openssl build to never create threads but keep support for multithreaded applications you just need to pass `no-thread-pool` to `Configure`...

But you will still have to provide an appropriate ossl_crypto_mutex implementation for your platform if your platform does not support pthreads or Windows threads. You just do not need to...

@nhorman IMO this is unlikely to be resolved as a community issue. Someone needs to propose a policy on how to deprecate command options and that proposal needs to be...

Yeah, SSL_get_ex_data_X509_STORE_CTX_idx() should not use RUN_ONCE but store the index into the NULL libctx.