Commit History

Author SHA1 Message Date
  Marco Oliverio 11dfb713e9 openssl_compatible_default: use DTLSv1.0 as minDowngrade in DTLS 1 year ago
  Jacob Barthelmeh 8eaa85e412 update copyright year to 2022 1 year ago
  Eric Blankenhorn 8b904e9082 Fix for build with NO_TLS 1 year ago
  Eric Blankenhorn e7303d697b Fix wolfSSL_Init error handling 1 year ago
  Hayden Roche a1b7c29309 Make wolfSSL_(get|set)_options available outside compat layer. 1 year ago
  Jacob Barthelmeh f6c4e295b1 add more subject name support and expande REQ attributes creation support 2 years ago
  Daniel Pouzzner ccc5952369 global fixup to check or explicitly ignore return values from failable library/system calls that weren't already being checked; 1 year ago
  David Garske 720030b5a9 Improvements to error handling for `AddSessionToClientCache`. 1 year ago
  Kareem c8f5bd3d61 Fix storage of SendBuffered's return code in wolfSSL_Connect. Store in ret initially, only store in ssl->error if there's an error. This matches the logic in wolfSSL_accept. 1 year ago
  David Garske b2d1bf96ed Merge pull request #5276 from rizlik/dtls13_client_downgrade 1 year ago
  David Garske a7fa7875e4 Merge pull request #5244 from julek-wolfssl/wpas-dpp 1 year ago
  Marco Oliverio df7e81d187 dtls: support version negotiation 2 years ago
  Juliusz Sosinowicz 63b4c475d4 wolfSSL_set_session_secret_cb: fix for NULL input 1 year ago
  Juliusz Sosinowicz fd7bf8d04d Do resuming check as soon as we get a non-resumption msg 2 years ago
  David Garske 00391a5ace Rename callback to `wolfDTLS_SetChGoodCb` and add doxygen for it. Clarify `DTLS_CTX.connected`. Fix build errors for `./configure --enable-dtls --enable-dtls13 --disable-examples CFLAGS="-DNO_WOLFSSL_SERVER"`. 2 years ago
  Juliusz Sosinowicz afdd5648aa Address code review 2 years ago
  Juliusz Sosinowicz d72edd03b8 dtls: wolfSSL_set_dtls_fd_connected 2 years ago
  Juliusz Sosinowicz 8fb48464e3 Add callback when we parse a verified ClientHello 2 years ago
  Kareem b2e7f4a8eb Fix cast spacing. Don't cast in wolfSSL_X509_set_version, check is valid as is. 2 years ago
  Kareem e09bbb1989 Fix compilation warnings from IAR. 2 years ago
  Sean Parkinson 1ba9ea9759 Fix mismatched dynamic types 2 years ago
  Hayden Roche 10dfd8d129 Clear the leftover byte count in Aes struct when setting IV. 2 years ago
  Eric Blankenhorn 1cdc81546d Fix config with WOLFSSL_WPAS_SMALL 2 years ago
  David Garske 390908bccc Merge pull request #5236 from SparkiDev/mem_zero 2 years ago
  David Garske 128ebf54e9 Fix for loading certificate DER chain longer than 2 deep. Fix to properly trap BUFFER_E in `ProcessUserChain`. ZD14048. 2 years ago
  Sean Parkinson 1b29f7353a Check memory is zeroized 2 years ago
  David Garske fb704774a0 Merge pull request #4907 from rizlik/dtls13 2 years ago
  Marco Oliverio d1924928c0 dtls13: support retransmission 2 years ago
  Marco Oliverio 60834ba516 dtls13: new methods and version negotiation 2 years ago
  Sean Parkinson f1ce0cc95d Memory zeroization fixes 2 years ago