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-12-16*_Update of length zero is legal.David Benjamin
2015-12-16Remove |need_record_splitting| from |SSL3_STATE|.David Benjamin
2015-11-17Reset epoch state in one place.David Benjamin
2015-09-16Align the SSL stack on #include style.David Benjamin
2015-09-12Restore the NULL-SHA ciphersuite. (Alas.)Matt Braithwaite
2015-09-02Don't set need_record_splitting until aead_write_ctx is set.David Benjamin
2015-08-07Simplify handshake hash handling.David Benjamin
2015-08-07Decouple the handshake buffer and digest.David Benjamin
2015-08-07Rename algorithm2 to algorithm_prf.David Benjamin
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-06-02Fold TLS1_PRF_* into SSL_HANDSHAKE_MAC_*David Benjamin
2015-05-28Release handshake buffer when sending no certificate.David Benjamin
2015-05-21Factor SSL_AEAD_CTX into a dedicated type.David Benjamin
2015-05-15Fix SSL_get_current_cipher.David Benjamin
2015-05-07Get rid of ssl_undefined_*David Benjamin
2015-04-14Document everything in ssl_ciph.c, now ssl_cipher.c.David Benjamin
2015-04-11Switch cipher masks to uint32_t.David Benjamin
2015-04-11Include-what-you-use ssl/internal.h.David Benjamin
2015-04-11Rename ssl_locl.h to internal.hDavid Benjamin
2015-04-06Factor out sequence number updates.David Benjamin
2015-04-06Clean up SSL_export_keying_material implementation.David Benjamin
2015-03-06Don't delay-initialize legacy AEADs.David Benjamin
2015-02-17Add some missing error failure checks.David Benjamin
2015-02-03Simplify DTLS epoch rewind.David Benjamin
2015-01-23Normalize tls1_enc return values.David Benjamin
2015-01-15Remove dead code from EVP_CIPHER codepaths.David Benjamin
2015-01-15Support EVP_AEAD in DTLS.David Benjamin
2015-01-14Implement SSLv3 ciphers with stateful AEADs.David Benjamin
2015-01-14Add the PRF to SSL3_ENC_METHOD.David Benjamin
2015-01-14Factor SSLv3 key derivation steps into an ssl3_PRF.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-14Allocate the temporary buffer in tls1_PRF internally.David Benjamin
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