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 unused functions.David Benjamin
2015-12-16Remove the CRYPTO_EX_new callback.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-12-15Remove SSL_OP_LEGACY_SERVER_CONNECT.David Benjamin
2015-11-19Switch the keylog BIO to a callback.David Benjamin
2015-11-07Fix build.David Benjamin
2015-11-07Add SSL_get_server_key_exchange_hash.David Benjamin
2015-11-04Add SSL_get_ivs.Adam Langley
2015-10-31Reorganise |SSL_SESSION| and |SSL| to save a little memory.Adam Langley
2015-10-29Fix assert in SSL_set_shutdown.Piotr Sikora
2015-10-27Refactor ChaCha20-Poly1305 AEAD nonce handling.Brian Smith
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-26Document the rest of ssl.h.David Benjamin
2015-10-26Document the (formerly) SSL_state wrapper macros.David Benjamin
2015-10-26Document the info callback.David Benjamin
2015-10-26Document fd-based SSL APIs.David Benjamin
2015-10-26Move remaining functions out of tls1.h.David Benjamin
2015-10-20Deprecate SSL_get_(peer_)finished.David Benjamin
2015-10-20Deprecate SSL_want*.David Benjamin
2015-10-20Document early callback functions.David Benjamin
2015-10-20Convert ssl3_send_client_hello to CBB.David Benjamin
2015-10-13Document a few more miscellaneous things.David Benjamin
2015-10-13Add SSL_set_renegotiate_mode.David Benjamin
2015-10-13Align BIO_get_fd with upstream.David Benjamin
2015-09-30Bitwise-or, not logical-or, when hashing.Adam Langley
2015-09-29Document cipher suite configuration.David Benjamin
2015-09-24Document certificate verification functions in SSL.David Benjamin
2015-09-24Document Channel ID functions and a few random extras.David Benjamin
2015-09-18Group NPN functions in their own section.David Benjamin
2015-09-18Group ALPN functions into their own section.David Benjamin
2015-09-18Add method to query Extended Master Secret supportMatt Braithwaite
2015-09-16Document PSK functions in ssl.h.David Benjamin
2015-09-16Align the SSL stack on #include style.David Benjamin
2015-09-16Fix SSL and SSL_CTX ex_data variable names.David Benjamin
2015-09-15Document session cache functions.David Benjamin
2015-09-15Document functions acting on an SSL_SESSION.David Benjamin
2015-09-15Move SSL_get_peer_* to Connection information.David Benjamin
2015-09-15Reorder functions in ssl_lib.c to match ssl.h.David Benjamin
2015-09-15Document a bunch of core functions in ssl.h.David Benjamin
2015-09-12Add server-side support for Signed Certificate Timestamps.Paul Lietar
2015-09-09Fold ssl_algs.c into ssl_lib.c.David Benjamin
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-01Forbid a server from negotiating both ALPN and NPN.David Benjamin
2015-08-29Remove the last of SESS_CERT.David Benjamin
2015-08-29Factor out the buffering and low-level record code.David Benjamin
2015-08-21Add do-nothing function |ERR_load_SSL_strings|.Matt Braithwaite