CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/07 04:52:56
Modified files:
lib/libcrypto/pem: pvkfmt.c
Log message:
Fix pvk format processing in libcrypto
- Return the valid pointer in i2b_PVK()
- Use EVP_Decrypt* instead of EVP_Encrypt*
- Fix error handling after BIO_write() in i2b_PVK_bio()
ok tb@
