Re: [openssl-dev] [openssl.org #3631] Bug in the binary search in OBJ_bsearch_ex_ in obj_dat.c (1.0.1j)

2014-12-19 Thread Matthias Mucha via RT
No, i commented out the RSA encrypt routines and several other things that i can't/don't use. This resulted in a smaller array to search, which led me to this problem. I know it's no problem if you use OpenSSL the normal way. I don't call it from my code. My code only calls methods available

[openssl-dev] [openssl.org #3631] Bug in the binary search in OBJ_bsearch_ex_ in obj_dat.c (1.0.1j)

2014-12-12 Thread Matthias Mucha via RT
Hello, I strapped down OpenSSL 1.0.1j to only the PEM to RSA, BIO and RSA public decrypt functions. So a bug in the binary search in appeared: Current code: const void *OBJ_bsearch_ex_(const void *key, const void *base_, int num, int size,