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-18Reformat s3_{enc|lib}.c.Adam Langley
2014-12-16Add outgoing messages to the handshake hash at set_handshake_header.David Benjamin
2014-12-14Merge SSLv23_method and DTLS_ANY_VERSION.David Benjamin
2014-12-14Implement the V2ClientHello sniff in version-locked methods.David Benjamin
2014-12-14Pull SSL3_ENC_METHOD out of SSL_METHOD.David Benjamin
2014-12-14Remove redundant SSL_ST_BEFORE-related checks.David Benjamin
2014-12-14Mark SSL3_ENC_METHODs const and remove an unused one.David Benjamin
2014-12-02Merge client/server SSL_METHODs into the generic one.David Benjamin
2014-12-02Remove SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS.David Benjamin
2014-12-02Fix FALLBACK_SCSV, Channel ID, OCSP stapling, and SCTs with the generic method.David Benjamin
2014-11-19Remove CERT_PKEY::valid_flags.David Benjamin
2014-11-19Clean up ssl_set_cert_masks.David Benjamin
2014-11-19Remove SSL_get_peer_signature_nid and don't compute digests for peer_key.David Benjamin
2014-11-11Remove psk_identity_hint from SSL_SESSION.David Benjamin
2014-11-11Remove SSL3_FLAGS_POP_BUFFER.David Benjamin
2014-11-11Remove client-side support for ServerKeyExchange in the RSA key exchange.David Benjamin
2014-11-06Fix memory leak in calling SSL_clear.David Benjamin
2014-11-04Remove KSSL_DEBUG.Adam Langley
2014-10-28Fix build on Windows.David Benjamin
2014-10-25Extended master secret support.Adam Langley
2014-10-21Move ECC extensions out of SSL_SESSION.David Benjamin
2014-10-01Don't compare signed vs. unsigned.David Benjamin
2014-10-01Split tls1_check_ec_key.David Benjamin
2014-09-16Remove remnants of export cipher suite selection.David Benjamin
2014-08-29Client-side OCSP stapling support.David Benjamin
2014-08-28unifdef a bunch of OPENSSL_NO_* ifdefs.David Benjamin
2014-08-20Remove DSA-based cipher suites and client auth.David Benjamin
2014-08-20Remove ECDH_RSA, ECDH_ECDSA, DH_RSA, and DH_DSS.David Benjamin
2014-08-20Remove support on both sides for *_fixed_(ec)dh client auth.David Benjamin
2014-08-20Remove single-DES cipher suites.David Benjamin
2014-08-19Tidy up cipher ordering.David Benjamin
2014-08-18Mark all SSL_CIPHERs as const.David Benjamin
2014-08-18Remove default_timeout hook.David Benjamin
2014-08-15Trim unused cipher indices and definitions.David Benjamin
2014-08-15Remove Suite B mode.David Benjamin
2014-08-14Merge tls1_* method hooks with the ssl3_* versions.David Benjamin
2014-08-13Use OPENSSL_free instead of free.HÃ¥vard Molland
2014-08-04Remove remnants of OPENSSL_NO_CAMELLIAAlex Chernyakhovsky
2014-07-25Don't use the RSA key exchange with a signing-only key.David Benjamin
2014-07-25Remove support code for export cipher suites.David Benjamin
2014-07-25unifdef OPENSSL_NO_PSK.David Benjamin
2014-07-25Remove last remnants of GOST support.David Benjamin
2014-07-25Remove get_cipher_by_char and put_cipher_by_char.David Benjamin
2014-07-25Consistently use uint16_t for curve IDs.David Benjamin
2014-07-09Separate client and server certificate_types.David Benjamin
2014-07-08Remove is_probably_safari logic.David Benjamin
2014-07-08Remove OPENSSL_NO_TLSEXT compilation option.David Benjamin
2014-07-08Port Certificate Request parsing to crypto/bytestringAlex Chernyakhovsky
2014-07-08Remove OPENSSL_NO_RSAAlex Chernyakhovsky
2014-07-02Remove authz extension (RFC5878)David Benjamin