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-08Push V2ClientHello handling into ssl3_get_message.David Benjamin
2016-07-06Rename Channel ID's EncryptedExtensions to just ChannelID in C.David Benjamin
2016-06-29Remove a/b parameters to send_change_cipher_spec.David Benjamin
2016-06-08Rename SERVER_DONE to SERVER_HELLO_DONE.David Benjamin
2016-06-01Renaming SSL3_MT_NEWSESSION_TICKET to SSL3_MT_NEW_SESSION_TICKET.Steven Valdez
2016-05-23Renaming Channel ID Encrypted Extensions.Steven Valdez
2016-05-18Remove state parameters to ssl3_get_message.David Benjamin
2015-12-15Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER.David Benjamin
2015-10-26Add server-side support for asynchronous RSA decryption.nagendra modadugu
2015-10-26Fix ssl3.h / ssl.h circular dependency.David Benjamin
2015-10-26Remove unhelpful warning about changing state numbers.David Benjamin
2015-09-08Wait for CertificateStatus message to verify certificate.Paul Lietar
2015-08-29Tidy up the ssl3_send_server_key_exchange slightly.David Benjamin
2015-08-29Move peer_dh_tmp and peer_ecdh_tmp out of SESS_CERT.David Benjamin
2015-08-29Factor out the buffering and low-level record code.David Benjamin
2015-08-20Server-side OCSP stapling support.Paul Lietar
2015-08-17Use the record-layer buffer for sniffing V2ClientHellos.David Benjamin
2015-08-07Simplify handshake hash handling.David Benjamin
2015-08-07Switch the handshake buffer from memory BIO to BUF_MEM.David Benjamin
2015-08-06Fold dtls1_process_record into dtls1_get_record.David Benjamin
2015-08-05FALLBACK_SCSV is an RFC now.David Benjamin
2015-08-01Fold away EC point format negotiation.David Benjamin
2015-07-31Add server-side support for asynchronous signing.nagendra modadugu
2015-07-31Implement custom extensions.Adam Langley
2015-07-22Convert the Channel ID extension to the new system.Adam Langley
2015-07-07Remove some unused constants.David Benjamin
2015-07-02Remove ssl2.h and ssl23.h.HÃ¥vard Molland
2015-07-01Add infrastructure for better extension handling.Adam Langley
2015-06-19Implement asynchronous private key operations for client auth.David Benjamin
2015-06-09Limit the number of warning alerts silently consumed.David Benjamin
2015-06-09Add tests for empty record limit and make it work in the async case.David Benjamin
2015-05-21Remove renegotiation deferral logic.David Benjamin
2015-05-21Factor SSL_AEAD_CTX into a dedicated type.David Benjamin
2015-05-13Add s->s3->initial_handshake_complete.David Benjamin
2015-05-07Fold num_renegotiations into total_renegotiations.David Benjamin
2015-04-06Tidy record length check.David Benjamin
2015-04-06Clean up do_ssl3_write fragment handling.David Benjamin
2015-03-06Fix the derivation of SSL3_RT_SEND_MAX_ENCRYPTED_OVERHEAD.David Benjamin
2015-02-17Rename cutthrough to False Start.David Benjamin
2015-02-17Remove server-side HelloVerifyRequest support.David Benjamin
2015-02-09Revise SSL_cutthrough_complete and SSL_in_init.David Benjamin
2015-01-26Reformat SSL/TLS headers.Adam Langley
2015-01-22Add dummy variables to keep wpa_supplicant happy.Adam Langley
2015-01-15Remove dead code from EVP_CIPHER codepaths.David Benjamin
2015-01-14Implement all TLS ciphers with stateful AEADs.David Benjamin
2014-12-14Implement the V2ClientHello sniff in version-locked methods.David Benjamin
2014-12-05Update references to RFCs.David Benjamin
2014-12-02Replace s->first_packet with a s->s3->have_version bit.David Benjamin
2014-12-02Remove SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS.David Benjamin
2014-11-14Remove support for processing fragmented alertsAlex Chernyakhovsky