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-09-21Don't return invalid versions in version_from_wire.David Benjamin
2016-09-21Take the version parameter out of ssl_do_msg_callback.David Benjamin
2016-09-21Remove SSL_set_fallback_version.David Benjamin
2016-09-21Unwind unnecessary Android hacks.David Benjamin
2016-09-21Move peer_psk_identity_hint to SSL_HANDSHAKE.David Benjamin
2016-09-21Pack an SSL* a little better.Adam Langley
2016-09-18Add BN_set_u64.David Benjamin
2016-09-17Add EVP_AEAD_CTX_aead.David Benjamin
2016-09-16Add a few more scopers.David Benjamin
2016-09-16Remove a few more remnants of RC4/TLS.David Benjamin
2016-09-16Remove RC4 from TLS for real.Matthew Braithwaite
2016-09-14Add SSL_CTX_get_keylog_callback.David Benjamin
2016-09-14Implement BIO_eof() for compatibilityAlessandro Ghedini
2016-09-12Only allow SSL_set_session before the handshake.David Benjamin
2016-09-12We no longer allow out < in in-place operationsDavid Benjamin
2016-09-09Make forward-declaring bssl::UniquePtr<T> actually work.David Benjamin
2016-09-08Blacklist STLPort from C++ scopers.David Benjamin
2016-09-08Fold stack-allocated types into headers.David Benjamin
2016-09-07Fix a typo in ssl.h.Martin Kreichgauer
2016-09-02Replace Scoped* heap types with bssl::UniquePtr.Matt Braithwaite
2016-08-30Forbid EMS from changing during renegotation.David Benjamin
2016-08-26Remove M_i2d_* and M_d2i_*.David Benjamin
2016-08-26Clarify CBS/CBB with respect to high tag number form.David Benjamin
2016-08-24Declare SSL_R_BLOCK_CIPHER_PAD_IS_WRONG and SSL_R_NO_CIPHERS_SPECIFIED.David Benjamin
2016-08-24Fix a number of sigalg scope issues.David Benjamin
2016-08-23Fix bn_wexpand's documentation.David Benjamin
2016-08-19Remove SSL_SESSION_get_key_exchange_info.David Benjamin
2016-08-19Remove ssl->verify_result.David Benjamin
2016-08-19Deprecate and no-op SSL_set_verify_result.David Benjamin
2016-08-19Add limit for consecutive KeyUpdate messages.Steven Valdez
2016-08-18Add constants for BN_rand and use them.David Benjamin
2016-08-16Adding code to send session as PSK Identity.Steven Valdez
2016-08-16Delete d2i_ASN1_bytes and i2d_ASN1_bytes.David Benjamin
2016-08-16Purge some a2i functions.David Benjamin
2016-08-16Remove STACK_OF(OPENSSL_BLOCK).David Benjamin
2016-08-16Prune some unused prototypes from asn1.h.David Benjamin
2016-08-11Finish aligning up_ref functions with OpenSSL 1.1.0.David Benjamin
2016-08-11Enforce the server ALPN protocol was advertised.David Benjamin
2016-08-11Update reference to False Start draft.David Benjamin
2016-08-11Insert a state before cert_cb.David Benjamin
2016-08-11Move remaining ScopedContext types out of scoped_types.hMartin Kreichgauer
2016-08-11Only have one ClientHello parser, not three.David Benjamin
2016-08-10Add BN_get_rfc3526_prime_1536.David Benjamin
2016-08-10Rename the |dont_return_name| flag of |OBJ_obj2txt| to |always_return_oid|.Adam Langley
2016-08-10Add various 1.1.0 accessors.David Benjamin
2016-08-09Undo rename of tlsext_tick_lifetime_hint.Martin Kreichgauer
2016-08-09Start removing scoped_types.hMartin Kreichgauer
2016-08-09Remove TODOEKR comment.David Benjamin
2016-08-06Use BN_mod_inverse_odd instead of |BN_mod_inverse| for ECC.Brian Smith
2016-08-05Resolve a small handful of size_t truncation warnings.David Benjamin