Historique des commits

Auteur SHA1 Message Date
  Matt Caswell 19d0044448 Remove some redundant code il y a 2 ans
  Matt Caswell eddb067e2c Move some DTLS read code into the read record layer il y a 2 ans
  Tomas Mraz 38b051a1fe SSL object refactoring using SSL_CONNECTION object il y a 2 ans
  Matt Caswell fecb3aae22 Update copyright year il y a 2 ans
  Bernd Edlinger e915c3f538 Fix an assertion in the DTLS server code il y a 2 ans
  Tomas Mraz ed576acdf5 Rename all getters to use get/get0 in name il y a 3 ans
  Matt Caswell f42e68dc47 Defer Finished MAC handling until after state transition il y a 3 ans
  Matt Caswell f5afac4bda Update copyright year il y a 3 ans
  Rich Salz f6c95e46c0 Add "origin" field to EVP_CIPHER, EVP_MD il y a 3 ans
  Richard Levitte c48ffbcca1 SSL: refactor all SSLfatal() calls il y a 4 ans
  Richard Levitte 6849b73ccc Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call il y a 4 ans
  Matt Caswell eec0ad10b9 Update copyright year il y a 4 ans
  Pauli 48ff651ecc DTLS: free allocated memory on error paths il y a 4 ans
  Dr. Matthias St. Pierre 706457b7bd Reorganize local header files il y a 5 ans
  Todd Short 555cbb328e Collapse ssl3_state_st (s3) into ssl_st il y a 6 ans
  Richard Levitte 2c18d164f5 Following the license change, modify the boilerplates in ssl/ il y a 6 ans
  Matt Caswell a925e7dbf4 Don't memcpy the contents of an empty fragment il y a 6 ans
  Rich Salz cdb10bae3f Set error code on alloc failures il y a 6 ans
  Matt Caswell 2e92af5ea5 Check for alerts while waiting for a dry event il y a 6 ans
  Matt Caswell 6738bf1417 Update copyright year il y a 6 ans
  Matt Caswell 5d67110173 Don't calculate the Finished MAC twice il y a 6 ans
  Matt Caswell c285338293 More record layer conversions to use SSLfatal() il y a 7 ans
  Matt Caswell d273b60b41 Convert more functions in ssl/statem/statem_dtls.c to use SSLfatal() il y a 7 ans
  Matt Caswell a2c2e00050 Convert remaining functions in statem_clnt.c to use SSLfatal() il y a 7 ans
  Matt Caswell 67dc995eaf Move ossl_assert il y a 7 ans
  Matt Caswell 380a522f68 Replace instances of OPENSSL_assert() with soft asserts in libssl il y a 7 ans
  Matt Caswell fb34a0f4e0 Try to be more consistent about the alerts we send il y a 7 ans
  Matt Caswell aefb925647 Don't attempt to send fragments > max_send_fragment in DTLS il y a 7 ans
  Matt Caswell 1f5b44e943 Miscellaneous style tweaks based on feedback received il y a 7 ans
  Matt Caswell c7f47786a5 Move state machine knowledge out of the record layer il y a 7 ans