Commit History

Author SHA1 Message Date
  jordan 409ed6232a Used codespell and fixed obvious typos in src and wolfssl. 1 year ago
  Jacob Barthelmeh 9dcc48c8f7 update copyright to 2023 1 year ago
  Jacob Barthelmeh 8eaa85e412 update copyright year to 2022 2 years ago
  Sean Parkinson 890abfbefc pk.c: rework 2 years ago
  David Garske 3839b0e675 Fixes for building wolfSSL along side openssl. 2 years ago
  Daniel Pouzzner b7cecbacb2 update headers to resolve clang-tidy carping (mostly bugprone-macro-parentheses and readability-named-parameter). also disables MSC C4028 because incompatible with readability-avoid-const-params-in-decls. 2 years ago
  kaleb-himes 6547bcb44c Consistency in PP checking on use of WOLFSSL_CRYPTO_EX_DATA 2 years ago
  Daniel Pouzzner 0b4f34d62a typographic cleanup: fix whitespace, remove unneeded UTF-8, convert C++ comment constructs to C. 2 years ago
  David Garske b8263f44f7 Added new EVP API for creating a private key for use with crypto callbacks. Improvements to heap hint and devId with EVP layer. 3 years ago
  Juliusz Sosinowicz 7dea1dcd39 OpenResty 1.13.6.2 and 1.19.3.1 support 3 years ago
  Hayden Roche dc7ae37f7a Make changes to support port of NTP from OpenSSL to wolfSSL. 3 years ago
  Juliusz Sosinowicz 142ff6d885 Bind 9.11.22 3 years ago
  Juliusz Sosinowicz b4fd737fb1 Bind 9.17.9 Support 3 years ago
  David Garske be6fd26f54 Fix for backwards compatibility for `i2d_PrivateKey`. 3 years ago
  David Garske fd52424dd5 Improvements to PKCS8 handling. 3 years ago
  Juliusz Sosinowicz 1b6b16c2c3 HaProxy 2.4-dev18 support 3 years ago
  Eric Blankenhorn 9eebaaf352 Fix declarations for EVP_VerifyFinal and RSA_private_encrypt 3 years ago
  Daniel Pouzzner 23d8df720e remove WOLFSSL_NETWORK_INTROSPECTION code; add wolfSSL_X509_STORE_set_ex_data_with_cleanup(); refactor WOLFSSL_WOLFSENTRY_HOOKS code in server.c to use HAVE_EX_DATA/HAVE_EX_DATA_CLEANUP_HOOKS. 3 years ago
  Hideki Miyazaki c9be50c3a0 added RSA_bits 3 years ago
  Jacob Barthelmeh c729318ddd update copyright date 3 years ago
  Juliusz Sosinowicz a0a3a2b74c Review changes 4 years ago
  Juliusz Sosinowicz 248dd12993 Enable RSA-PSS padding in EVP_Digest* API 4 years ago
  Juliusz Sosinowicz 36403c1dad Merge remote-tracking branch 'wolfSSL/master' into wpa-supplicant-openssl-compat 4 years ago
  toddouska 06c6e583c8 Merge pull request #2891 from julek-wolfssl/refactor-evp-functions 4 years ago
  Juliusz Sosinowicz 0ded4d4ccb wolfSSL_RSA_*_PKCS1_PSS rewrite 4 years ago
  Juliusz Sosinowicz 73b4d78d5b Added partial support for wpa_supplicant, hostapd, and cjose: 4 years ago
  Juliusz Sosinowicz f6b9b2e0eb Remove redundant guards 4 years ago
  Juliusz Sosinowicz 48e40fac2b OpenVPN changes 4 years ago
  Juliusz Sosinowicz b58f26945d Different configuration fixes 4 years ago
  Juliusz Sosinowicz e6547c75cd Reimplement external data as it was before: a fixed size vector. This makes external data implementation easier as it doesn't require allocation or cleanup. Only zeroing the entire structure that it is in (which happens in all structures anyway) and then calling the appropriate getter and setter functions to manipulate external data. 4 years ago