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

Native CA store #29

Merged
merged 8 commits into from
Aug 5, 2024
Merged

Native CA store #29

merged 8 commits into from
Aug 5, 2024

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    993f226 View commit details
    Browse the repository at this point in the history
  2. GH-28: Refactored /CACERT parameter. Added /CASTORE parameter

    * `/CACERT` parameter has new arguments `builtin|none|<file>`. For backward compatibility `/CACERT ""` is equivalent to `/CACERT none`
    * Added `/CASTORE true|false`. True by default
    * By default, Windows' native CA store is used for validation in addition to the built-in `cacert.pem`
    * By default `CURLSSLOPT_NO_PARTIALCHAIN` is set to invalidate incomplete chains
    negrutiu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    5cfb350 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9052213 View commit details
    Browse the repository at this point in the history
  4. GH-28: Collect and export openssl x509 certificate validation errors

    * SSL callback function is always set (regardless whether `/CERT` has been used)
    * `@ErrorType@` query keyword may return `x509`, in which case `@ErrorCode@` returns an X509_V_xxx error code
    * Added "Expired certificate", "Wrong host", "Untrusted Root" tests
    negrutiu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    7e3d3fb View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    467b272 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbead20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b48a788 View commit details
    Browse the repository at this point in the history
  4. Minor test improvement

    negrutiu committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    93e512f View commit details
    Browse the repository at this point in the history