999 Commits (23721e3705bd92789238cc1753642730111ae9ce)
 

Autor SHA1 Mensagem Data
  David Benjamin 23721e3705 Forbid reusing HMAC key without reusing the hash function. 9 anos atrás
  David Benjamin cc239d3903 Use HMAC_Init_ex, not HMAC_Init, in HMAC. 9 anos atrás
  David Benjamin 0d5e080ab9 Drop in prebuilt versions of Windows files. 9 anos atrás
  David Benjamin b826c0d670 Bump the -Wshadow cutoff to 4.8 rather than 4.6. 9 anos atrás
  David Benjamin b3323704bc No-op change to trigger the bot building things. 9 anos atrás
  Adam Langley 4e581b5378 Add support for reading PKCS#7 data from PEM files. 9 anos atrás
  Adam Langley 50073e8c5e Add functions to parse and generate PKCS#7 files with CRLs. 9 anos atrás
  David Benjamin 5ae21bc02b Remove pointless free, and use preferred way of calling d2i_* functions 9 anos atrás
  David Benjamin 29b50eab6c Align d2i_ECPrivateKey error-handling with upstream. 9 anos atrás
  David Benjamin 114ddebbf6 Unexport EC_GROUP_copy. 9 anos atrás
  David Benjamin 9a7233cda8 Add a prebuilt CMake for OS X for the bots. 9 anos atrás
  David Benjamin a3e894921e Test that we reject RSA ServerKeyExchange more thoroughly. 9 anos atrás
  David Benjamin 03741f61d9 Use EC_GROUP_dup and EC_POINT_dup in EC_KEY_copy. 9 anos atrás
  David Benjamin 09bdb2a2c3 Remove explicit .hiddens from x86_64 perlasm files. 9 anos atrás
  David Benjamin bcb2d91e10 Actually check that the message has the expected type in DTLS. 9 anos atrás
  David Benjamin 6f5c0f4471 Add tests for installing the certificate on the early callback. 9 anos atrás
  Adam Langley 7c21925a10 EC_GROUP_cmp should return zero if the groups match. 9 anos atrás
  David Benjamin 3ce3c369cb Find perl using the CMake's standard FindPerl module. 9 anos atrás
  David Benjamin 87c8a643e1 Use TCP sockets rather than socketpairs in the SSL tests. 9 anos atrás
  David Benjamin 6204eba91e perlasm/x86masm.pl: make it work. 9 anos atrás
  David Benjamin 2b48d6b7dd sha/asm/sha1-586.pl: fix typo. 9 anos atrás
  David Benjamin 3f5917f320 EVP_CIPHER_CTX_cleanup cannot fail. 9 anos atrás
  David Benjamin 86058a256b Tidy up the alert-parsing code. 9 anos atrás
  David Benjamin 2bdb35ccbb Use SSL_get_cipher_by_value in cipher_get_rfc_name tests. 9 anos atrás
  David Benjamin ce9f0177f8 Remove BIO_should_retry checks in DTLS state machines. 9 anos atrás
  Adam Langley 04c36b5062 Never set RC4_CHAR. 9 anos atrás
  Adam Langley 3f309aef45 Tidy up RC4 a little. 9 anos atrás
  Adam Langley 44972944fd Add SSL_get_cipher_by_value. 9 anos atrás
  Adam Langley 5f0efe06e1 Use SSL_MODE_SEND_FALLBACK_SCSV. 9 anos atrás
  Adam Langley 93531bd70f Add the CTX parameter back to EC_GROUP_cmp. 9 anos atrás
  Adam Langley d3a73360fa Rename safe_stack.h to safestack.h. 9 anos atrás
  Adam Langley 97999919bb Hide all asm symbols. 9 anos atrás
  Adam Langley bcc4e23041 Pass fragment to dtls1_retransmit_message. 9 anos atrás
  David Benjamin 40f101b78b Return bool from C++ functions in bssl_shim. 9 anos atrás
  Adam Langley 16e38b2b8f Mark OPENSSL_armcap_P as hidden in ARM asm. 9 anos atrás
  Adam Langley d3459fb2f9 Don't randomly print stuff to stderr. 9 anos atrás
  David Benjamin b180ee98a6 Style guide tweaks. 9 anos atrás
  David Benjamin 195dc78c6e Allow False Start only for >= TLS 1.2 && AEAD && forward-secure && ALPN/NPN. 9 anos atrás
  David Benjamin 5f237bc843 Add support for Chromium's JSON test result format. 9 anos atrás
  David Benjamin 1b5cfb5ba3 Pull in a pre-built tarball of cmake 3.1.3 for the bots. 9 anos atrás
  David Benjamin e079927ceb Drop in Go toolchain bootstrap scripts for the bots. 9 anos atrás
  David Benjamin dd1ca99da4 Remove X509_get_pubkey_parameters. 9 anos atrás
  David Benjamin 310db06b79 Don't EVP_PKEY_copy_parameters when configuring cert and key. 9 anos atrás
  David Benjamin fbdfefb76e Handle failures in ssl3_finish_mac. 9 anos atrás
  David Benjamin 9d0847ae6d Add some missing error failure checks. 9 anos atrás
  David Benjamin ed7c475154 Rename cutthrough to False Start. 9 anos atrás
  David Benjamin a54e2e85ee Remove server-side HelloVerifyRequest support. 9 anos atrás
  Adam Langley 26c2b929ba Switch nonce type in chacha_vec.c to uint32_t. 9 anos atrás
  Adam Langley d306f165a4 Don't require the ChaCha nonce to be aligned on ARM. 9 anos atrás
  Adam Langley c64ccb51b0 Remove support for zero lengths from do_x509_check. 9 anos atrás