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
path: root/ssl
AgeCommit message (Expand)Author
2015-09-09Move large stack buffer in bssl_shim to heap.Adam Langley
2015-09-09Fold ssl_algs.c into ssl_lib.c.David Benjamin
2015-09-09Toss file-related convenience bits of ssl/ into a corner.David Benjamin
2015-09-08Wait for CertificateStatus message to verify certificate.Paul Lietar
2015-09-04Don't forget to free the TLS 1.0 ciphers.Adam Langley
2015-09-04Add cipher suite settings for TLS ≥ 1.0.Adam Langley
2015-09-03Remove unnecessary field initializations.David Benjamin
2015-09-02Don't set need_record_splitting until aead_write_ctx is set.David Benjamin
2015-09-02Test various cases where plaintexts and ciphertexts are too large.David Benjamin
2015-09-01Forbid a server from negotiating both ALPN and NPN.David Benjamin
2015-09-01Fix buffer size computation.David Benjamin
2015-08-31Don't confuse TLS bidirectional shutdown on record type zero.David Benjamin
2015-08-31Don't support bidirectional shutdown over DTLS.David Benjamin
2015-08-31Add tests for bidirectional shutdown.David Benjamin
2015-08-31Fix discarding records in bidirectional shutdown.David Benjamin
2015-08-29Tidy up the ssl3_send_server_key_exchange slightly.David Benjamin
2015-08-29runner: check bounds on packets in skipPacket.David Benjamin
2015-08-29Remove the last of SESS_CERT.David Benjamin
2015-08-29Fix MSVC build.David Benjamin
2015-08-29Slightly refactor SSL_SESSION parsing.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-29Reject empty records of unexpected type.David Benjamin
2015-08-29Factor out the buffering and low-level record code.David Benjamin
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-08-25Fill in alg_bits for CHACHA20_POLY1305 ciphers.David Benjamin
2015-08-25Remove Go implementation of non-standard ECDHE_PSK_WITH_AES_128_GCM_SHA256.David Benjamin
2015-08-25Remove DHE_RSA_WITH_CHACHA20_POLY1305.David Benjamin
2015-08-21Add do-nothing function |ERR_load_SSL_strings|.Matt Braithwaite
2015-08-20Server-side OCSP stapling support.Paul Lietar
2015-08-19Remove dead prototype.David Benjamin
2015-08-19ssl->cert and ctx->cert cannot be NULL.David Benjamin
2015-08-19Remove signature algorithm configuration hooks and SSL_ctrl.David Benjamin
2015-08-19Remove SSL_get1_curves and promote SSL_(CTX_)?set1_curves.David Benjamin
2015-08-19Make key exchange strength available.Sigbjorn Vik
2015-08-17Only read 5 bytes (record header length) in sniffing for V2ClientHello.David Benjamin
2015-08-17Use the record-layer buffer for sniffing V2ClientHellos.David Benjamin
2015-08-17Slightly simplify V2ClientHello sniffing.David Benjamin
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-17Promote SSL_get0_certificate_types to a proper function.David Benjamin
2015-08-07Fix NULL dereference in the case of an unexpected extension from a server.Adam Langley
2015-08-07Simplify handshake hash handling.David Benjamin
2015-08-07Simplify tls1_channel_id_hash.David Benjamin
2015-08-07Switch the handshake buffer from memory BIO to BUF_MEM.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-08-06Fold dtls1_process_record into dtls1_get_record.David Benjamin