53 コミット (ed6c5d39100fce575ef6c94b12c43f25c55d4205)

作成者 SHA1 メッセージ 日付
  Matt Braithwaite 9c8c418853 Remove RC4 ciphersuites from TLS. 8年前
  Steven Valdez cb96654404 Adding ARRAY_SIZE macro for getting the size of constant arrays. 8年前
  Steven Valdez 4aa154e08f Adding code to send session as PSK Identity. 8年前
  David Benjamin 881f196075 Make ECDHE_PSK + AES_GCM unmatchable. 8年前
  David Benjamin 54c217cc6b Forbid PSK ciphers in TLS 1.3 for now. 8年前
  Nick Harper 1fd39d84cf Add TLS 1.3 record layer to go implementation. 8年前
  David Benjamin c9a4368878 Fix the new ECDHE_PSK ciphers. 8年前
  Steven Valdez 7975056ac1 Fixing iv_length for TLS 1.3. 8年前
  David Benjamin 0fc7df55c0 Add SSL_CIPHER_is_DHE. 8年前
  Steven Valdez 3084e7b87d Adding ECDHE-PSK GCM Ciphersuites. 8年前
  Matt Braithwaite 053931e74e CECPQ1: change from named curve to ciphersuite. 8年前
  David Benjamin c032dfa27e Client auth is only legal in certificate-based ciphers. 8年前
  David Benjamin 51545ceac6 Remove a number of unnecessary stdio.h includes. 8年前
  David Benjamin 433366587d Move AES128 above AES256 by default. 8年前
  David Benjamin a211aee545 Add SSL_CIPHER_has_SHA256_HMAC. 8年前
  Brian Smith 5ba06897be Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. 8年前
  Brian Smith 0687bdfc12 Fix -Wformat-nonliteral violation in ssl_cipher.c. 8年前
  David Benjamin 4cc36adf5a Make it possible to tell what curve was used on the server. 8年前
  David Benjamin 13414b3a04 Implement draft-ietf-tls-chacha20-poly1305-04. 9年前
  David Benjamin ff2df337a0 Reformat the cipher suite table. 9年前
  David Benjamin 9f2e2770e1 Remove strength_bits. 9年前
  David Benjamin d6e9eec3f8 Remove algo_strength. 9年前
  David Benjamin dcb6ef0f0b Remove algorithm_ssl. 9年前
  Adam Langley b00061cea7 Add SSL_CIPHER_is_AES[128|256]CBC. 9年前
  David Benjamin 20c373118c Become partially -Wmissing-variable-declarations-clean. 9年前
  David Benjamin ef793f4b6f Add various functions for SSL_CIPHER. 9年前
  David Benjamin 51a01a5cd4 Revert most of "Refactor ChaCha20-Poly1305 AEAD nonce handling." 9年前
  Brian Smith 271777f5ac Refactor ChaCha20-Poly1305 AEAD nonce handling. 9年前
  Brian Smith 3e23e4cb58 Add the RFC 7539 ChaCha20-Poly1305 AEAD. 9年前
  David Benjamin da86cccaf6 Deprecate all the string macros. 9年前
  Adam Langley d98dc1311e Upstream Android-specific things under |BORINGSSL_ANDROID_SYSTEM| 9年前
  David Benjamin df0905a803 Don't pretend to account for RSA_PSK. 9年前
  Adam Langley d7fe75ca5f Add |SSL_CIPHER_is_RC4|. 9年前
  David Benjamin 9e4e01ee14 Align the SSL stack on #include style. 9年前
  Matt Braithwaite af096751e8 Restore the NULL-SHA ciphersuite. (Alas.) 9年前
  David Benjamin c0125ef8f3 Fix SSL_CIPHER_is_AESGCM. 9年前
  David Benjamin b8d28cf532 Factor out the buffering and low-level record code. 9年前
  David Benjamin be8a869d96 Fill in alg_bits for CHACHA20_POLY1305 ciphers. 9年前
  David Benjamin ec4353498c Remove DHE_RSA_WITH_CHACHA20_POLY1305. 9年前
  David Benjamin b088331ec0 Simplify handshake hash handling. 9年前
  David Benjamin 5055c76709 Rename algorithm2 to algorithm_prf. 9年前
  David Benjamin b2a985bfb8 Fold away SSL_CIPHER_ALGORITHM2_VARIABLE_NONCE_INCLUDED_IN_RECORD. 9年前
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9年前
  David Benjamin d1d8078025 Fold away certificate slots mechanism. 9年前
  David Benjamin bb20f52383 Merge the RSA_ENC and RSA_SIGN certificate slots. 9年前
  Matt Braithwaite 6a1275b627 typedef |COMP_METHOD| to void, for compatibility. 9年前
  Adam Langley 85bc5601ee Add ECDHE-PSK-AES{128,256}-SHA cipher suites. 9年前
  Adam Langley 1feb42a2fb Drop ECDHE-PSK-AES-128-GCM. 9年前
  David Benjamin a1c90a5ce1 Further tidy up cipher logic. 9年前
  David Benjamin 9a980abaee Fold TLS1_PRF_* into SSL_HANDSHAKE_MAC_* 9年前