Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wolfSSL/wolfssl-examples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: wolfSSL/wolfssl-examples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pr-492
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 19 files changed
  • 2 contributors

Commits on Mar 14, 2025

  1. Add FreeRTOS + wolfIP + wolfMQTT TLS example

    - Implements MQTT client with TLS 1.3 using wolfMQTT and wolfSSL
    - Uses wolfIP for network stack integration
    - Runs on FreeRTOS POSIX simulation
    - Includes test scripts and documentation
    - Network configuration: 10.10.0.1 (broker), 10.10.0.10 (client)
    - Supports publish/subscribe on test/topic
    
    Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
    devin-ai-integration[bot] and danielinux committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    8dc17ed View commit details
    Browse the repository at this point in the history
  2. Add README.md for fullstack examples directory

    Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
    devin-ai-integration[bot] and danielinux committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    324f2ef View commit details
    Browse the repository at this point in the history
  3. PR #492: Add README.md and fix WOLFSSL type error

    - Add comprehensive README.md with setup instructions
    - Include wolfssl/ssl.h for WOLFSSL type definition
    
    Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
    devin-ai-integration[bot] and danielinux committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    83d3240 View commit details
    Browse the repository at this point in the history
  4. PR #492: Fix MQTT TLS certificate paths and add timing resistance

    - Move certificate paths to user_settings.h
    - Add security hardening options
    - Fix circular dependency between mqtt headers
    
    Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
    devin-ai-integration[bot] and danielinux committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    755109b View commit details
    Browse the repository at this point in the history
  5. PR #492: Fix certificate paths and add build instructions

    - Use CMake to configure certificate paths
    - Add wolfSSL and wolfMQTT build instructions
    - Add debug prints for certificate loading
    - Update documentation
    
    Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
    devin-ai-integration[bot] and danielinux committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    39aa8d9 View commit details
    Browse the repository at this point in the history
  6. PR #492: Add mosquitto TAP interface configuration

    - Add instructions for configuring mosquitto broker
    - Add TLS configuration for mosquitto
    - Document broker startup on TAP interface
    
    Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
    devin-ai-integration[bot] and danielinux committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    b818a5e View commit details
    Browse the repository at this point in the history
  7. PR #492: Fix MQTT client initialization

    - Use same buffer for rx and tx in MqttClient_Init
    - Fix invalid rx_buf and rx_buf_len parameters
    
    Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
    devin-ai-integration[bot] and danielinux committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    0003ef3 View commit details
    Browse the repository at this point in the history
  8. PR #492: Fix MQTT client network integration and buffer handling

    Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
    devin-ai-integration[bot] and danielinux committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    a5d494d View commit details
    Browse the repository at this point in the history
  9. PR #492: Fix wolfIP integration and add MQTT configuration

    Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
    devin-ai-integration[bot] and danielinux committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    0ba1e19 View commit details
    Browse the repository at this point in the history
  10. Fix build and runtime issues in FreeRTOS + wolfIP + wolfMQTT example

    Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
    devin-ai-integration[bot] and danielinux committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    8ba67e2 View commit details
    Browse the repository at this point in the history
  11. Update README.md with improved mosquitto configuration instructions

    Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
    devin-ai-integration[bot] and danielinux committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    1ceb0b3 View commit details
    Browse the repository at this point in the history
  12. Add missing wolfip_utils.c file for build

    Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
    devin-ai-integration[bot] and danielinux committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    f20793d View commit details
    Browse the repository at this point in the history
Loading