{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "BRANCH",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "EMAIL_NOTIFICATIONS",
          "value" : "jenkins-notifications@lists.osmocom.org laforge@gnumonks.org"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 0,
      "buildingDurationMillis" : 90801,
      "executingTimeMillis" : 90801,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8404,
      "waitingTimeMillis" : 8404
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 7958,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "603c1e44f9e751f6949fa43bc9ac9580235427c2",
            "branch" : [
              {
                "SHA1" : "603c1e44f9e751f6949fa43bc9ac9580235427c2",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "603c1e44f9e751f6949fa43bc9ac9580235427c2",
            "branch" : [
              {
                "SHA1" : "603c1e44f9e751f6949fa43bc9ac9580235427c2",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 4893,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "af54579bd49100c2d837044d7336d9df8377808f",
            "branch" : [
              {
                "SHA1" : "af54579bd49100c2d837044d7336d9df8377808f",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "af54579bd49100c2d837044d7336d9df8377808f",
            "branch" : [
              {
                "SHA1" : "af54579bd49100c2d837044d7336d9df8377808f",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "603c1e44f9e751f6949fa43bc9ac9580235427c2",
        "branch" : [
          {
            "SHA1" : "603c1e44f9e751f6949fa43bc9ac9580235427c2",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-pcap"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#7958",
  "duration" : 90801,
  "estimatedDuration" : 86039,
  "executor" : None,
  "fullDisplayName" : "master-osmo-pcap #7958",
  "id" : "7958",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 7958,
  "queueId" : 151623,
  "result" : "SUCCESS",
  "timestamp" : 1782293708808,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-pcap/7958/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/osmo_tls.c",
          "include/osmo-pcap/osmo_tls.h"
        ],
        "commitId" : "603c1e44f9e751f6949fa43bc9ac9580235427c2",
        "timestamp" : 1782202687000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "tls: fix broken certificate hostname verification\u000a\u000averify_cert_cb() retrieved the gnutls session pointer and passed it to\u000agnutls_certificate_verify_peers3() as the expected hostname.  But the\u000asession pointer is set to the osmo_tls_session struct (it is needed by\u000acert_callback()), not a hostname string.  Hostname matching was\u000atherefore performed against raw struct bytes, rendering verification\u000ameaningless and potentially reading out of bounds, even when\u000a\"tls verify-cert\" was enabled.\u000a\u000aStore the configured hostname in struct osmo_tls_session and have\u000averify_cert_cb() read it from there.  Also drop the stray\u000agnutls_certificate_verify_peers3() call in the client setup: it ran\u000abefore any handshake (so there were no peer certificates yet) and its\u000aresult was ignored; the real verification happens via the registered\u000acallback during the handshake.\u000a\u000aChange-Id: If64950a698bfcfbf556a37ef1be3e68abc124384\u000aAI-Assisted: yes (Claude)\u000a",
        "date" : "2026-06-23 08:18:07 +0000",
        "id" : "603c1e44f9e751f6949fa43bc9ac9580235427c2",
        "msg" : "tls: fix broken certificate hostname verification",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/osmo_tls.c"
          },
          {
            "editType" : "edit",
            "file" : "include/osmo-pcap/osmo_tls.h"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
      "fullName" : "Vadim Yanitskiy"
    }
  ],
  "runs" : [
    {
      "number" : 7958,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-pcap/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/7958/"
    }
  ]
}