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-07-12Implement TLS 1.3's downgrade signal.David Benjamin
2016-07-12Refine SHA-1 default in signature algorithm negotiation.David Benjamin
2016-07-01Move the Digest/Sign split for SignatureAlgorithms to a lower level.Steven Valdez
2016-06-27Build up TLS 1.3 record-layer tests.David Benjamin
2016-06-20Always use Fermat's Little Theorem in ecdsa_sign_setup.David Benjamin
2016-06-10Wrap MSVC-only warning pragmas in a macro.David Benjamin
2016-06-01Split unlock functions into read/write variants.David Benjamin
2016-05-09Reimplement PKCS #3 DH parameter parsing with crypto/bytestring.David Benjamin
2016-05-03Add checks to X509_NAME_oneline()David Benjamin
2016-04-18Make err_data_generator.go silent by default.David Benjamin
2016-03-15Align with upstream's error strings, take two.David Benjamin
2016-03-12Match upstream's error codes for the old sigalg code.David Benjamin
2016-02-27Reset crypto/evp error codes.David Benjamin
2016-02-27Move all signature algorithm code to crypto/x509.David Benjamin
2016-02-24Handle SSL_shutdown while in init more appropriatelySteven Valdez
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