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
2014-12-19Reformat the rest of ssl/.Adam Langley
2014-12-16Add outgoing messages to the handshake hash at set_handshake_header.David Benjamin
2014-12-14Mark SSL3_ENC_METHODs const and remove an unused one.David Benjamin
2014-12-11Remove TLSEXT_TYPE_padding ifdef.David Benjamin
2014-12-05Update references to RFCs.David Benjamin
2014-12-05ClientHello Padding for Fast Radio Opening in 3G.Feng Lu
2014-11-22Remove SSL_set_session_secret_cb (EAP-FAST)David Benjamin
2014-11-20Fix a couple more malloc test crashes.David Benjamin
2014-11-19Account for EVP_PKEY capabilities in selecting hash functions.David Benjamin
2014-11-19Remove CERT_PKEY::valid_flags.David Benjamin
2014-11-19Clean up ssl_set_cert_masks.David Benjamin
2014-11-19Trim tls1_check_chain and CERT_PKEY flags.David Benjamin
2014-11-19Remove TLS strict mode.David Benjamin
2014-11-19check_flags is always 0.David Benjamin
2014-11-19Remove SSL_check_chain and unexport CERT_PKEY flags.David Benjamin
2014-11-19Remove CERT_PKEY_EXPLICIT_SIGN flag.David Benjamin
2014-11-19Remove SSL_get_peer_signature_nid and don't compute digests for peer_key.David Benjamin
2014-10-25Extended master secret support.Adam Langley
2014-10-21Move ECC extensions out of SSL_SESSION.David Benjamin
2014-10-20Fix memory leak when decoding corrupt tickets.Adam Langley
2014-10-01Don't compare signed vs. unsigned.David Benjamin
2014-10-01Remove OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL.David Benjamin
2014-10-01Fix ServerHello EC point format extension check.David Benjamin
2014-10-01Split tls1_check_ec_key.David Benjamin
2014-09-15Fix some OPENSSL_PUT_ERROR calls.David Benjamin
2014-09-03Fix the return values for most of SRTP.David Benjamin
2014-09-03Fix crash as server when resuming with SNI.Adam Langley
2014-08-29Client-side OCSP stapling support.David Benjamin
2014-08-28unifdef a bunch of OPENSSL_NO_* ifdefs.David Benjamin
2014-08-21Implement client side of TLS signed certificate stamps extension.HÃ¥vard Molland
2014-08-20Remove some unused state and code.David Benjamin
2014-08-20Prune removed key types from SSL_PKEY_*.David Benjamin
2014-08-20Remove DSA-based cipher suites and client auth.David Benjamin
2014-08-20Mark some more globals as const.David Benjamin
2014-08-20Remove ECDH_RSA, ECDH_ECDSA, DH_RSA, and DH_DSS.David Benjamin
2014-08-18Mark all SSL_CIPHERs as const.David Benjamin
2014-08-15Remove Suite B mode.David Benjamin
2014-08-14Merge tls1_* method hooks with the ssl3_* versions.David Benjamin
2014-08-14Replace some DTLS version checks with SSL_IS_DTLS.David Benjamin
2014-08-12Windows build fixes.Adam Langley
2014-08-08Fix race condition in ssl_parse_serverhello_tlsextAdam Langley
2014-08-05Remove OPENSSL_NO_SHA512Alex Chernyakhovsky
2014-08-05Remove OPENSSL_NO_SHA256Alex Chernyakhovsky
2014-07-30Convert some malloc + memcpys into BUF_memdup.David Benjamin
2014-07-30Don't malloc(0) on empty extensions list.David Benjamin
2014-07-29Fix memory leak.Adam Langley
2014-07-26Fix tls1_get_curvelist default curves list size.David Benjamin
2014-07-25Pass parameters to tls1_process_sigalgs as a CBS.David Benjamin
2014-07-25unifdef OPENSSL_NO_PSK.David Benjamin
2014-07-25Consistently use uint16_t for curve IDs.David Benjamin