Neil Horman

Results 475 comments of Neil Horman

For reference there are 351 switch statements in openssl missing a default case: ``` awk -v myfile=$1 'BEGIN {depth=0;inswitch=0;founddefault=0} /.*switch.*/ {inswitch=1;} /{/ {if (inswitch==1) { depth=depth+1;}} /}/ {if (inswitch==1) {...

@paulidale I appreciate the offer, but I wouldn't feel right about it. By my count 3 OTC members have voiced opinions here, and my read says that both @t8m @beldmit...

I might be misreading the diff re: indentation as well, its late here. We'll get this sorted and put to bed at the next OTC

This still doesn't make any sense to me. OPENSSL_THREADS_NONE and OPENSSL_THREADS should be mutually exlusive. Are you suggesting that in your build both somehow become defined? Looking at thread_arch.h: ```...

seems like this never got addressed to completion @mattcaswell @levitte is there any action we are considering here? Or should this be closed

No response, marking as inactive, to be closed at the end of 3.4 dev barring further input

We currently have an RCU lock implementation that we are working on in #22729 . After it is merged, we plan to identify code locations in which its use will...

would you be willing to try with this PR: https://github.com/openssl/openssl/pull/23680 It contains several performance improvements that I'm working on

No response, marking as inactive, to be closed at the end of 3.4 dev barring further input