1767 Commits (1bfce80b44c3b53fea90b90a59abc25bcff8c5ab)
 

Author SHA1 Message Date
  David Benjamin 1bfce80b44 Generate stable URL fragments. 9 years ago
  David Benjamin 7e40d4e584 Deprecated functions get their own sections. 9 years ago
  David Benjamin 6fad7bc586 Some documentation fixes. 9 years ago
  David Benjamin c0125ef8f3 Fix SSL_CIPHER_is_AESGCM. 9 years ago
  Adam Langley a0a8dc208f Move large stack buffer in bssl_shim to heap. 9 years ago
  Adam Langley f673831272 Drop urandom_test. 9 years ago
  David Benjamin 7c6d09b9e5 Fold ssl_algs.c into ssl_lib.c. 9 years ago
  Matt Braithwaite cc2c7aa91c Buffer reads of urandom, if you promise no forking. 9 years ago
  David Benjamin 443a1f65e2 Toss file-related convenience bits of ssl/ into a corner. 9 years ago
  Adam Langley 06fa67c8d3 Stop using |ERR_peek_last_error| in RSA blinding. 9 years ago
  Paul Lietar 8f1c268692 Wait for CertificateStatus message to verify certificate. 9 years ago
  Adam Langley 8748920ca7 Don't forget to free the TLS 1.0 ciphers. 9 years ago
  Adam Langley cef7583633 Add cipher suite settings for TLS ≥ 1.0. 9 years ago
  Paul Lietar 23b185a3cf Allow out_present to be NULL in CBS_get_optional_asn1 9 years ago
  David Benjamin c9d40ba5b0 Remove unnecessary field initializations. 9 years ago
  David Benjamin 95aaf4a61c Markdown-ify BUILDING. 9 years ago
  David Benjamin 0e3f1d80f8 Markdown-ify STYLE. 9 years ago
  David Benjamin 809829ee9f Fix a typo in PORTING.md and mention one more renego restriction. 9 years ago
  David Benjamin 65703b45c4 Add a PORTING document which describes some major API differences. 9 years ago
  David Benjamin ac8302a092 Don't set need_record_splitting until aead_write_ctx is set. 9 years ago
  David Benjamin 4f75aaf661 Test various cases where plaintexts and ciphertexts are too large. 9 years ago
  David Benjamin 76c2efc0e9 Forbid a server from negotiating both ALPN and NPN. 9 years ago
  David Benjamin 2c99d289fd Fix buffer size computation. 9 years ago
  David Benjamin 43c4d17230 Add X509_CRL_up_ref. 9 years ago
  David Benjamin 5148345282 BN_mod_exp_mont_consttime: check for zero modulus. 9 years ago
  David Benjamin fe71f1d4a5 Fix spurious bn_test failures. 9 years ago
  David Benjamin 8d100366e5 Fix dsa keygen for too-short seed 9 years ago
  David Benjamin ee0b02a10d Don't confuse TLS bidirectional shutdown on record type zero. 9 years ago
  David Benjamin e9cb2ec832 Don't support bidirectional shutdown over DTLS. 9 years ago
  David Benjamin 30789da28e Add tests for bidirectional shutdown. 9 years ago
  David Benjamin aa9361bc66 Fix discarding records in bidirectional shutdown. 9 years ago
  David Benjamin 885fc046a5 Fix memory leaks on error in x_x509a.c. 9 years ago
  David Benjamin 1f9f9c4b51 Tidy up the ssl3_send_server_key_exchange slightly. 9 years ago
  David Benjamin 6ca9355f25 runner: check bounds on packets in skipPacket. 9 years ago
  David Benjamin ed50cee007 Check fread's return value in tool/server.cc. 9 years ago
  David Benjamin ffadb3969f fread returns a size_t, not int. 9 years ago
  David Benjamin 26416e9dde Remove the last of SESS_CERT. 9 years ago
  David Benjamin a1fadd399f Fix MSVC build. 9 years ago
  David Benjamin 8be79a3355 Slightly refactor SSL_SESSION parsing. 9 years ago
  David Benjamin b1bdc5b325 Remove peer_cert from SESS_CERT. 9 years ago
  David Benjamin 6505567172 Move peer_dh_tmp and peer_ecdh_tmp out of SESS_CERT. 9 years ago
  David Benjamin 621f95a3ea Add -session-in and -session-out to bssl client. 9 years ago
  David Benjamin ba13402c1b Fix the type of ASN1_i2d_bio's last argument. 9 years ago
  David Benjamin 4cf369b920 Reject empty records of unexpected type. 9 years ago
  David Benjamin b8d28cf532 Factor out the buffering and low-level record code. 9 years ago
  Matt Braithwaite e000472166 pkcs8.c: Add PBES2 to list of password-based encryption methods. 9 years ago
  Adam Langley 73415b6aa0 Move arm_arch.h and fix up lots of include paths. 9 years ago
  David Benjamin 61821bf149 Add EVP_AEAD_CTX_zero. 9 years ago
  David Benjamin be8a869d96 Fill in alg_bits for CHACHA20_POLY1305 ciphers. 9 years ago
  David Benjamin f2aa1e1a71 Remove Go implementation of non-standard ECDHE_PSK_WITH_AES_128_GCM_SHA256. 9 years ago