23 次代码提交 (4732c544f76958ea75af2e5a05b9d77a2341128a)

作者 SHA1 备注 提交日期
  Michał Janiszewski c4f3b8a22a Add a compile time verification ciphers are sorted for bsearch() 6 年前
  David Benjamin c59b9aace6 Remove more remnants of SSLv3. 6 年前
  David Benjamin 0ce090acd6 A bunch more scopers. 6 年前
  David Benjamin 9bb15f58f7 Remove SSL 3.0 implementation. 6 年前
  Adam Langley bcfb49914b Add special AES-GCM AEAD for TLS 1.3. 6 年前
  David Benjamin 0ca921431a Temporarily restore SHA256 and SHA384 cipher suite aliases. 6 年前
  David Benjamin 6e678eeb6e Remove legacy SHA-2 CBC ciphers. 6 年前
  David Benjamin 48b276db3d Give ssl_cipher_preference_list_st a destructor. 6 年前
  Adam Langley fa3e9c3385 Add |SSL_COMP_get[0_name|_id]|. 6 年前
  Adam Langley e745b25dcb Remove trailing whitespace from ssl/. 6 年前
  David Benjamin 3b903f252a Move the SSL_eNULL special-case into the matching function. 7 年前
  David Benjamin 5be3a74c49 Remove supports_cipher hook. 7 年前
  David Benjamin f496249405 Switch int to bool in ssl_cipher.cc. 7 年前
  David Benjamin b1b76aee3c Add SSL_CIPHER_get_prf_nid. 7 年前
  Martin Kreichgauer c0e15d1d9d Zero memory in |OPENSSL_free|. 7 年前
  David Benjamin c11ea942b7 Convert comments in ssl. 7 年前
  David Benjamin e3bb51cb23 Remove deprecated cipher property APIs. 7 年前
  David Benjamin 348f0d8db9 Add OpenSSL 1.1.0's cipher property functions. 7 年前
  David Benjamin ca9e8f52f1 Tidy up handshake digest logic. 7 年前
  Adam Langley 22df69103f Document the behaviour of non-standard separators in cipher strings. 7 年前
  David Benjamin e39ac8fb59 Switch BORINGSSL_INTERNAL_CXX_TYPES in favor of subclassing games. 7 年前
  David Benjamin 86e95b852e Move libssl's internals into the bssl namespace. 7 年前
  David Benjamin e64d2c74fa Convert ssl_buffer, ssl_cert, and ssl_cipher to C++. 7 年前
  David Benjamin bf5f192310 Add some addition tests for the cipher parsing code and tidy. 7 年前
  David Benjamin 6fff386492 Support standard RFC cipher suite names alongside OpenSSL ones. 7 年前
  Steven Valdez 2f3404bb81 Enforce incrementing counter for TLS 1.2 AES-GCM. 7 年前
  David Benjamin d55bd797eb Fix SSL_COMP_get_compression_methods type signature. 7 年前
  Alessandro Ghedini 48b6b8f00f Add SSL_CIPHER_has_SHA384_HMAC. 7 年前
  Matthew Braithwaite 7e06de5d2d Really remove DHE ciphersuites from TLS. 7 年前
  David Benjamin 69522117a6 Support Ed25519 in TLS. 7 年前
  Matthew Braithwaite cedc6f1824 Remove DHE ciphersuites from TLS. 7 年前
  David Benjamin 91222b8d38 Fix configuring the empty cipher list. 7 年前
  Matthew Braithwaite 6ad20dc912 Move error-on-empty-cipherlist into ssl_create_cipher_list(). 7 年前
  David Benjamin adec7726ec Remove SSL_CIPHER_has_MD5_HMAC. 7 年前
  Matthew Braithwaite a57dcfb69c Add new cipherlist-setting APIs that reject nonsense. 7 年前
  Steven Valdez 908ac19e8e Moving transcript and PRF functions to SSL_TRANSCRIPT. 7 年前
  Adam Langley 2e839244b0 Remove old ChaCha20-Poly1305 AEAD. 7 年前
  Adam Langley 5322010405 Revert "Remove old ChaCha20-Poly1305 AEAD." 7 年前
  Adam Langley def9b46801 Remove old ChaCha20-Poly1305 AEAD. 7 年前
  Alessandro Ghedini 0726fb76eb Add SSL_CIPHER_is_AEAD. 7 年前
  David Benjamin 745745df03 Add SSL_CIPHER_is_static_RSA. 7 年前
  David Benjamin 5fc99c6603 There are no more MD5 ciphers. 7 年前
  David Benjamin 17cf2cb1d2 Work around language and compiler bug in memcpy, etc. 7 年前
  Matthew Braithwaite 651aaefb44 Remove CECPQ1 (experimental post-quantum key agreement). 7 年前
  David Benjamin 11a7b3c2d9 Trim ssl_create_cipher_list slightly. 8 年前
  David Benjamin d2cb1c19e2 Remove cipher_list_by_id. 8 年前
  David Benjamin abbbee10ad Detach TLS 1.3 cipher configuration from the cipher language. 8 年前
  David Benjamin 305e6fb7f7 Revise ssl_cipher_get_evp_aead. 8 年前
  Steven Valdez 3cbdc34619 Add GENERIC selector for TLS 1.3 AEAD-only cipher suites. 8 年前
  Steven Valdez 803c77a681 Update crypto negotation to draft 15. 8 年前