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-16Consistently use RAND_bytes and check for failure.David Benjamin
2014-12-16Fix EVP_Cipher error-handling.David Benjamin
2014-12-14Merge SSLv23_method and DTLS_ANY_VERSION.David Benjamin
2014-11-19Add malloc failure tests.Adam Langley
2014-11-04Remove KSSL_DEBUG.Adam Langley
2014-11-04DTLS1_AD_MISSING_HANDSHAKE_MESSAGE does not exist.David Benjamin
2014-10-25Extended master secret support.Adam Langley
2014-10-21Remove key_arg and key_arg_length from SSL_SESSION.David Benjamin
2014-10-20Fix switching between AEAD and non-AEAD in a renegotiation.Adam Langley
2014-10-01Don't compare signed vs. unsigned.David Benjamin
2014-09-16Remove indirection in loading ciphers.David Benjamin
2014-09-04Prune some dead quirks and document the SSL_OP_ALL ones.David Benjamin
2014-09-03Remove remnants of EVP_CIPHER-based AES_GCM cipher.David Benjamin
2014-08-28unifdef a bunch of OPENSSL_NO_* ifdefs.David Benjamin
2014-08-26Fix flipped DTLS checks.David Benjamin
2014-08-20Remove remnants of now-removed cipher suites.David Benjamin
2014-08-14Replace some DTLS version checks with SSL_IS_DTLS.David Benjamin
2014-07-25Remove support code for export cipher suites.David Benjamin
2014-07-25Remove last remnants of GOST support.David Benjamin
2014-07-11Perform bounds checks in hmac_signctx.David Benjamin
2014-07-08Remove OPENSSL_FIPS blocks.David Benjamin
2014-07-01Remove opaque_prf_input extension.David Benjamin
2014-07-01Use RC4-MD5 AEAD in ssl/Adam Langley
2014-06-25Remove references to AEAD in non-AEAD interface codepathVictor Vasiliev
2014-06-24Remove crypto/comp and SSL_COMP support code.David Benjamin
2014-06-21Use correct digest when exporting keying material.Adam Langley
2014-06-21ssl/t1_enc.c: check EVP_MD_CTX_copy return value.Adam Langley
2014-06-21Fallback SCSV.Adam Langley
2014-06-21CBC record splitting.Adam Langley
2014-06-21ChaCha20-Poly1305 support.Adam Langley
2014-06-21SSL AEAD support.Adam Langley
2014-06-21tls1_change_cipher_state rewriteAdam Langley
2014-06-21ChannelID support.Adam Langley
2014-06-21Inital import.Adam Langley