703 次代码提交 (c7817d8ce2f3c90b2de36cd3c654b80ab078abac)

作者 SHA1 备注 提交日期
  David Benjamin c7817d8ce2 Add SSL_CIPHER_get_min_version and tidy up SSL_TLSV1_2 logic. 9 年前
  Adam Langley 38feb990a1 Require that EC points are on the curve. 9 年前
  David Benjamin ef793f4b6f Add various functions for SSL_CIPHER. 9 年前
  Adam Langley 5f88999a1e Fix up several comments and detect problems in the future. 9 年前
  Adam Langley e57a19203f Add missing newline in aead.h. 9 年前
  Adam Langley c2d3280f0f Add SSL_get_ivs. 9 年前
  David Benjamin a97b737fb0 Separate CCS and handshake writing in DTLS. 9 年前
  Brian Smith ac9404c3a8 Improve crypto/digest/md32_common.h mechanism. 9 年前
  David Benjamin 8fb0f525e1 Free BN_MONT_CTX in generic code. 9 年前
  David Benjamin e8f783ac0d Unwind DH_METHOD and DSA_METHOD. 9 年前
  David Benjamin 3fc138eccd Don't bother sampling __func__. 9 年前
  Adam Langley 27a0d086f7 Add ssl_renegotiate_ignore. 9 年前
  Matt Braithwaite fa9eb568b0 Correct the spelling of "primitive". 9 年前
  Adam Langley f1c1cf8794 Revert "Improve crypto/digest/md32_common.h mechanism." 9 年前
  Brian Smith 00461cf201 Improve crypto/digest/md32_common.h mechanism. 9 年前
  Adam Langley efb42fbb60 Make BN_mod_exp_mont_consttime take a const context. 9 年前
  David Benjamin 13e81fc971 Fix DTLS asynchronous write handling. 9 年前
  Torbjörn Granlund 069bedfe0c Fix documentation typo. 9 年前
  Adam Langley bb85f3d655 Reorganise |SSL_SESSION| and |SSL| to save a little memory. 9 年前
  David Benjamin 8e4db8b1c2 Fix even more ChaCha20 rename deadlocks. 9 年前
  David Benjamin 87cfcdb6df Resolve another ChaCha20-Poly1305 rename deadlock. 9 年前
  David Benjamin 7dd3f77256 Fix aead.h header typo. 9 年前
  David Benjamin f8e9dcaeea iOS builds use the static ARM CPU configuration. 9 年前
  Brian Smith 0dc2a8aee2 Clean up |ECDH_compute_key|. 9 年前
  Brian Smith 274341dd6e Change the type of |EC_GROUP_get_degree| and friends to |unsigned|. 9 年前
  David Benjamin e93ffa5da7 Clarify that SSL_get_peer_cert_chain returns the unverified chain. 9 年前
  Adam Langley 05ee4fda1c Add no-op functions |CRYPTO_malloc_init| and |ENGINE_load_builtin_engines|. 9 年前
  Adam Langley 5dbdad9c33 For now, give the unsuffixed ChaCha20 AEAD name to the old version. 9 年前
  Brian Smith 271777f5ac Refactor ChaCha20-Poly1305 AEAD nonce handling. 9 年前
  Brian Smith 3e23e4cb58 Add the RFC 7539 ChaCha20-Poly1305 AEAD. 9 年前
  Brian Smith e80a2ecd0d Change |CRYPTO_chacha_20| to use 96-bit nonces, 32-bit counters. 9 年前
  David Benjamin da084a3ebd Fix shared library build on OS X. 9 年前
  Adam Langley 0f9f0ead2e Fix the shared builders by exporting GCM symbols. 9 年前
  Brian Smith 0f8bfdeb33 Make |gcm128_context| memcpy-safe. 9 年前
  Brian Smith 3f3f25d8a2 Fix constness of |gcm128_context.key|. 9 年前
  Matt Braithwaite 29d8adbdc6 Better handle IPv6. 9 年前
  nagendra modadugu 3398dbf279 Add server-side support for asynchronous RSA decryption. 9 年前
  David Benjamin 091c4b9869 Add an option to disable NPN on a per-SSL basis. 9 年前
  David Benjamin 12f7737d32 Remove BN_MONT_CTX_init. 9 年前
  David Benjamin 1269ddd377 Never use the internal session cache for a client. 9 年前
  David Benjamin 0f653957c1 Add tests for the internal session cache behavior. 9 年前
  David Benjamin dc2aea2231 Remove all the logic around custom session IDs and retrying on collisions. 9 年前
  David Benjamin 60be027625 Style: fix some header guards 9 年前
  David Benjamin f91fa5cfc6 Documentation typo. 9 年前
  David Benjamin 5ef619ef2a Hide some sections from the docs. 9 年前
  David Benjamin 63006a913b Document the rest of ssl.h. 9 年前
  David Benjamin 7a1eefd3cd Deprecate SSL_library_init. 9 年前
  David Benjamin 5d8b128095 Document the (formerly) SSL_state wrapper macros. 9 年前
  David Benjamin 449c3c7b7b Take some definitions out of the Android compatibility layer. 9 年前
  David Benjamin 6e0c17aa3a Private (and deprecated) types. 9 年前