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-08-05Align SSL_SESSION_up_ref with OpenSSL.David Benjamin
2016-08-05Add TLS_{client,server}_method.David Benjamin
2016-08-04Purge the remainder of asn1_mac.h.David Benjamin
2016-08-04Stop pretending to ssl_clear_bad_session.David Benjamin
2016-08-03Adding NewSessionTicket.Steven Valdez
2016-08-02Add SSL_is_dtls.David Benjamin
2016-08-02Document a conservative input range for Montgomery math functions.Brian Smith
2016-08-02Ensure |BN_div| never gives negative zero in the no_branch code.David Benjamin
2016-08-02Update comments for HMAC to give a more accurate bound than EVP_MD_MAX_SIZEEric Roman
2016-08-02Align with OpenSSL on SSL_set_bio behavior.David Benjamin
2016-08-02Promise more accurate bounds than EVP_MD_MAX_SIZE.David Benjamin
2016-08-01Minor typo fixes.Adam Langley
2016-07-30Splitting SSL session state.Steven Valdez
2016-07-30Move post-handshake message handling out of read_app_data.David Benjamin
2016-07-29Add |BN_mod_inverse_blinded| and use it in RSA blinding.Brian Smith
2016-07-29Add a test for BN_cmp_word.David Benjamin
2016-07-29Add BN_rand_range_ex and use internally.Brian Smith
2016-07-29Remove ssl->s3->message_complete in favor of ssl->init_msg.David Benjamin
2016-07-29Fix the comments for |SHA[256|384|512]_Transform|.Adam Langley
2016-07-27Add SSL_send_fatal_alert.David Benjamin
2016-07-25Fix funny line-wrapping.David Benjamin
2016-07-23Move some typedefs to base.h.Matt Braithwaite
2016-07-22Add SSL_set_fallback_version.David Benjamin
2016-07-22Add myriad2 cpu config awareness.Radu Margarint
2016-07-21Drop cached certificate signature validity flagDavid Benjamin
2016-07-21Move deprecated SSL_OP_* values back to the top.David Benjamin
2016-07-20Factor out the client_cert_cb code.David Benjamin
2016-07-19CBBs are in an undefined state after an operation failed.David Benjamin
2016-07-18Add TLS 1.3 1-RTT.Steven Valdez
2016-07-16Check for buffered handshake messages on cipher change in DTLS.David Benjamin
2016-07-16Const-correct HKDF_expand.David Benjamin
2016-07-16Add a table for porting SSL_CTX_ctrl code.David Benjamin
2016-07-15Give SSL_PRIVATE_KEY_METHOD a message-based API.David Benjamin
2016-07-15Widen SSL_PRIVATE_KEY_METHOD types to include the curve name.David Benjamin
2016-07-15Add SSL_set_signing_algorithm_prefs.David Benjamin
2016-07-14Reformat some macros.David Benjamin
2016-07-12Implement TLS 1.3's downgrade signal.David Benjamin
2016-07-12Adding RSA-PSS signature algorithms.Steven Valdez
2016-07-12Change |EVP_PKEY_up_ref| to return int.Adam Langley
2016-07-12Add no-op function ENGINE_register_all_complete.Adam Langley
2016-07-12Refine SHA-1 default in signature algorithm negotiation.David Benjamin
2016-07-12Revert "Move C++ helpers into |bssl| namespace."Adam Langley
2016-07-12Revert scoped_types.h change.Adam Langley
2016-07-12Assume that MSVC supports C++11.Adam Langley
2016-07-12Don't #include header files in extern "C" blocks.Adam Langley
2016-07-12Remove scoped_types.h.Adam Langley
2016-07-12Move C++ helpers into |bssl| namespace.Adam Langley
2016-07-12Simplify ssl_get_message somewhat.David Benjamin
2016-07-11Remove SSL_get_server_key_exchange_hash.David Benjamin
2016-07-08Push V2ClientHello handling into ssl3_get_message.David Benjamin