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-16Pull ChangeCipherSpec into the handshake state machine.David Benjamin
2015-11-21Add get0 getters for EVP_PKEY.David Benjamin
2015-11-19Switch the keylog BIO to a callback.David Benjamin
2015-11-17Check for overflow when parsing a CBS with d2i_*.David Benjamin
2015-11-12Limit DHE groups to 4096-bit.David Benjamin
2015-11-12Move curve check out of tls12_check_peer_sigalg.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-03Expand a comment.Adam Langley
2015-11-03Fix DTLS asynchronous write handling.David Benjamin
2015-10-27Change the type of |EC_GROUP_get_degree| and friends to |unsigned|.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 info callback.David Benjamin
2015-10-26Explicitly handle empty NewSessionTickets on the client.David Benjamin
2015-10-20Ditch remaining filename comments from public headers and ssl/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_client_hello to CBB.David Benjamin
2015-10-13Better document the callbacks around client certificates.David Benjamin
2015-09-24Adding more options for signing digest fallback.Steven Valdez
2015-09-16Align the SSL stack on #include style.David Benjamin
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-19Make key exchange strength available.Sigbjorn Vik
2015-08-07Simplify tls1_channel_id_hash.David Benjamin
2015-08-07Decouple the handshake buffer and digest.David Benjamin
2015-07-31Add server-side support for asynchronous signing.nagendra modadugu
2015-07-29Remove old 'prepare' extensions functions.David Benjamin
2015-07-22Convert the Channel ID extension to the new system.Adam Langley
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-07-07Fold away certificate slots mechanism.David Benjamin
2015-07-07ssl3_cert_verify_hash should take the EVP_PKEY type.David Benjamin
2015-07-07Fix ssl3_send_client_certificate state machine.David Benjamin
2015-07-01Add CBB_zero to set a CBB to the zero state.David Benjamin
2015-07-01Sign channel IDs with ECDSA_do_sign.David Benjamin
2015-06-19Don't put sessions from renegotiations in the cache.David Benjamin
2015-06-19Implement asynchronous private key operations for client auth.David Benjamin
2015-06-18Preserve session->sess_cert on ticket renewal.David Benjamin
2015-06-16Duplicate SSL_SESSIONs when renewing them.David Benjamin
2015-06-16Add SSL_SESSION_from_bytes.David Benjamin
2015-06-09Remove EVP_PKEY_missing_parameters in ssl3_check_certificate_for_cipher.David Benjamin
2015-06-09Prune ssl3_check_cert_and_algorithm.David Benjamin
2015-06-09Explicitly check for empty certificate list.David Benjamin
2015-06-09Slightly simplify ServerKeyExchange handling.David Benjamin
2015-06-09Get rid of CERT_PKEY slots in SESS_CERT.David Benjamin
2015-06-04Tighten up EMS resumption behaviour.Adam Langley
2015-06-02Further tidy up cipher logic.David Benjamin