503 Commit (78e6978ab9b043c8eae118279a382a8cd1f3d095)

Autore SHA1 Messaggio Data
  David Benjamin 78e6978ab9 Disable NPN and Channel ID in DTLS. 9 anni fa
  David Benjamin 33e799fe19 Don't allow CCS just before CertificateVerify in DTLS. 9 anni fa
  David Benjamin 5fa3eba03d Clear the error queue when dropping a bad DTLS packet. 9 anni fa
  David Benjamin 9a38e924aa Return SSL_ERROR_SYSCALL on unclean EOF. 9 anni fa
  David Benjamin 1e52ecac4d Normalize tls1_enc return values. 9 anni fa
  Adam Langley 3e6526575a aarch64 support. 9 anni fa
  David Benjamin bc44c089fb Store SRTP_PROTECTION_PROFILES as const. 9 anni fa
  David Benjamin 7ce1c0ca75 Make SSL_load_error_strings a no-op. 9 anni fa
  David Benjamin e9fc3e547e Remove P-521 from the default supported curves list. 9 anni fa
  David Benjamin aa3f6daa86 Tag a number of globals as const. 9 anni fa
  David Benjamin 70bd80a236 Remove constraints on curve ID values. 9 anni fa
  David Benjamin 52e5bacf7c Prune away unimplemented curve IDs. 9 anni fa
  David Benjamin 0cb3f5bc27 Switch OBJ_undef uses to NID_undef. 9 anni fa
  David Benjamin 6095de8da2 Add tests for certificate mismatch. 9 anni fa
  David Benjamin d1d7d3d26a Clear existing extension state. 9 anni fa
  David Benjamin e3b2eebd04 The dtls1_output_cert_chain function no longer exists so remove it from ssl_locl.h 9 anni fa
  David Benjamin 710d227daa Fix memory leak in SSL_new if errors occur. 9 anni fa
  David Benjamin 2adb7ec286 ssl_create_cipher_list: check whether push onto cipherstack succeeds 9 anni fa
  David Benjamin af19de3101 Fix the test async_bio in datagram mode. 9 anni fa
  David Benjamin 17a5f85cbb Clarify dtls1_do_write's interaction with the buffering BIO. 9 anni fa
  David Benjamin 80cee912de Account for the MTU BIO_ctrls returning negative or overly large numbers. 9 anni fa
  David Benjamin a18b671c94 Simplify minimum and default MTUs. 9 anni fa
  David Benjamin 5a3cc0381b Remove BIO_CTRL_DGRAM_MTU_EXCEEDED retry in dtls1_do_write. 9 anni fa
  David Benjamin 7f18b139cc Always SSL_OP_NO_QUERY_MTU before querying the BIO MTU. 9 anni fa
  David Benjamin d9778fb418 Guard against small MTUs from the BIO. 9 anni fa
  David Benjamin c67a3ae6ba Drop retransmits in DTLS tests. 9 anni fa
  David Benjamin f3a8b12ac3 Remove SSL_SESSION::cipher_id. 9 anni fa
  David Benjamin b8a56f112f Remove dead code from EVP_CIPHER codepaths. 9 anni fa
  David Benjamin e95d20dcb8 Support EVP_AEAD in DTLS. 9 anni fa
  David Benjamin 044abb0aaa Implement SSLv3 ciphers with stateful AEADs. 9 anni fa
  David Benjamin 41ac979211 Add the PRF to SSL3_ENC_METHOD. 9 anni fa
  David Benjamin 31b1d81354 Factor SSLv3 key derivation steps into an ssl3_PRF. 9 anni fa
  David Benjamin 1f5e115ea9 Tidy up tls1_PRF a little. 9 anni fa
  David Benjamin ea72bd0b60 Implement all TLS ciphers with stateful AEADs. 9 anni fa
  David Benjamin af032d68b3 Allocate the temporary buffer in tls1_PRF internally. 9 anni fa
  Adam Langley a307dfd29f Add (void) to some macros to satisfy compiler. 9 anni fa
  David Benjamin 13be1de469 Add a basic MTU test. 9 anni fa
  David Benjamin dc4b197f0f Remove cookie_len setting in dtls1_new. 9 anni fa
  David Benjamin 62fd16283a Implement SSL_clear with ssl_new and ssl_free. 9 anni fa
  David Benjamin 02ddbfdf46 Move Channel ID initialization out of ssl3_new. 9 anni fa
  Adam Langley 44e2709cd6 Fix DTLS memory leak. 9 anni fa
  David Benjamin 780d6dd0fe Treat handshake_failure in response to ClientHello special. 9 anni fa
  Nick Harper 4dd053e059 Cast ca_list to (void *) to silence msvc warning 4090 9 anni fa
  Adam Langley fcf25833bc Reformat the rest of ssl/. 9 anni fa
  Adam Langley be2900a6a3 Reformat s3_{enc|lib}.c. 9 anni fa
  Adam Langley 1bea173fd4 Reformatting of s3_{cbc|clnt}.c 9 anni fa
  Adam Langley 6e73d62dcc Touch up ssl3_get_message. 9 anni fa
  David Benjamin a6d81018f8 Consistently use RAND_bytes and check for failure. 9 anni fa
  David Benjamin 263eac02f5 Remove X509 parameter from ssl_cert_type. 9 anni fa
  David Benjamin 9cf708807c Consistently order ECDHE_ECDSA over ECDHE_RSA. 9 anni fa