46 Commits (cff0b90cbb68246b93f4894177f3ba545caf6e65)

Autor SHA1 Mensagem Data
  David Benjamin 6a08da2cf8 Remove redundant setup buffer calls. 9 anos atrás
  David Benjamin b1f5bca538 Remove max parameter to ssl3_read_n. 9 anos atrás
  David Benjamin 9417b7649f Remove DTLS special-cases in buffer releasing. 9 anos atrás
  David Benjamin 8c24980d83 Promote all dtls1_ctrl hooks to functions. 9 anos atrás
  David Benjamin f0ae170021 Include-what-you-use ssl/internal.h. 9 anos atrás
  David Benjamin 2ee94aabf5 Rename ssl_locl.h to internal.h 9 anos atrás
  David Benjamin 883e49fdd8 Remove dead code in do_dtls1_write and document another bug. 9 anos atrás
  David Benjamin 4417d055e2 Remove buffered_app_data as well. 9 anos atrás
  David Benjamin 0afbcc05e6 Remove buffering out records from the next epoch. 9 anos atrás
  David Benjamin d81e73dcbb Factor out sequence number updates. 9 anos atrás
  David Benjamin a58c57822e Simplify the pointer management around do_ssl3_write. 9 anos atrás
  Adam Langley 5edc4e2a9b Correct three incorrect function names in errors. 9 anos atrás
  David Benjamin dc3da93899 Process alerts between ChangeCipherSpec and Finished. 9 anos atrás
  David Benjamin f7f0f3a74b Remove ccs_header_st. 9 anos atrás
  David Benjamin 7eaab4cd57 Only retransmit on Finished if frag_off == 0. 9 anos atrás
  David Benjamin 86058a256b Tidy up the alert-parsing code. 9 anos atrás
  David Benjamin e0e7d0da68 Initialize the record buffers after the handshake check. 9 anos atrás
  David Benjamin ddb9f15e18 Reject all invalid records. 9 anos atrás
  David Benjamin 0ea8dda93e Remove alert_fragment and handshake_fragment. 9 anos atrás
  David Benjamin ac6900b0d3 Disallow peer-initiated renegotiations in DTLS. 9 anos atrás
  David Benjamin 5fa3eba03d Clear the error queue when dropping a bad DTLS packet. 9 anos atrás
  David Benjamin 1e52ecac4d Normalize tls1_enc return values. 9 anos atrás
  David Benjamin b8a56f112f Remove dead code from EVP_CIPHER codepaths. 9 anos atrás
  David Benjamin e95d20dcb8 Support EVP_AEAD in DTLS. 9 anos atrás
  Adam Langley 44e2709cd6 Fix DTLS memory leak. 9 anos atrás
  Adam Langley 71d8a085d0 Reformatting of several DTLS source files. 10 anos atrás
  David Benjamin 9ec6bcaebe Remove method swap in DTLS_ANY_VERSION. 10 anos atrás
  David Benjamin e99e912bea Pull SSL3_ENC_METHOD out of SSL_METHOD. 10 anos atrás
  David Benjamin 129992360a Check EVP_Cipher return values. 10 anos atrás
  David Benjamin 8c6fe45c2f Replace s->first_packet with a s->s3->have_version bit. 10 anos atrás
  David Benjamin e319a2f73a Remove SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS. 10 anos atrás
  David Benjamin 8b8c006564 Fix DTLS_ANY_VERSION and add tests. 10 anos atrás
  David Benjamin 6867f4854e Remove #if 0'd code documenting an old bug. 10 anos atrás
  David Benjamin d8138e91d0 Keep retransmit window size architecture-independent. 10 anos atrás
  David Benjamin 60e7992764 Remove DTLSv1_listen. 10 anos atrás
  Adam Langley ec48af40a7 Make SSL_MODE_AUTO_RETRY the default. 10 anos atrás
  David Benjamin a0ca1b742f DTLS1_AD_MISSING_HANDSHAKE_MESSAGE does not exist. 10 anos atrás
  David Benjamin cc23df53da Remove SSL_OP_CISCO_ANYCONNECT. 10 anos atrás
  Alex Chernyakhovsky a324603651 Remove OPENSSL_NO_TLS{,1} 10 anos atrás
  David Benjamin 59b3a728dc Fix some DTLS alerts. 10 anos atrás
  David Benjamin 13ab3e3ce1 Remove heartbeat extension. 10 anos atrás
  David Benjamin 3f6fa3db62 Remove more remnants of compression. 10 anos atrás
  Adam Langley d74d7d030c Added SSLErr call for internal error in dtls1_buffer_record 10 anos atrás
  Adam Langley 3a54f9e015 Delays the queue insertion until after the ssl3_setup_buffers() call due to use-after-free bug. 10 anos atrás
  Adam Langley d493d5289d CBC record splitting. 10 anos atrás
  Adam Langley 95c29f3cd1 Inital import. 10 anos atrás