igrr / axtls-8266

axTLS port for ESP8266
Other
79 stars 33 forks source link

RSA_decrypt() /* BT Correct ?*/ Returns -1 What is BT? #21

Closed faraz117 closed 6 years ago

faraz117 commented 8 years ago

In rsa.c if (block[i++] != 0x02) /* BT correct? */ return -1;

tommie commented 7 years ago

The PKCS1.5 block type: https://tools.ietf.org/html/rfc2313#section-8.1