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-01-15ssl_create_cipher_list: check whether push onto cipherstack succeedsDavid Benjamin
2015-01-15Remove dead code from EVP_CIPHER codepaths.David Benjamin
2015-01-14Implement SSLv3 ciphers with stateful AEADs.David Benjamin
2015-01-14Tidy up tls1_PRF a little.David Benjamin
2015-01-14Implement all TLS ciphers with stateful AEADs.David Benjamin
2015-01-13Add (void) to some macros to satisfy compiler.Adam Langley
2015-01-06Cast ca_list to (void *) to silence msvc warning 4090Nick Harper
2014-12-19Reformat the rest of ssl/.Adam Langley
2014-12-16Consistently order ECDHE_ECDSA over ECDHE_RSA.David Benjamin
2014-12-14Merge SSLv23_method and DTLS_ANY_VERSION.David Benjamin
2014-11-11Remove client-side support for ServerKeyExchange in the RSA key exchange.David Benjamin
2014-11-04Remove KSSL_DEBUG.Adam Langley
2014-10-01Remove OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL.David Benjamin
2014-09-22Disallow all special operators once groups are used.David Benjamin
2014-09-22Remove redundant check in cipher rule parsing.David Benjamin
2014-09-16Remove remnants of export cipher suite selection.David Benjamin
2014-09-16Remove indirection in loading ciphers.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-21Prefer AES-GCM when hardware support is available.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-20Remove single-DES cipher suites.David Benjamin
2014-08-20Remove remnants of now-removed cipher suites.David Benjamin
2014-08-19Tidy up cipher ordering.David Benjamin
2014-08-18Mark all SSL_CIPHERs as const.David Benjamin
2014-08-15Remove AES-GCM cipher indices.David Benjamin
2014-08-15Trim unused cipher indices and definitions.David Benjamin
2014-08-15Remove Suite B mode.David Benjamin
2014-08-13Add SSL_CIPHER_get_kx_name.Adam Langley
2014-07-29Make disabling last cipher work.Adam Langley
2014-07-25Remove support code for export cipher suites.David Benjamin
2014-07-25Remove SSL_OP_EPHEMERAL_RSA quirk.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-15Be strict about requiring ServerKeyExchange.David Benjamin
2014-07-15Be strict about expecting a server Certificate message.David Benjamin
2014-07-15Remove remnants of KRB5 support.David Benjamin
2014-07-08Remove OPENSSL_FIPS blocks.David Benjamin
2014-07-08Remove OPENSSL_NO_RSAAlex Chernyakhovsky
2014-07-07Remove CHARSET_EBCDICAlex Chernyakhovsky
2014-07-01Use RC4-MD5 AEAD in ssl/Adam Langley
2014-06-24Remove crypto/comp and SSL_COMP support code.David Benjamin
2014-06-21Fix off-by-one errors in ssl_cipher_get_evp()Adam Langley
2014-06-21Const correctness.Adam Langley
2014-06-21Equal preference cipher groups.Adam Langley
2014-06-21Use AEAD for AES256-GCM.Adam Langley
2014-06-21ChaCha20-Poly1305 support.Adam Langley