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-02-17Remove dead header file.David Benjamin
2016-02-17Reimplement DSA_size without crypto/asn1.David Benjamin
2016-02-17Reimplement DSA parsing logic with crypto/asn1.David Benjamin
2016-02-17Remove DSA write_params.David Benjamin
2016-02-12Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result.Brian Smith
2015-12-17Fix memory leak in DSA redo case.David Benjamin
2015-12-16Remove the CRYPTO_EX_new callback.David Benjamin
2015-11-04Unwind DH_METHOD and DSA_METHOD.David Benjamin
2015-10-26Add a run_tests target to run all tests.David Benjamin
2015-10-26Fix various malloc failure codepaths.David Benjamin
2015-10-26Slightly simplify some DSA logic.David Benjamin
2015-09-01Fix dsa keygen for too-short seedDavid Benjamin
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-05-21Fix some malloc test crashs.David Benjamin
2015-05-21Add malloc test support to unit tests.David Benjamin
2015-05-20Convert reference counts in crypto/Adam Langley
2015-05-05Remove unnecessary NULL checks, part 1.David Benjamin
2015-04-16Remove hash table lookups from ex_data.David Benjamin
2015-04-14Convert BN_MONT_CTX to new-style locking.Adam Langley
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith
2015-04-13Remove superfluous crypto/bio dependencies from tests.Brian Smith
2015-02-11Add in missing curly braces part 1.David Benjamin
2015-02-10Precompute sorted array for error strings.Adam Langley
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-29Change CMakeLists.txt to two-space indent.Adam Langley
2015-01-13Fix DER checks for DSA_check_signature and add tests.David Benjamin
2015-01-09Fix various certificate fingerprint issues.Adam Langley
2014-12-16Tidy up DSA paramgen stylistically.David Benjamin
2014-12-16Consistently use RAND_bytes and check for failure.David Benjamin
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-07-15Move public headers to include/openssl/Adam Langley
2014-06-21Safe (EC)DSA nonces.Adam Langley
2014-06-21Inital import.Adam Langley