Navigation Menu

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: sailfishos/telepathy-gabble
base: f154fcb6823a110ee2bf35bf1de58deeded881aa
Choose a base ref
...
head repository: sailfishos/telepathy-gabble
compare: e6a26a1fb7a2e866d77c26722d8c173f760849e7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 3, 2021

  1. [telepathy-gabble] Clear flags rather than setting them on OpenSSL >=…

    … 1.1.0. Fixes JB#53044
    
    Using OpenSSL >= 1.1.0 the X509_VERIFY_PARAM_set_flags() function
    actually ORs the flags, so the CRL check flags were never getting
    cleared. Consequently the CRL check would fail even when strict checking
    was turned off.
    
    This change clears the flags directly to avoid this.
    llewelld committed Mar 3, 2021
    Copy the full SHA
    f07906d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'jb53044' into 'master'

    Clear flags rather than setting them on OpenSSL >= 1.1.0
    
    See merge request mer-core/telepathy-gabble!7
    llewelld committed Mar 3, 2021
    Copy the full SHA
    e6a26a1 View commit details
    Browse the repository at this point in the history