503 Комити (78e6978ab9b043c8eae118279a382a8cd1f3d095)

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