2621 コミット (347331541536b616bf5147d6f8093a1541b77da7)
 

作成者 SHA1 メッセージ 日付
  David Benjamin 3473315415 Reimplement PKCS #3 DH parameter parsing with crypto/bytestring. 8年前
  David Benjamin e72df93461 Add a README.md for ssl/test. 8年前
  David Benjamin e9a3642126 Don't reset ssl->shutdown in the state machine. 8年前
  David Benjamin b095f0f0ca Remove the push argument to ssl_init_wbio_buffer. 8年前
  David Benjamin 2730955e74 Check BIO_flush return value. 8年前
  David Benjamin 30152fdfc1 Always buffer DTLS retransmits. 8年前
  David Benjamin 9d908ba519 Add BORINGSSL_API_VERSION. 8年前
  Brian Smith 598e55a795 Do RSA blinding unless |e| is NULL and specifically requested not to. 8年前
  Brian Smith 86080c336f Verify RSA private key operation regardless of whether CRT is used. 8年前
  Adam Langley 8107e92a1a Add a comment with an SMT verification of the Barrett reductions. 8年前
  David Benjamin f0bba61663 Fix ASN1_INTEGER handling. 8年前
  David Benjamin de2cf273d7 Avoid theoretical overflows in EVP_EncodeUpdate. 8年前
  David Benjamin e31e0123ea Add size limit to X509_NAME structure. 8年前
  David Benjamin 204dea8dae Fix encrypt overflow 8年前
  David Benjamin a43fd90c5d Sync with upstream on i2d_X509_AUX. 8年前
  David Benjamin eb3257211e Don't free ret->data if malloc fails. 8年前
  David Benjamin 52a3bf2835 Add checks to X509_NAME_oneline() 8年前
  David Benjamin ddc69230f3 Sanity check buffer length. 8年前
  David Benjamin d230a0c890 Reject inappropriate private key encryption ciphers. 8年前
  Adam Langley b83c680d03 Add |CRYPTO_is_confidential_build|. 8年前
  David Benjamin 8368050fa9 Clean up ssl_get_compatible_server_ciphers. 8年前
  David Benjamin 7acd6bc07a Start assuming MSVC 2015. 8年前
  David Benjamin 8861daa5a9 Fix vs_toolchain.py, possibly. 8年前
  David Benjamin bbe6af0e2a Bump requirements to MSVC 2015. 8年前
  David Benjamin 9e7efdb008 Update the various pinned revisions in util/bot. 8年前
  David Benjamin d18cb77864 Fix d2i_X509_AUX. 8年前
  David Benjamin 176dbf04b7 Check for malloc failure in r2i_certpol. 8年前
  David Benjamin 3bb5a77205 Fix memory leak on error in BN_mpi2bn. 8年前
  Nick Harper 6f621bd8f7 Merge documentation from chromium's net/der into cbs.c 8年前
  David Benjamin 992c20aedc Another OPENSSL_NO_THREADS build fix. 8年前
  David Benjamin 0a63b96535 Make CRYPTO_is_NEON_capable aware of the buggy CPU. 8年前
  David Benjamin b3be1cf97d Add a 'configs_exclude' option to the generated GN 'create_tests' template. 8年前
  David Benjamin 2b4820bd52 Don't set a default armcap state in dynamic armcap modes. 8年前
  Matt Braithwaite 9478f32175 newhope: use less stack to compute client key 8年前
  David Benjamin 862c0aa880 Revert md_len removal from SHA256_CTX and SHA512_CTX. 8年前
  David Benjamin 88e27bcbe0 Don't mismatch Init and Update/Final hash functions. 8年前
  David Benjamin 9158637142 Make SHA256_Final actually only return one. 8年前
  David Benjamin a90aa64302 Pull HASH_MAKE_STRING out of md32_common.h. 8年前
  David Benjamin e3118b8dc4 Fix Windows build. 8年前
  David Benjamin c0d8b83b44 Make SHA512_Final actually only return one. 8年前
  David Benjamin 3baee2a495 Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit. 8年前
  Adam Langley 724dcbf5e2 Correct markdown misinterpretation. 8年前
  Adam Langley a081423809 Add document about incorporating BoringSSL into a project. 8年前
  David Benjamin a9959f2f50 Work around Android mingw issues. 8年前
  Adam Langley 7909aa7c23 Pass array by reference in newhope speed test. 8年前
  Adam Langley e75f0530a0 More fixes for MSVC. 8年前
  Adam Langley bc57d55c9f Corrupt the newhope secret key directly. 8年前
  Matt Braithwaite 945cf9a131 newhope: MSVC can't size array using static size_t 8年前
  Matt Braithwaite 045a0ffe35 Import `newhope' (post-quantum key exchange). 8年前
  David Benjamin c25d2e6379 Resolve -Wextern-c-compat warnings with OPENSSL_NO_THREADS. 8年前