Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various tweaks of build machinery and OpenSSL version support and test fixes #42

Merged
merged 40 commits into from
Feb 15, 2024

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    6355976 View commit details
    Browse the repository at this point in the history
  2. Makefile_v1,README.md: move clean_config to 'clean' target and add hi…

    …nt on openssl_backport.h not found
    DDvO committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    46e6931 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf521d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2efe9b8 View commit details
    Browse the repository at this point in the history
  5. cmpClient.c: improve error message on -extracerts_dir_format or -cace…

    …rts_dir_format argument not accepted
    DDvO committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    30e9cd0 View commit details
    Browse the repository at this point in the history
  6. cmpClient.c: support -extracerts_dir and -crl_cache_dir without separ…

    …ator '/' at dir path end
    DDvO committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    e79c07f View commit details
    Browse the repository at this point in the history
  7. CMakeLists.txt: make sure libcmp (if used) is linked before libcrypto

    This prevents crash of OSSL_CMP_CTX_get1_extraCertsIn()
    DDvO committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d79904a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    83bc104 View commit details
    Browse the repository at this point in the history
  9. CMakeLists.txt,README.md: switch default CMake build mode to Release;…

    … rearrange some text
    DDvO committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    59c40ca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8f044e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    abb6b71 View commit details
    Browse the repository at this point in the history
  2. CMakeLists.txt,Makefile_src: replace outdated add_definitions() by ad…

    …d_compile_options() etc.
    DDvO committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6d00ea2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d613bdb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e808ca9 View commit details
    Browse the repository at this point in the history
  5. README.md,Makefile_v1: update list of supported OpenSSL versions and …

    …related default version: 3.0
    DDvO committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    56ef2dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16f338a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee7d1f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    70b9872 View commit details
    Browse the repository at this point in the history
  9. Makefile_src,REAMD.md: add STATIC_LIBCMP option to allow statically l…

    …inking libcmp with libgencmp
    DDvO committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    fcac8e5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    677620e View commit details
    Browse the repository at this point in the history
  11. cmpClient.c: in do_genm() add dynamic OpenSSL version to warning that…

    … infotype is not supported
    DDvO committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    514100f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5fc608b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c041f45 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    38e2c8d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3e43287 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f8ee3f3 View commit details
    Browse the repository at this point in the history
  17. Makefile_{v1,tests}: adapt grace check and comments w.r.t test cases …

    …not supported by OpenSSL versions
    DDvO committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    aeffc5a View commit details
    Browse the repository at this point in the history
  18. Makefile_v1: make EJBCA docker TLS host name detection more flexible …

    …and add error on failure
    DDvO committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    160668b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    eeeb7db View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8d82c9d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    19d1fbe View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cd8ac22 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3a19c68 View commit details
    Browse the repository at this point in the history
  24. config/{demo.cnf,EJBCA.env},Makefile_v1: fix reference to CMP client …

    …key by manufacturer
    DDvO committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    75628ba View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2221fa7 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f901a1c View commit details
    Browse the repository at this point in the history
  27. Revert "docs: add credential format options for cmpClient"

    This reverts commit cb0cbfe.
    
    The described options are not really available with cmpClient.
    DDvO committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    3e51532 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    87b715c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. workflows/: add USE_LIBCMP=1 to test builds in order to preventi fail…

    …ure due to missing features
    DDvO committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ba83398 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. test_commands.csv: disable genm caCerts/cerReqTemplate test cases as …

    …Mock server would need Openssl 3.2/3.3
    rajeev-0 authored and DDvO committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d57fdb4 View commit details
    Browse the repository at this point in the history