Tomas pointed out the "oeap" vs. "oaep" difference.  And now you have to 
support the typo forever.  Sigh.

Paul

-----Original Message-----
From: owner-openssl-...@openssl.org [mailto:owner-openssl-...@openssl.org] On 
Behalf Of Paul Suhler via RT
Sent: Friday, January 10, 2014 00:54
Cc: openssl-dev@openssl.org
Subject: [openssl.org #3224] OpenSSL 1.0.1f rsa_pmeth.c duplicate code block 

Lines 612 through 615 of rsa_pmeth.c apparently contain duplicated lines:

Line 612:
                else if (!strcmp(value, "oeap"))
                        pm = RSA_PKCS1_OAEP_PADDING;
                else if (!strcmp(value, "oaep"))
                        pm = RSA_PKCS1_OAEP_PADDING;

This appears to be a cut and paste error.

I do not know whether this appears in 1.0.0l.

Thanks,

Paul


----------------------------------------------------------------------
The information contained in this transmission may be confidential. Any 
disclosure, copying, or further distribution of confidential information is not 
permitted unless such privilege is explicitly granted in writing by Quantum. 
Quantum reserves the right to have electronic communications, including email 
and attachments, sent across its networks filtered through anti virus and spam 
software programs and retain such messages in order to comply with applicable 
data security and retention requirements. Quantum is not responsible for the 
proper and complete transmission of the substance of this communication or for 
any delay in its receipt.

Reply via email to