[openssl.org #3069] An enhancement to EC key generation to enable compact point representation

2013-06-04 Thread Andrey Jivsov via RT
A tweak to generate keys in a way that will enable the efficient point compression, described in http://tools.ietf.org/html/draft-jivsov-ecc-compact. This request doesn't change any format/API, doesn't introduce compression, and doesn't lower security. However, because the method to generate

[openssl.org #1497] Issue: PKCS#12 export with empty password produces incorrect encoding of MacData in PFX object

2007-03-02 Thread Andrey Jivsov via RT
openssl pkcs12 -export -in _.pem -nodes -out _.p12 generates PFX DER data with MacData in which empty password is used incorrectly, violating following quote from Chapter B, section B.2, item 3 of PKCS#12 standard [1]: Note that if the password is the empty string, then so is P. However,