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-27Moving TLS 1.3 version negotiation into extension.Steven Valdez
2016-09-27Add PPC64LE assembly for AES-GCM.Adam Langley
2016-09-27Add deleters for some more X.509 things.Matthew Braithwaite
2016-09-24Implement draft-davidben-tls-grease-01.David Benjamin
2016-09-23Better explain usage of CBB_flushNick Harper
2016-09-23Fix documentation for POINT_CONVERSION_UNCOMPRESSED in ec.hNick Harper
2016-09-22Support default versions with set_{min,max}_proto_version.David Benjamin
2016-09-22Only predict X25519 in TLS 1.3.David Benjamin
2016-09-21Renumber TLS 1.3 signature algorithms.David Benjamin
2016-09-21Fix some bugs in TLS 1.3 server key_share code.David Benjamin
2016-09-21Align SSL_set_{min,max}_version with upstream.David Benjamin
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