Skip to content
  • Chris Mc's avatar
    Make LibreSSL support official (tested against 3.3.0 along with CMake install) (#113) · 15952793
    Chris Mc authored
    outline to add libressl testing
    
    add missing arg
    
    fix bad copy paste
    
    adding cmake option for openssl versus libressl
    
    explicit directory
    
    set cmake dirs
    
    used seperate build folder + make directly
    
    trying autotools
    
    download cmake module
    
    typo
    
    link against correct ssl target
    
    force openssl 1.0 API when using libressl
    
    add missing macro
    
    make sure to configure ssl error tests based on ssl lib/version
    
    fix compare on min ssl version
    
    fix compare
    
    adding CMake install support to SSL optional
    
    Make sure to copy fin package module
    
    fix fake install path
    
    Update cmake.yml
    
    Update cmake.yml
    
    Update tests/cmake/libressl-is-used.cpp
    
    jwt header now configures itself for libressl (no externly dep on cmake)
    
    this is acompnaied by a docker image to test libressl with
    
    writing sheild.io json to seperate branch
    
    fix bad syntax
    
    make missing dirs
    
    make sure to not overwrite files
    
    add tables to advertise support
    
    only update on push to master
    15952793