Commit Graph

  • 9b50708741 Fix to expose API to access "store" error code and error depth for cert failure callback (from set_verify). Useful for C# wrapper or clients that cannot directly dereference X509_STORE. Fixes for building with WOLFSSL_EXTRA and WOLFSSL_NO_CA_NAMES (and added new tests). Added example in CSharp TLS client for overriding a begin date error (useful if date is not set). David Garske 2025-06-19 11:52:48 -07:00
  • 7610b4e2f5 Merge pull request #8893 from SparkiDev/asm_omit_frame_pointer David Garske 2025-06-19 10:48:23 -07:00
  • 96a3591f98 Merge pull request #8896 from holtrop/fix-asn-memory-leak David Garske 2025-06-19 06:18:41 -07:00
  • 8f0106a7fe Merge pull request #8888 from julek-wolfssl/bind-v9.18.33 David Garske 2025-06-19 06:08:13 -07:00
  • 64bc41a3c3 Merge pull request #8901 from SparkiDev/ecc_config_fixex_1 David Garske 2025-06-19 06:02:33 -07:00
  • f7fb68dedc Merge pull request #8884 from dgarske/enablecerts Sean Parkinson 2025-06-19 15:50:59 +10:00
  • 7289687b44 ECC configuration fixes Sean Parkinson 2025-06-19 13:37:43 +10:00
  • 62721f4d51 PPC32 SHA-256 ASM: small code implementation Sean Parkinson 2025-06-19 10:51:12 +10:00
  • 16aab18ae9 Entropy: fix proportion health test Sean Parkinson 2025-06-19 08:22:37 +10:00
  • cdd02f9665 Add check for reseed in ssl.c for HAVE_SELFTEST, similar to old FIPS bundles that do not have older random.c files Chris Conlon 2025-06-18 16:57:02 -06:00
  • 9c35c0de65 Add HAVE_GETPID to options.h if getpid detected, needed for apps to correctly detect size of WC_RNG struct Chris Conlon 2025-06-18 16:08:34 -06:00
  • 7dfb782c9e Fix memory leak in ParseCRL_Extensions Josh Holtrop 2025-06-18 13:02:32 -04:00
  • 74de689941 Merge pull request #8875 from kareem-wolfssl/zd20035 David Garske 2025-06-18 08:59:09 -07:00
  • 27176a5eeb Merge pull request #8870 from kareem-wolfssl/zd20030 David Garske 2025-06-18 08:55:07 -07:00
  • e5a9c7039c Merge pull request #8889 from holtrop/remove-dtls-from-echo-examples David Garske 2025-06-18 08:52:47 -07:00
  • 9528aaf238 Support WOLFSSL_TRACK_MEMORY with SINGLE_THREADED. David Garske 2025-06-18 08:37:27 -07:00
  • cdbc4cb3b3 Fix to make sure certs/asn are enabled for PQ algorithms David Garske 2025-06-16 21:26:29 +01:00
  • c39f1fe721 PPC 32 ASM: SHA-256 Sean Parkinson 2025-06-18 18:57:17 +10:00
  • dc70cfa3b3 ARM32/Thumb2/RISC-V 64 ASM: omit frame pointer Sean Parkinson 2025-06-18 10:20:39 +10:00
  • 6f78c26bff Merge pull request #8820 from SparkiDev/entropy_cont_tests_fix Kaleb Himes 2025-06-17 17:56:00 -06:00
  • c724c6560d Entropy - fix off by ones in continuous testing Sean Parkinson 2025-05-30 08:47:18 +10:00
  • feaae9fc58 Fix configure help to use --enable-debug instead of --enable-verbose Josh Holtrop 2025-06-17 14:37:50 -04:00
  • 0b6c53c8b0 Remove DTLS from echoserver/echoclient examples Josh Holtrop 2025-06-17 14:35:37 -04:00
  • 7d77446964 Merge pull request #8882 from rizlik/dtls13_always_transmit_explicit_ack David Garske 2025-06-17 11:35:07 -07:00
  • d39295166f Merge pull request #8885 from embhorn/zd20088 Daniel Pouzzner 2025-06-17 13:33:39 -05:00
  • 6b68797b4f Merge pull request #8883 from JacobBarthelmeh/rng David Garske 2025-06-17 11:33:16 -07:00
  • 7e864c177d Merge pull request #8886 from douzzer/20250617-prime_test-uninited-wc_FreeRng David Garske 2025-06-17 11:31:53 -07:00
  • fe5ae0cbdf Restore 128-byte SRP test using safe prime N for the case where 192 bytes is too large for the fast/SP math config. Kareem 2025-06-12 14:57:47 -07:00
  • a035b045a4 Only run SRP tests with at least 3072 bits. Kareem 2025-06-12 13:06:15 -07:00
  • 7e4ec84124 Add macros for legacy get_digit functions for FIPS/selftest. Kareem 2025-06-12 15:07:31 -07:00
  • 9c9465aa23 Also account for selftest for mp_get_digit refactor. Kareem 2025-06-12 12:52:35 -07:00
  • 05aa4f5f08 Make mp_get_digit refactor FIPS friendly. Kareem 2025-06-12 12:27:10 -07:00
  • 2366718d5a Add args->input free in FreeSskeArgs. Kareem 2025-06-11 16:36:53 -07:00
  • 304019d28d Fix inclusion guard around wc_RsaSSL_Verify. Kareem 2025-06-11 16:18:22 -07:00
  • e8c110d2ac Rename get_digit* to mp_get_digit* to avoid conflicts with other functions named get_digit. Kareem 2025-06-11 16:17:23 -07:00
  • 6633b52e28 Don't try to build wc_RsaSSL_Sign in asn.c MakeSignature if RSA public or verify only is enabled. Kareem 2025-06-11 16:16:49 -07:00
  • 83954100d6 Merge pull request #8812 from kosmax871/tropic01-dev David Garske 2025-06-17 10:03:18 -07:00
  • 9defad0b24 Check for STDC_NO_ATOMICS Eric Blankenhorn 2025-06-16 16:10:00 -05:00
  • 9c54032159 Add bind v9.18.33 testing Juliusz Sosinowicz 2025-06-17 18:10:46 +02:00
  • 5e6c1ba05f Merge pull request #8879 from julek-wolfssl/openssh-10.0p2 David Garske 2025-06-17 09:36:45 -07:00
  • d28045daa8 wolfcrypt/test/test.c: fix prime_test() uninitialized data access by wc_FreeRng(). Daniel Pouzzner 2025-06-17 09:31:19 -05:00
  • 3e5e470005 Merge pull request #8876 from philljj/small_drbg_cleanup Daniel Pouzzner 2025-06-16 16:33:57 -05:00
  • 037ccbaa05 Update TROPIC01 integration guide and header file for key slot definitions and datasheet link Maxim Kostin 2025-06-16 21:12:19 +02:00
  • 842e2366e3 Merge pull request #8881 from douzzer/20250615-heapmath-FREE_MP_INT_SIZE David Garske 2025-06-16 11:46:12 -07:00
  • 5151a2297a Merge pull request #8880 from holtrop/fix-printing-cert-with-empty-issuer-name David Garske 2025-06-16 11:37:02 -07:00
  • cafb1f5fd7 Merge branch 'tropic01-dev' of github.com:kosmax871/wolfssl into tropic01-dev Maxim Kostin 2025-06-16 20:32:30 +02:00
  • f865e0de97 improve ED25519 key handling in CryptoCb function Maxim Kostin 2025-06-11 21:09:22 +02:00
  • 60f442b04e Fix formatting inconsistencies in README.md Maxim Kostin 2025-06-09 17:12:46 +02:00
  • bab7677273 Added AES IV retrieval from TROPIC01 and use of new R-Memory slot definitions Maxim Kostin 2025-06-09 16:06:56 +02:00
  • 3b198babe3 Add Tropic01_Deinit call in wolfCrypt_Cleanup for proper resource management Maxim Kostin 2025-06-06 19:46:27 +02:00
  • 172728bf7f Refactor Tropic01 interface: clean up code formatting and improve function declarations Maxim Kostin 2025-06-02 20:12:41 +02:00
  • 5696582add Update README.md kosmax871 2025-05-29 12:43:52 +02:00
  • 375af753aa Changes for the PR https://github.com/wolfSSL/wolfssl/pull/8812 Maxim Kostin 2025-05-30 11:21:28 +02:00
  • 2f210b3907 Refactor TROPIC01 integration: update README, enhance pairing key handling, and improve error messages Maxim Kostin 2025-05-29 12:25:12 +02:00
  • 296bfd258c README.md added Maxim Kostin 2025-05-28 19:01:12 +02:00
  • 0eecfbfb35 ed25519 fixes Maxim Kostin 2025-05-27 21:28:59 +02:00
  • cd76615e49 added support of ED25519 Maxim Kostin 2025-05-26 21:58:06 +02:00
  • 7c1980fe01 some fixes and updates kosmax871 2025-05-25 20:43:56 +02:00
  • b13fdaa05e Draft of readme.md kosmax871 2025-05-22 14:40:11 +02:00
  • 5664507e65 Support for static libraries kosmax871 2025-05-22 14:22:40 +02:00
  • 385be1c08a added support for Tropic01 crypto callbacks Maxim Kostin 2025-05-19 21:41:49 +02:00
  • 3da72fb9b6 Merge branch 'wolfSSL:master' into tropic01-dev kosmax871 2025-06-16 19:30:32 +02:00
  • 9a576d9e2e Fix CI failures Juliusz Sosinowicz 2025-06-16 19:07:58 +02:00
  • e82c099bec fix indentation Marco Oliverio 2025-06-16 18:42:17 +02:00
  • 72db5e5108 Remove NO_FILESYSTEM for CI Juliusz Sosinowicz 2025-06-16 18:06:19 +02:00
  • aca6da66f6 Set default seedCb when not FIPS Juliusz Sosinowicz 2025-06-16 17:39:22 +02:00
  • 3bd9b2e0bc Add generation instructions for empty issuer cert and change expiry to 100 years Josh Holtrop 2025-06-16 11:39:01 -04:00
  • ce61f0d517 account for Intel RDRAND build without HAVE_HASHDRBG JacobBarthelmeh 2025-06-16 09:04:50 -06:00
  • b1b49c9ffb dtls13: always send ACKs on detected retransmission Marco Oliverio 2025-06-16 09:19:59 +02:00
  • 509491f554 dtls13: wolfSSL_is_init_finished true after last server ACK Marco Oliverio 2025-06-16 09:59:32 +02:00
  • d5ce9744a4 linuxkm/lkcapi_sha_glue.c: explicitly free hash state in wrappers. Daniel Pouzzner 2025-06-15 14:40:42 -05:00
  • 89e51025ab .wolfssl_known_macro_extras: snip out unneeded entries. Daniel Pouzzner 2025-06-15 12:46:44 -05:00
  • e852c090c0 wolfssl/wolfcrypt/integer.h: for heapmath FREE_MP_INT_SIZE(), rather than WC_DO_NOTHING(), conditionally mp_free(), for functional isomorphism with sp_int and tfm MPI lifecycles. Daniel Pouzzner 2025-06-15 07:56:25 -05:00
  • 05ff12969e Merge pull request #8864 from kojiws/improve_pkcs12_export_params David Garske 2025-06-13 14:12:37 -07:00
  • 37554a13db Updates for OpenSSH 10.0p2 Juliusz Sosinowicz 2025-06-12 13:17:17 +02:00
  • ff1baf0ae7 Apply stronger salt length for PBES2 Koji Takeda 2025-06-09 16:08:22 +09:00
  • 8bde5e6982 Fix printing empty names in certificates Josh Holtrop 2025-06-13 11:20:17 -04:00
  • e74214ded0 Merge pull request #8878 from dgarske/fix_pr8867_oscheck JacobBarthelmeh 2025-06-13 09:09:27 -06:00
  • 8181561f0f Fix for syntax error in os-check.yml added in PR #8867. David Garske 2025-06-13 07:17:37 -07:00
  • 1549425411 Merge pull request #8873 from philljj/fix_fips_enabled Daniel Pouzzner 2025-06-13 05:56:52 -05:00
  • b6b58a957b linuxkm: add missing WC_NO_ERR_TRACE. jordan 2025-06-13 01:45:47 -05:00
  • bb5291aa5e linuxkm: don't toggle fips_enabled. jordan 2025-06-13 00:45:12 -05:00
  • 41965750c8 linuxkm drbg: refactor drbg_ctx clear. jordan 2025-06-12 19:59:19 -05:00
  • 6cb0c8513d Merge pull request #8874 from JacobBarthelmeh/nginx-tests David Garske 2025-06-12 16:09:31 -07:00
  • b78f8a4ed6 fix for perl module version used with nginx test JacobBarthelmeh 2025-06-12 15:55:56 -06:00
  • c5e63b84ca Merge pull request #8840 from douzzer/20250605-linuxkm-DRBG-multithread-round-1 David Garske 2025-06-12 13:17:54 -07:00
  • 2fc1110a13 Merge pull request #8587 from lealem47/gh8574 David Garske 2025-06-12 12:09:52 -07:00
  • 701e3ba64e Merge pull request #8808 from rlm2002/coverity David Garske 2025-06-12 12:03:14 -07:00
  • bfdce3a345 Merge pull request #8832 from SparkiDev/aarch64_xfence David Garske 2025-06-12 11:53:55 -07:00
  • 6571f42cb9 Merge pull request #8867 from JacobBarthelmeh/rng David Garske 2025-06-11 14:31:53 -07:00
  • abdcf4dbc5 improve ED25519 key handling in CryptoCb function Maxim Kostin 2025-06-11 21:09:22 +02:00
  • 394a25b376 Merge branch 'wolfSSL:master' into tropic01-dev kosmax871 2025-06-11 21:07:15 +02:00
  • 8ee1f8f287 add macro guard on test case JacobBarthelmeh 2025-06-11 10:43:47 -06:00
  • 675ff71b0b Merge pull request #8863 from rlm2002/AppleNativeCert JacobBarthelmeh 2025-06-11 09:38:08 -06:00
  • 1c85a76ddd Dilithium/ML-DSA: Fixes for casting down and uninit Sean Parkinson 2025-06-11 11:14:49 +10:00
  • d66863d0ac Aarch64 XFENCE Sean Parkinson 2025-06-03 09:00:51 +10:00
  • ae87afa677 Merge pull request #8857 from miyazakh/tsip_fix JacobBarthelmeh 2025-06-10 16:26:34 -06:00
  • 47cf634965 add a way to restore previous pid behavior JacobBarthelmeh 2025-06-10 16:12:09 -06:00
  • 4207affc72 adding additional RAND test cases JacobBarthelmeh 2025-06-10 15:56:39 -06:00
  • d0134f2212 coverity: address reuse after free, add NULL checks Ruby Martin 2025-05-27 16:25:41 -06:00