Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
kip
kip
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 0
    • Merge Requests 0
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • arpa2
  • kipkip
  • Merge Requests
  • !31

Merged
Opened Dec 03, 2020 by Rick van Rein@vanreinOwner

Deprecate picohttpparser diameter tests

  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 8

This was tagged as historic-picohttpparser-tests just before removing historic test programs.

The changes are mostly based on picohttpparser.c/.h and its removal as a backbone protocol for SASL, which is insecure.

  • src/diasasl_cli.c is a dual-mode local extension for freeDiameter; it serves both Diameter and HTTP protocols. The HTTP parts will be removed after this tag, but Diameter service is upheld.
  • test/test-cyrus.c is older code and has already migrated to the apachemod project. It is a HTTP-SASL client based on Cyrus-SASL2. It will be removed after this tag.
  • test/test-diameter.c is a misnomer; it has no relation to Diameter. It is a HTTP-SASL client based on XoverSASL. It will be removed after this tag.
  • src/picohttpparser.[ch] are the wonderfully modest HTTP libraries, and they will be removed after this tag.
  • PCRE is no longer used in src/diasasl_cli.c after removal of HTTP, and nor does any other module use it; it will be removed as a dependency but kept as an include for CMake.
  • snoprintf() is no longer used but is generally useful and will be kept.
  • {src,test}/CMakeLists.txt will be updated to accommodate the changes above.
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: arpa2/kip!31
Source branch: deprecate-picohttpparser-diameter-tests