1. 11 Jan, 2024 - 2 commits
  2. 10 Jan, 2024 - 4 commits
  3. 09 Jan, 2024 - 1 commit
  4. 08 Jan, 2024 - 2 commits
  5. 04 Jan, 2024 - 3 commits
  6. 03 Jan, 2024 - 1 commit
  7. 02 Jan, 2024 - 1 commit
    • Andrea Gianarda's avatar
      [liblinphone] · 4dd99109
      Andrea Gianarda authored
              Do not attempt to update contact address if the call session doesn't have an op associated to
      
          [Belle SIP]
              Skip CRLF at the start of a NOTIFY body
      
              https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html
      
              "The requirement that the encapsulation boundary begins with a CRLF
              implies that the body of a multipart entity must itself begin with a
              CRLF before the first encapsulation line -- that is, if the "preamble"
              area is not used, the entity headers must be followed by TWO CRLFs. This
              is indeed how such entities should be composed. A tolerant mail reading
              program, however, may interpret a body of type multipart that begins
              with an encapsulation line NOT initiated by a CRLF as also being an
              encapsulation boundary, but a compliant mail sending program must not
              generate such entities."
      4dd99109
  8. 29 Dec, 2023 - 1 commit
  9. 26 Dec, 2023 - 1 commit
  10. 22 Dec, 2023 - 1 commit
  11. 21 Dec, 2023 - 2 commits
  12. 20 Dec, 2023 - 3 commits
  13. 18 Dec, 2023 - 2 commits
  14. 16 Dec, 2023 - 1 commit
    • Andrea Gianarda's avatar
      bctbx: · d29c5263
      Andrea Gianarda authored and Sylvain Berfini's avatar Sylvain Berfini committed
      - Replace cmake fatal command by message of type FATAL_ERROR
      - Avoid implicit cast from size_t to uint8_t in SHA and HMAC-SHA wrappers
      d29c5263
  15. 15 Dec, 2023 - 5 commits
  16. 14 Dec, 2023 - 2 commits
    • ClémenceHim's avatar
      Remote address adaptation · dd5d8d19
      ClémenceHim authored
      dd5d8d19
    • Andrea Gianarda's avatar
      Verify that LIME encrypted messages are compressed. · c70bb1af
      Andrea Gianarda authored
      Method uncompress_body_if_required removes that Content-Encoding message
      header therefore liblinphone ha sno means of knowing whether the body
      was compresses or not.
      Now belle-sip adds a custom header "X-BelleSip-Removed-Content-Encoding"
      to pass the encoding to liblinphone allowing to verify that both sender
      and receiver have it set
      c70bb1af
  17. 13 Dec, 2023 - 3 commits
  18. 12 Dec, 2023 - 3 commits
  19. 11 Dec, 2023 - 2 commits
    • Sylvain Berfini's avatar
      Updated liblinphone to fix FileTransferContent not containaing downloaded file... · efb31422
      Sylvain Berfini authored
      Updated liblinphone to fix FileTransferContent not containaing downloaded file name in state changed callback
      efb31422
    • Frederik Wedel-Heinen's avatar
      Adds support for bctbx openssl implementation · 3f1dc118
      Frederik Wedel-Heinen authored
      Adds ENABLE_OPENSSL as a dependent option
      
      Enable openssl and disable mbedtls for testing.
      
      Make openssl cmake config files discoverable when setting set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)
      
      Update openldap
      
      Make directory openssl include path during cmake configuration
      
      Refactor openssl windows configuration parameters
      
      Enforce Openssl and Mbedtls not enabled together
      Add CI build with openssl on debian12 (others builds back to mbedtls)
      
      cmake version restored to 3.22 so other builds can go on in the CI
      Warning: build on debian 12 passes because there is a cmake version > 3.24.
      If the build is targeted to other platform, we may need to enforce back this requirement
      
      Run bctoolbox tests on openssl build in CI
      
      Improve linphonesdk_strict_dependent_option CMake macro to allow the use of the NOT keyword in the strict condition (as is possible with the cmake_dependent_option macro).
      
      Update openssl version to 3.0.12
      
      Fix typo for gitlab setup for openssl build...
      Unverified
      3f1dc118