boringssl/crypto/pkcs8
David Benjamin e216d6bb9f Add PKCS8_{decrypt,encrypt}_pbe.
The original functions do an ascii_to_ucs2 transformation on the password.
Deprecate them in favor of making that encoding the caller's problem.
ascii_to_ucs2 doesn't handle, say, UTF-8 anyway. And with the original OpenSSL
function, some ciphers would do the transformation, and some wouldn't making
the text-string/bytes-string confusion even messier.

BUG=399121

Change-Id: I7d1cea20a260f21eec2e8ffb7cd6be239fe92873
Reviewed-on: https://boringssl-review.googlesource.com/1347
Reviewed-by: Adam Langley <agl@google.com>
2014-08-01 17:17:36 +00:00
..
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00
internal.h Inital import. 2014-06-20 13:17:32 -07:00
p5_pbe.c Inital import. 2014-06-20 13:17:32 -07:00
p5_pbev2.c Memory leak and NULL dereference fixes. 2014-07-28 17:05:12 -07:00
p8_pkey.c Inital import. 2014-06-20 13:17:32 -07:00
pkcs8_error.c Add PKCS8_{decrypt,encrypt}_pbe. 2014-08-01 17:17:36 +00:00
pkcs8.c Add PKCS8_{decrypt,encrypt}_pbe. 2014-08-01 17:17:36 +00:00