503 Révisions (78e6978ab9b043c8eae118279a382a8cd1f3d095)

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