1119 Commits (6f7374b0edf3960eeb292b4af2a4003db395e22d)

Author SHA1 Message Date
  David Benjamin a5177cb319 Use a less tedious pattern for X509_NAME. 8 years ago
  David Benjamin 6b6e0b2089 Fix a memory leak in ssl3_get_certificate_request. 8 years ago
  David Benjamin 15c1488b61 Clear the error queue on entry to core SSL operations. 8 years ago
  David Benjamin df28c3acf1 Tidy up the client Certificate message skipping slightly. 8 years ago
  David Benjamin 11d50f94d8 Include colons in expectedError matches. 8 years ago
  David Benjamin 454aa4c25e Rewrite ssl3_send_client_certificate. 8 years ago
  David Benjamin 0b7ca7dc00 Add tests for doing client auth with no certificates. 8 years ago
  David Benjamin acb6dccf12 Add tests for the old client cert callback. 8 years ago
  David Benjamin a857159dd6 Clean up some silly variable names. 8 years ago
  David Benjamin 3ed5977cbb Add an idle timeout to runner.go. 8 years ago
  David Benjamin 22ce9b2d08 SSL_set_fd should create socket BIOs, not fd BIOs. 8 years ago
  Tom Thorogood 66b2fe8e02 Add |SSL_CTX_set_private_key_method| to parallel |SSL_set_private_key_method| 8 years ago
  David Benjamin ad004af661 Rename NID_x25519 to NID_X25519. 8 years ago
  David Benjamin 154c2f2b37 Add some missing return false lines to test_config.cc. 8 years ago
  David Benjamin 433366587d Move AES128 above AES256 by default. 8 years ago
  David Benjamin fde5afcd88 Remove dead comment. 8 years ago
  David Benjamin 9867b7dca2 Add an option to record transcripts from runner tests. 8 years ago
  David Benjamin f2b8363578 Fix the tests for the fuzzer mode. 8 years ago
  David Benjamin bf82aede67 Disable all TLS crypto in fuzzer mode. 8 years ago
  David Benjamin 9bea349660 Account for Windows line endings in runner. 8 years ago
  Adam Langley 29ec5d1fda Add dummy |SSL_get_server_tmp_key|. 8 years ago
  Adam Langley d323f4b1e1 Bring back |verify_store|. 8 years ago
  David Benjamin 2b07fa4b22 Fix a memory leak in an error path. 8 years ago
  David Benjamin ff3a1498da Ensure runner notices post-main stderr output. 8 years ago
  Steven Valdez a14934ff2d Handle shutdown during init/handshake earlier 8 years ago
  Emily Stark 95a79eec40 Add a stub for SSL_get_shared_ciphers(). 8 years ago
  David Benjamin a211aee545 Add SSL_CIPHER_has_SHA256_HMAC. 8 years ago
  Steven Valdez d8eea14443 BIO_new_mem_buf should take const void * 8 years ago
  Steven Valdez b9824e2417 Handle SSL_shutdown while in init more appropriately 8 years ago
  Steven Valdez e52d22d5f9 Empty SNI names are not valid 8 years ago
  Adam Langley e976e4349d Don't read uninitialised data for short session IDs. 8 years ago
  David Benjamin de94238217 Fix SSL_get_{read,write}_sequence. 8 years ago
  David Benjamin fb974e6cb3 Use initializer lists to specify cipher rule tests. 8 years ago
  Brian Smith 5ba06897be Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. 8 years ago
  David Benjamin e66148a18f Drop dh->q in bssl_shim when -use-sparse-dh-prime is passed. 8 years ago
  David Benjamin 6014ea6248 Add EC_POINT_point2cbb. 8 years ago
  David Benjamin 43946d44ae Update references to the extended master secret draft. 8 years ago
  David Benjamin 72f7e21087 Stop allowing SHA-224 in TLS 1.2. 8 years ago
  David Benjamin 415564fe2c Update draft-irtf-cfrg-curves-11 references to RFC 7748. 8 years ago
  David Benjamin 4f6acaf0da Use more C++11 features. 9 years ago
  David Benjamin 91b2501f02 Add functions for accessing read_sequence and write_sequence. 8 years ago
  David Benjamin cdd0b7e775 Add SSL_CTX_set_retain_only_sha256_of_client_certs. 8 years ago
  David Benjamin 4b9205b583 Align SSL_CTX_set1_tls_channel_id with SSL_set1_tls_channel_id. 8 years ago
  David Benjamin b83003ebc6 Don't initialize enc_method before version negotiation. 8 years ago
  David Benjamin a565d29ce6 Remove alert mapping machinery. 8 years ago
  David Benjamin a1e9cabd8b Replace enc_flags with normalized version checks. 8 years ago
  Adam Langley ce9d85eedd Tweaks for node.js 8 years ago
  David Benjamin 241ae837f0 Add some tests to ensure we ignore bogus curves and ciphers. 8 years ago
  David Benjamin f6494f4928 Add a SSL_get_pending_cipher API. 8 years ago
  Brian Smith 0687bdfc12 Fix -Wformat-nonliteral violation in ssl_cipher.c. 8 years ago