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-16Add a convenience function for i2d compatibility wrappers.David Benjamin
2016-02-04Test |ECDSA_SIG_to_bytes| using the P-521 order size, not 512-bits.Brian Smith
2016-01-28Rename the BIGNUM ASN.1 functions.David Benjamin
2016-01-26Remove calls to ERR_load_crypto_strings.David Benjamin
2016-01-16Remove a trailing ^M (DOS newline).Matt Braithwaite
2015-12-15Add |EC_GROUP_get0_order| to replace |EC_GROUP_get_order|.Brian Smith
2015-11-12Remove stl_compat.h.David Benjamin
2015-11-04Add Intel's P-256Adam Langley
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-08-07Improve error checking of some |BN_CTX_get| callers.Brian Smith
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-07-07Fix my screwup in review.Adam Langley
2015-07-07Convert ecdsa_test to the new ECDSA_SIG API.David Benjamin
2015-07-07Implement ECDSA_SIG_{parse,marshal} with crypto/bytestring.David Benjamin
2015-06-19Expose ECDSA_SIG_max_len to size a DER ECDSA-Sig-Value.David Benjamin
2015-05-21Add malloc test support to unit tests.David Benjamin
2015-05-05Remove unnecessary NULL checks, part 3.David Benjamin
2015-04-16Convert ecdsa_test to C++.David Benjamin
2015-04-16Fix memory leak in ecdsa_test.David Benjamin
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith
2015-04-13Remove mistaken typedef from 83a82981dc81.Adam Langley
2015-04-13Test ECDSA_do_sign/ECDSA_do_verify like ECDSA_sign/ECDSA_verify.Brian Smith
2015-04-13Refactor ecdsa_test to make it easier to extend.Brian Smith
2015-04-13Remove crypto/obj dependencies from low-level crypto tests.Brian Smith
2015-04-13Remove superfluous crypto/bio dependencies from tests.Brian Smith
2015-04-07Implement ECDSA_SIG_new and ECDSA_SIG_free manually.Brian Smith
2015-02-12Add in missing curly braces part 2.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-09Fix various certificate fingerprint issues.Adam Langley
2014-12-16Consistently use RAND_bytes and check for failure.David Benjamin
2014-11-11Use BN_bn2bin_padded rather than doing math to figure out leading zeros.David Benjamin
2014-11-11Compare r and s sizes to the order, not the degree.David Benjamin
2014-10-01Fix Windows shared library build.David Benjamin
2014-09-12Add a CRYPTO_library_init and static-initializer-less build option.David Benjamin
2014-09-03Fix minor issues found by Clang's analysis.Adam Langley
2014-07-30Align EVP return values with BoringSSL convention.Adam Langley
2014-07-16Change ECDSA_METHOD's size() to group_order_size()Adam Langley
2014-07-15Move public headers to include/openssl/Adam Langley
2014-07-11Fix OPENSSL_PUT_ERROR typos.David Benjamin
2014-06-21Safe (EC)DSA nonces.Adam Langley
2014-06-21Inital import.Adam Langley