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-10-20Update to chromium-stable commit 3cab5572b1fcf5a8f6018529dc30dc8d21b2a4bd.Martin Baulig
2016-10-18Make building tests optional with an ENABLE_TESTS symbolAlexander Köplinger
2016-10-04[PKCS8]: Distinguish between no password and an empty string.Martin Baulig
2016-02-17Implement new PKCS#8 parsers.David Benjamin
2016-02-16Parse BER for PKCS#12 more accurately.David Benjamin
2016-02-02Changes to support node.js's use of PKCS#12.Adam Langley
2016-01-26Remove calls to ERR_load_crypto_strings.David Benjamin
2015-11-17Check for overflow when parsing a CBS with d2i_*.David Benjamin
2015-11-10Check PKCS#8 pkey field is valid before cleansing.Adam Langley
2015-10-28Fix PKCS#8 on 32-bit systems.Adam Langley
2015-10-28Fix a couple more signed/unsigned compares.Adam Langley
2015-10-28Fix all sign/unsigned warnings with Clang and GCC.Adam Langley
2015-10-26Add a run_tests target to run all tests.David Benjamin
2015-10-02Reject iterationCount == 0 when parsing PBKDF2-params.Eric Roman
2015-09-29Add |PKCS12_verify_mac|.Adam Langley
2015-08-28pkcs8.c: Add PBES2 to list of password-based encryption methods.Matt Braithwaite
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-08-05Consistently participate in err for PKCS12_* functions.David Benjamin
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-05-21Add malloc test support to unit tests.David Benjamin
2015-05-11Convert pkcs12_test to C++.David Benjamin
2015-05-05Remove unnecessary NULL checks, part 4.David Benjamin
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith
2015-04-13Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it.Brian Smith
2015-02-12Add in missing curly braces part 3.David Benjamin
2015-02-11Fix some function parameters in OPENSSL_PUT_ERROR.David Benjamin
2015-02-10Precompute sorted array for error strings.Adam Langley
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-31Enable more warnings & treat warnings as errors on Windows.Brian Smith
2015-01-29Change CMakeLists.txt to two-space indent.Adam Langley
2015-01-06Add void in place of empty function arguments.Adam Langley
2014-12-16Consistently use RAND_bytes and check for failure.David Benjamin
2014-09-20Provide compatibility functions for PKCS#12 parsing.Adam Langley
2014-09-19Add misc functions for easier porting.Adam Langley
2014-09-12Add a CRYPTO_library_init and static-initializer-less build option.David Benjamin
2014-08-27Remove hack in parsing PKCS#12.Adam Langley
2014-08-26Add PKCS#12 parser.Adam Langley
2014-08-01Add PKCS8_{decrypt,encrypt}_pbe.David Benjamin
2014-07-29Memory leak and NULL dereference fixes.Adam Langley
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-21Inital import.Adam Langley