Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-26Replace base64 decoding.Adam Langley
2016-05-03Avoid theoretical overflows in EVP_EncodeUpdate.David Benjamin
2016-01-26Remove calls to ERR_load_crypto_strings.David Benjamin
2015-10-26Add a run_tests target to run all tests.David Benjamin
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-05-21Add malloc test support to unit tests.David Benjamin
2015-04-01Convert base64_test to C++.David Benjamin
2015-03-20evp: prevent underflow in base64 decodingDavid Benjamin
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-29Change CMakeLists.txt to two-space indent.Adam Langley
2014-10-01Don't use ssize_t in base64_test.c.David Benjamin
2014-09-12Add a CRYPTO_library_init and static-initializer-less build option.David Benjamin
2014-08-26Introduce EVP_DecodeBase64.David Benjamin
2014-08-21Convert all zero-argument functions to '(void)'David Benjamin
2014-08-14Add EVP_EncodedLength.Adam Langley
2014-08-12Windows build fixes.Adam Langley
2014-07-18Document that EVP_EncodeBlock writes a trailing NUL.David Benjamin
2014-07-17Touchup a couple of blank lines from 7b35b58a.Adam Langley
2014-07-17Fix EVP_DecodeBlock and add tests.David Benjamin
2014-07-16base64: fix underflow in EVP_EncodeBlock.Adam Langley
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-21Base64 padding fix.Adam Langley
2014-06-21Inital import.Adam Langley