Go to file
David Benjamin d698f322b5 Introduce EVP_DecodeBase64.
This fixes several of the problems with the old API.
- Padding was completely ignored.
- ='s in the middle of the input were accepted.
- It tries to be helpful and strips leading/trailing whitespace.

Change-Id: I99b9d5e6583f7eaf9bf0b6ee9ca39799811b58dc
Reviewed-on: https://boringssl-review.googlesource.com/1602
Reviewed-by: Adam Langley <agl@google.com>
2014-08-25 23:00:28 +00:00
crypto Introduce EVP_DecodeBase64. 2014-08-25 23:00:28 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Introduce EVP_DecodeBase64. 2014-08-25 23:00:28 +00:00
ssl Update ssl3_get_channel_id for the simpler ECDSA_do_verify. 2014-08-25 22:54:26 +00:00
tool Add PKCS#12 parser. 2014-08-25 21:47:02 +00:00
util Add PKCS#12 parser. 2014-08-25 21:47:02 +00:00
.clang-format Inital import. 2014-06-20 13:17:32 -07:00
.gitignore Inital import. 2014-06-20 13:17:32 -07:00
BUILDING Increase minimum required cmake version 2014-08-18 17:23:37 +00:00
CMakeLists.txt Increase minimum required cmake version 2014-08-18 17:23:37 +00:00