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-07-04Add the auto-generated err_data.c to avoid a dependency on Go.Martin Baulig
2016-02-17Implement new SPKI parsers.David Benjamin
2016-02-17Reimplement DSA parsing logic with crypto/asn1.David Benjamin
2016-02-17Rewrite ECPrivateKey serialization.David Benjamin
2015-12-22Remove ASN1_R_MALLOC_FAILURE.David Benjamin
2015-12-16Reset ssl error codes.David Benjamin
2015-11-12Limit DHE groups to 4096-bit.David Benjamin
2015-11-04Don't bother sampling __func__.David Benjamin
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-09-01Forbid a server from negotiating both ALPN and NPN.David Benjamin
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-08-01Avoid using |WIN32| and use |OPENSSL_WINDOWS| instead.Brian Smith
2015-07-31Implement custom extensions.Adam Langley
2015-07-22Tidy up extensions stuff and drop fastradio support.Adam Langley
2015-07-16ERR_LIB_USER should be the last error.David Benjamin
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-07-16Get rid of err function codes.David Benjamin
2015-07-10Convert the signature algorithms extension to the new systemAdam Langley
2015-07-08Parse RSAPrivateKey with CBS.David Benjamin
2015-07-08Parse RSAPublicKey with CBS.David Benjamin
2015-07-07Implement ECDSA_SIG_{parse,marshal} with crypto/bytestring.David Benjamin
2015-07-07Add crypto/bytestring-based BIGNUM DER functions.David Benjamin
2015-07-01Convert the renegotiation extension to the new system.Adam Langley
2015-07-01Add infrastructure for better extension handling.Adam Langley
2015-06-26Promote SSL_CTX_[gs]et_tlsext_ticket_keys to functions.David Benjamin
2015-06-24Restore |X509_REQ_print| and friends, from OpenSSL at ce7e647b.Matt Braithwaite
2015-06-16Export pkcs1_prefixed_msg as RSA_add_pkcs1_prefix.David Benjamin
2015-06-16Add SSL_SESSION_from_bytes.David Benjamin
2015-06-09Limit the number of warning alerts silently consumed.David Benjamin
2015-06-05Multi-prime RSA support.Adam Langley
2015-06-04Tighten up EMS resumption behaviour.Adam Langley
2015-06-02Switch the ssl_write_bytes hook to ssl_write_app_data.David Benjamin
2015-05-28Reject negative shifts for BN_rshift and BN_lshift.David Benjamin
2015-05-21Fix some malloc test crashs.David Benjamin
2015-05-21Add malloc test support to unit tests.David Benjamin
2015-05-21Factor SSL_AEAD_CTX into a dedicated type.David Benjamin
2015-05-15Support arbitrary elliptic curve groups.Adam Langley
2015-05-12Define compatibility function |ERR_remove_state|.Matt Braithwaite
2015-05-07Get rid of ssl_undefined_*David Benjamin
2015-05-07Move the NULL case in ssl_add_cert_chain up.David Benjamin
2015-05-07Promote SNI macros to functions.David Benjamin
2015-05-07Promote channel ID macros to proper functions.David Benjamin
2015-05-07Promote set_tmp_dh and set_tmp_ecdh to functions.David Benjamin
2015-05-07Promote all SSL callback ctrl hooks to proper functions.David Benjamin
2015-05-05Add do-nothing compatibility function |ERR_load_ERR_strings|.Matt Braithwaite
2015-05-05Remove unnecessary NULL checks, part 3.David Benjamin
2015-04-16Add 64-bit, P-256 implementation.Adam Langley