[openssl-dev] [openssl.org #4148] PCKS1 type 1 Padding check error

2016-02-03 Thread Emilia Käsper via RT
Resolved in ba2de73b185016e0a98e62f75b368ab6ae673919 for master (1.1.0). This isn't really a bug so we won't be backporting to stable branches, though. ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] [openssl.org #4148] PCKS1 type 1 Padding check error

2016-01-23 Thread Kurt Roeckx via RT
On Wed, Nov 18, 2015 at 03:24:51PM +, Özgan, Tolgahan Jonas via RT wrote: > Dear List, > I have found a BUG in the function > " RSA_padding_check_PKCS1_type_1 " [...] > > the pointer p is incremented after the check therefore p is always the first > octet of the padded string. In the Case of

[openssl-dev] [openssl.org #4148] PCKS1 type 1 Padding check error

2015-11-18 Thread Özgan , Tolgahan Jonas via RT
Dear List, I have found a BUG in the function " RSA_padding_check_PKCS1_type_1 " The bug is reproducible in OpenSSL Versions 1.0.1e , 1.0.1p , 1.0.1k and also in 1.0.2d (these are the versions I've tried) . After Inspecting the source code the bug can still be found in the actual development