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-16Reformat d1_{srtp|srvr}.c and s3_both.cAdam Langley
2014-12-05Remove redundant checks in ssl_cert_dup.David Benjamin
2014-12-02Remove s->type from SSL.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-19Remove CERT_PKEY_EXPLICIT_SIGN flag.David Benjamin
2014-11-11Remove client-side support for ServerKeyExchange in the RSA key exchange.David Benjamin
2014-11-06Properly clean up on ssl_cert_dup failure.David Benjamin
2014-10-01Don't compare signed vs. unsigned.David Benjamin
2014-08-28unifdef a bunch of OPENSSL_NO_* ifdefs.David Benjamin
2014-08-20Remove some unused state and code.David Benjamin
2014-08-20Prune removed key types from SSL_PKEY_*.David Benjamin
2014-08-15Remove Suite B mode.David Benjamin
2014-08-07Don't X509_up_ref X509_STOREs.David Benjamin
2014-08-07Add X509_up_ref and use it internally.David Benjamin
2014-07-30Remove SSL_get_client_certificate_types.David Benjamin
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-09Separate client and server certificate_types.David Benjamin
2014-07-08Remove SSL_copy_session_id.David Benjamin
2014-07-08Remove rest of DANE code.David Benjamin
2014-07-08Remove OPENSSL_NO_RSAAlex Chernyakhovsky
2014-07-02Remove authz extension (RFC5878)David Benjamin
2014-06-27Remove serverinfo and custom extensions support.David Benjamin
2014-06-24Deprecate SSL_get_client_certificate_types.David Benjamin
2014-06-21Update chain building function.Adam Langley
2014-06-21Allow duplicate certs in ssl_build_cert_chainAdam Langley
2014-06-21New chain building flags.Adam Langley
2014-06-21Add SSL_get_client_certificate_types.Adam Langley
2014-06-21Inital import.Adam Langley