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
2015-12-16Remove a dead prototype.David Benjamin
2015-12-16Pull ChangeCipherSpec into the handshake state machine.David Benjamin
2015-12-16Remove unused functions.David Benjamin
2015-12-15Get struct timeval from sys/time.h.David Benjamin
2015-12-15Make SSL_(CTX_)?set_tmp_ecdh call SSL_(CTX_)?set1_curves.David Benjamin
2015-12-15Remove SSL_(CTX_)?set_ecdh_callback.David Benjamin
2015-11-19Remove algo_strength.David Benjamin
2015-11-19Remove algorithm_ssl.David Benjamin
2015-11-19Switch the keylog BIO to a callback.David Benjamin
2015-11-17Reset epoch state in one place.David Benjamin
2015-11-07Add SSL_get_server_key_exchange_hash.David Benjamin
2015-11-06Add SSL_CIPHER_get_min_version and tidy up SSL_TLSV1_2 logic.David Benjamin
2015-11-04Separate CCS and handshake writing in DTLS.David Benjamin
2015-11-03Don't use ssl3_write_pending in DTLS.David Benjamin
2015-10-27Refactor ChaCha20-Poly1305 AEAD nonce handling.Brian Smith
2015-10-26Add server-side support for asynchronous RSA decryption.nagendra modadugu
2015-10-26Never use the internal session cache for a client.David Benjamin
2015-10-26Remove all the logic around custom session IDs and retrying on collisions.David Benjamin
2015-10-20Convert ssl3_send_channel_id to CBB.David Benjamin
2015-10-20Convert ssl3_send_next_proto to CBB.David Benjamin
2015-10-20Convert ssl3_send_server_hello to CBB.David Benjamin
2015-10-20Convert ssl3_send_client_hello to CBB.David Benjamin
2015-09-24Don't pretend to account for RSA_PSK.David Benjamin
2015-09-24Adding more options for signing digest fallback.Steven Valdez
2015-09-18Fix some malloc failure crashes.David Benjamin
2015-09-12Restore the NULL-SHA ciphersuite. (Alas.)Matt Braithwaite
2015-09-08Wait for CertificateStatus message to verify certificate.Paul Lietar
2015-08-29Remove the last of SESS_CERT.David Benjamin
2015-08-29Remove peer_cert from SESS_CERT.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-19Remove dead prototype.David Benjamin
2015-08-19Remove signature algorithm configuration hooks and SSL_ctrl.David Benjamin
2015-08-19Make key exchange strength available.Sigbjorn Vik
2015-08-17Remove SSL_CTRL_SET_CLIENT_CERT_TYPES.David Benjamin
2015-08-17Remove separate APIs for configuring chain and verify stores.David Benjamin
2015-08-07Simplify handshake hash handling.David Benjamin
2015-08-07Simplify tls1_channel_id_hash.David Benjamin
2015-08-07Decouple the handshake buffer and digest.David Benjamin
2015-08-07Rename algorithm2 to algorithm_prf.David Benjamin
2015-08-07Fold away SSL_CIPHER_ALGORITHM2_VARIABLE_NONCE_INCLUDED_IN_RECORD.David Benjamin
2015-08-06Clean up DTLS1_BITMAP code.David Benjamin
2015-07-31Add server-side support for asynchronous signing.nagendra modadugu
2015-07-31Implement custom extensions.Adam Langley
2015-07-29Remove old 'prepare' extensions functions.David Benjamin
2015-07-22Move the declaration of kSRTPProfiles to ssl/internal.hAdam Langley
2015-07-22Convert the SRTP extension to the new systemAdam Langley
2015-07-07Remove SSL_build_cert_chain.David Benjamin
2015-07-07Fold away certificate slots mechanism.David Benjamin