<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>
<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>
<style>img {
max-width: 100%; height: auto;
}
body {
font-size: .875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px;
}
body {
font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px; font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">
<h3 style="margin-top: 20px; margin-bottom: 10px;">
Timo Aaltonen pushed to branch master at <a href="https://salsa.debian.org/freeipa-team/certmonger">FreeIPA packaging / certmonger</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/certmonger/-/commit/1b682f1069a79040ffc6f5de84c27b3160d7a53d">1b682f10</a></strong>
<div>
<span> by Fraser Tweedale </span> <i> at 2025-02-06T13:46:01-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add some missing test files to dist
SRPM misses some essential test files, causing failure during RPM
build test phase. Add the missing files.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/certmonger/-/commit/a96cf5fc20b264080f43bbc71917fa550c8de84e">a96cf5fc</a></strong>
<div>
<span> by Thorsten Scherf </span> <i> at 2025-06-02T15:00:34+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update README.md to include CEP/CES support.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/certmonger/-/commit/b1194b891eccc0937db4d4de150fee7fae8074d5">b1194b89</a></strong>
<div>
<span> by Rob Crittenden </span> <i> at 2025-09-05T08:44:22-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Use the IPA API by default for dogtag requests
This retains compatibility with the XML-based PKI API but will
default to using IPA.
The ultimate purpose is to limit the number of dogtag PKI APIs that
certmonger needs to support. The bootstrap issue, where we have to
talk directly to the CA because IPA is not fully setup yet, will
be handled at a later date.
Fixes: https://pagure.io/certmonger/issue/284
Signed-off-by: Rob Crittenden <rcritten@redhat.com>
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/certmonger/-/commit/e1637da7484a97131ce37140aca6ef2e1402f590">e1637da7</a></strong>
<div>
<span> by Rob Crittenden </span> <i> at 2025-09-05T08:44:22-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add tests for the expanded dogtag requests through IPA API
This extends the current 019-dparse tests to include IPA json output
validation.
Fixes: https://pagure.io/certmonger/issue/284
Signed-off-by: Rob Crittenden <rcritten@redhat.com>
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/certmonger/-/commit/66a523ff470469746e51a4aa0627473ba12ef549">66a523ff</a></strong>
<div>
<span> by Rob Crittenden </span> <i> at 2025-09-05T08:44:22-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Drop unused cm_submit_d parameters
I think these were probably initially added in case they might
be useful and they've just remained. We don't need them so drop
them.
Related: https://pagure.io/certmonger/issue/284
Signed-off-by: Rob Crittenden <rcritten@redhat.com>
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/certmonger/-/commit/b16536382f9ccb7cc1bafdf3e64a2ba63e279a4e">b1653638</a></strong>
<div>
<span> by Rob Crittenden </span> <i> at 2025-09-05T08:44:22-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix format-overflow warning when converting time
This removes warnings like:
note: ‘sprintf’ output between 15 and 67 bytes into a destination of size 15
by converting to an unsigned short instead of a decimal.
Signed-off-by: Rob Crittenden <rcritten@redhat.com>
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/certmonger/-/commit/712a1570a1c52cd2519cb85c08231165f203011f">712a1570</a></strong>
<div>
<span> by Rob Crittenden </span> <i> at 2025-09-05T08:44:22-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix directive argument is NULL errors (-Wformat-overflow)
Don't knowingly pass in a NULL value to an output statement.
Fixes: https://pagure.io/certmonger/issue/283
Signed-off-by: Rob Crittenden <rcritten@redhat.com>
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/certmonger/-/commit/fc590194d85be8325338a38d43c29ee2bd13fc7b">fc590194</a></strong>
<div>
<span> by Rob Crittenden </span> <i> at 2025-09-05T08:44:22-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Suppress unused arguments to the LDAP SASL interactive callback
Signed-off-by: Rob Crittenden <rcritten@redhat.com>
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/certmonger/-/commit/64e95065511dd5ee710b51633b66821209b90ac0">64e95065</a></strong>
<div>
<span> by Rob Crittenden </span> <i> at 2025-09-05T08:44:22-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Pass all=True to certprofile-find to retrieve all profiles
Otherwise certprofile-find will only return the "local" profiles
stored in IPA LDAP.
The user must both have permission to read the CA profiles and pass
all=True.
Signed-off-by: Rob Crittenden <rcritten@redhat.com>
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/certmonger/-/commit/acabe1d6628fde5592d344ee9290fad7eea0a2af">acabe1d6</a></strong>
<div>
<span> by Fraser Tweedale </span> <i> at 2025-09-05T09:04:35-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>express payload type via an enum
Introduce `enum cm_rpm_protocol` for more ergonomic and readable
expression of whether the payload is XML or JSON, and update call
sites.
Related: https://pagure.io/certmonger/issue/284
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/certmonger/-/commit/357fde9cee9eeead50b6b985f1d9792eba2db401">357fde9c</a></strong>
<div>
<span> by Rob Crittenden </span> <i> at 2025-10-01T10:19:26-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Temporarily stop testing the c (valid ca) flag due to NSS bug
Replace C,c,p with C,,p in tests/007-certsave because the valid
CA flag is not working as expected in NSS 3.115.
RHBZ https://bugzilla.redhat.com/show_bug.cgi?id=2395904
Mozilla BZ https://bugzilla.mozilla.org/show_bug.cgi?id=1990444
This is a temporary workaround while upstream works on fixing
the issue.
Related: https://pagure.io/certmonger/issue/297
Signed-off-by: Rob Crittenden <rcritten@redhat.com>
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/certmonger/-/commit/5e53a204062a78f7e5c9311bfac3d392d23d5134">5e53a204</a></strong>
<div>
<span> by Rob Crittenden </span> <i> at 2025-10-01T10:34:32-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Tag 0.79.21
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/certmonger/-/commit/adf7a9c0a4e5e39f4328ebeaf50f1c9476270c5f">adf7a9c0</a></strong>
<div>
<span> by Timo Aaltonen </span> <i> at 2025-10-30T19:05:47+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge branch 'upstream'
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/certmonger/-/commit/d025c0900a8137cba11698b02c98da79bdd6ff56">d025c090</a></strong>
<div>
<span> by Timo Aaltonen </span> <i> at 2025-10-30T19:06:11+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>version bump
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/certmonger/-/commit/00dd203d965379462cd4790044424d2a230ee9ac">00dd203d</a></strong>
<div>
<span> by Timo Aaltonen </span> <i> at 2025-11-10T13:42:59+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>watch: Updated.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/certmonger/-/commit/73da271a40c6a00d85810044c6316f05470f87b3">73da271a</a></strong>
<div>
<span> by Timo Aaltonen </span> <i> at 2025-11-10T13:43:09+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>releasing package certmonger version 0.79.21-1
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
56 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
README.md
</a>
</li>
<li class="file-stats">
<a href="#552183f11039fa0be5545439c6aed0cb7f87aaaf">
certmonger.spec
</a>
</li>
<li class="file-stats">
<a href="#87db583be5c13c1f7b3c958b10e03d67b6a2ca06">
configure.ac
</a>
</li>
<li class="file-stats">
<a href="#9c96da0e9f91d7d8937b69b524702c106258f0d1">
debian/changelog
</a>
</li>
<li class="file-stats">
<a href="#68ef9f98c01c7eecd4c605cc26048a06f3304b79">
debian/watch
</a>
</li>
<li class="file-stats">
<a href="#67e794015a01b8816bd16290e5f8538236da8245">
src/Makefile.am
</a>
</li>
<li class="file-stats">
<a href="#6f25d8e31adc735a622e8c2e6a9f2524e1e878f2">
src/dogtag.c
</a>
</li>
<li class="file-stats">
<a href="#834fb35cfc55c091b92b656f091942ba463bac68">
src/ipa.c
</a>
</li>
<li class="file-stats">
<a href="#318e39433fbc6db0462418fb2d9985e0d4bc2e95">
src/scep.c
</a>
</li>
<li class="file-stats">
<a href="#cd9721bb6e713b689f7bdf10025bb2bd93f5126d">
src/store-gen.c
</a>
</li>
<li class="file-stats">
<a href="#de7f588d2734cbde44499c7698181f3354f2094a">
src/store.h
</a>
</li>
<li class="file-stats">
<a href="#f8016221a6034b0406cbcff03053c64d60fdcfae">
src/submit-d.c
</a>
</li>
<li class="file-stats">
<a href="#8709dcf3f008acdb5c7819846a0180c12d6ee4bf">
src/submit-d.h
</a>
</li>
<li class="file-stats">
<a href="#727fc782b1a8c9018d0c89b072e64fcdd845e5dd">
<span class="new-file">
+
src/util-ipa.c
</span>
</a>
</li>
<li class="file-stats">
<a href="#0a1159df551cd0d06aabf7149e6e3a0f2e5f2d30">
<span class="new-file">
+
src/util-ipa.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#21e711568127926e865cbec6ef14676b7c010e92">
tests/007-certsave-sql/expected.out
</a>
</li>
<li class="file-stats">
<a href="#fc26de55cc2643c0cf1ba30d82924d1e965bb7d8">
tests/007-certsave/run.sh
</a>
</li>
<li class="file-stats">
<a href="#f36f420bb0a56d6242d0d60904e54578aba2f320">
<span class="new-file">
+
tests/019-dparse/bad.checkRequest.nosuch.json
</span>
</a>
</li>
<li class="file-stats">
<a href="#f0ce1d2f6fd0ce495a6db631b8d85e9c7d9a3943">
tests/019-dparse/bad.checkRequest.nosuch
→
tests/019-dparse/bad.checkRequest.nosuch.xml
</a>
</li>
<li class="file-stats">
<a href="#a1d0c520aba174e84ff346eddf4263937009592b">
tests/019-dparse/bad.displayCertFromRequest.incomplete
→
tests/019-dparse/bad.displayCertFromRequest.incomplete.xml
</a>
</li>
<li class="file-stats">
<a href="#0101e5c197310f1db954dc8a3eeb42c896891972">
<span class="new-file">
+
tests/019-dparse/bad.displayCertFromRequest.no-such-request.json
</span>
</a>
</li>
<li class="file-stats">
<a href="#2c83554f28332e72ae78921a239d835428945d38">
tests/019-dparse/bad.displayCertFromRequest.no-such-request
→
tests/019-dparse/bad.displayCertFromRequest.no-such-request.xml
</a>
</li>
<li class="file-stats">
<a href="#4bf6f4c97316b7588dcc25e7683c1a757ccfa135">
tests/019-dparse/bad.displayCertFromRequest.rejected
→
tests/019-dparse/bad.displayCertFromRequest.rejected.xml
</a>
</li>
<li class="file-stats">
<a href="#3e0464378f30cf957c88aba20f9ff09e16b71246">
tests/019-dparse/bad.profileProcess.bad-property
→
tests/019-dparse/bad.profileProcess.bad-property.xml
</a>
</li>
<li class="file-stats">
<a href="#677562a7363fe1ec58b20c4e2f5d6af61caaa363">
tests/019-dparse/bad.profileProcess.no-agent-cert
→
tests/019-dparse/bad.profileProcess.no-agent-cert.xml
</a>
</li>
<li class="file-stats">
<a href="#3be9c3aec5086a024d6b079895e7c192e0380441">
tests/019-dparse/bad.profileProcess.no-ca-cert
→
tests/019-dparse/bad.profileProcess.no-ca-cert.xml
</a>
</li>
<li class="file-stats">
<a href="#32c5bbe5c700200d20a240db63a9aba940bbdb2a">
tests/019-dparse/bad.profileProcess.no-property
→
tests/019-dparse/bad.profileProcess.no-property.xml
</a>
</li>
<li class="file-stats">
<a href="#4634d9dd89fae061ef6fe6e6524cdd61c2c41046">
tests/019-dparse/bad.profileProcess.not-pending
→
tests/019-dparse/bad.profileProcess.not-pending.xml
</a>
</li>
<li class="file-stats">
<a href="#e7ad818619e7e9ca049b74ccb7d0a3d4f0ade34e">
tests/019-dparse/bad.profileReview.no-such-request
→
tests/019-dparse/bad.profileReview.no-such-request.xml
</a>
</li>
<li class="file-stats">
<a href="#61227af9f05a018dd2006ed7845742abb38914df">
tests/019-dparse/bad.profileReview.unauthorized-cert
→
tests/019-dparse/bad.profileReview.unauthorized-cert.xml
</a>
</li>
<li class="file-stats">
<a href="#39ad4f6eefac434de0471887f0e1ecd19f4a8c6c">
tests/019-dparse/bad.profileReview.wrong-nssdb
→
tests/019-dparse/bad.profileReview.wrong-nssdb.xml
</a>
</li>
<li class="file-stats">
<a href="#46abd32a7facf8aacb8866e3dd5a89074d59f454">
<span class="new-file">
+
tests/019-dparse/bad.profileSubmit.csr.empty.json
</span>
</a>
</li>
<li class="file-stats">
<a href="#4e1283b2483b5a03da71af0655e7fe03322f78f7">
tests/019-dparse/bad.profileSubmit.csr.empty
→
tests/019-dparse/bad.profileSubmit.csr.empty.xml
</a>
</li>
<li class="file-stats">
<a href="#8c970b97b5809b30a2c570cb75f119761bd5a2af">
<span class="new-file">
+
tests/019-dparse/bad.profileSubmit.csr.invalid.json
</span>
</a>
</li>
<li class="file-stats">
<a href="#274524d9d73f727d2aaedd986852325ed7b526fa">
tests/019-dparse/bad.profileSubmit.csr.subject-mismatch
→
tests/019-dparse/bad.profileSubmit.csr.subject-mismatch.xml
</a>
</li>
<li class="file-stats">
<a href="#677889218b2f9dc67c30e8a42fec010705e63165">
tests/019-dparse/bad.profileSubmit.serial.empty
→
tests/019-dparse/bad.profileSubmit.serial.empty.xml
</a>
</li>
<li class="file-stats">
<a href="#87a92e116d2788e6fda53b4726840aa4c553d46f">
tests/019-dparse/bad.profileSubmit.serial.invalid
→
tests/019-dparse/bad.profileSubmit.serial.invalid.xml
</a>
</li>
<li class="file-stats">
<a href="#4bcd20302046be7a2fd2a40a51dbfc0c51af0dc2">
tests/019-dparse/bad.profileSubmit.serial.out-of-range
→
tests/019-dparse/bad.profileSubmit.serial.out-of-range.xml
</a>
</li>
<li class="file-stats">
<a href="#6a2d14459b356298060bb304bd9009e85196845e">
tests/019-dparse/expected.out
</a>
</li>
<li class="file-stats">
<a href="#d9c33feddd77c3770190b58594b497e8ff3cfc47">
<span class="new-file">
+
tests/019-dparse/good.checkRequest.complete.json
</span>
</a>
</li>
<li class="file-stats">
<a href="#dd8388ffd5042b36dda4611da01e4e16e2f8b8ca">
tests/019-dparse/good.checkRequest.complete
→
tests/019-dparse/good.checkRequest.complete.xml
</a>
</li>
<li class="file-stats">
<a href="#303e705d17affb7f9246c6c63c69166d2f31b0ce">
<span class="new-file">
+
tests/019-dparse/good.checkRequest.pending.json
</span>
</a>
</li>
<li class="file-stats">
<a href="#e753eebb900a1a32ce77c79cb07e879562216cd4">
tests/019-dparse/good.checkRequest.pending
→
tests/019-dparse/good.checkRequest.pending.xml
</a>
</li>
<li class="file-stats">
<a href="#edad00b31ece25838fa734b7db24a2c3f27e0d67">
tests/019-dparse/good.displayCertFromRequest-extra-line
→
tests/019-dparse/good.displayCertFromRequest-extra-line.xml
</a>
</li>
<li class="file-stats">
<a href="#fa1011cd2671348a72b0a50fc1d4cf091141e1d8">
<span class="new-file">
+
tests/019-dparse/good.displayCertFromRequest.json
</span>
</a>
</li>
<li class="file-stats">
<a href="#6026601d0e92cb905cab06a58331b8b4b418c65d">
tests/019-dparse/good.displayCertFromRequest
→
tests/019-dparse/good.displayCertFromRequest.xml
</a>
</li>
<li class="file-stats">
<a href="#1dfdc62d9f80b8cb8b73ad046b55b840f2af5cb8">
<span class="new-file">
+
tests/019-dparse/good.profileList.json
</span>
</a>
</li>
<li class="file-stats">
<a href="#2e79253c840a74e3071e2e77c6a94379cb03fa19">
tests/019-dparse/good.profileList
→
tests/019-dparse/good.profileList.xml
</a>
</li>
<li class="file-stats">
<a href="#f2c70dac00218ee24d05fa1524387f74d8990b04">
tests/019-dparse/good.profileReview
→
tests/019-dparse/good.profileReview.xml
</a>
</li>
<li class="file-stats">
<a href="#21a570e6e0468a5a44a18bdee4a6fbef148f6120">
<span class="new-file">
+
tests/019-dparse/good.profileSubmit.issued.json
</span>
</a>
</li>
<li class="file-stats">
<a href="#0ab74b37b7fa94a021ed3454a6c18f3839d82531">
tests/019-dparse/good.profileSubmit.issued
→
tests/019-dparse/good.profileSubmit.issued.xml
</a>
</li>
<li class="file-stats">
<a href="#25307487e2215cec3d2c4618f3c9766fa4c0e4dd">
tests/019-dparse/good.profileSubmit.serial.in-range
→
tests/019-dparse/good.profileSubmit.serial.in-range.xml
</a>
</li>
<li class="file-stats">
<a href="#84b6a7d3e370014d1f3fec7d5bd163377fe54c7a">
tests/019-dparse/run.sh
</a>
</li>
<li class="file-stats">
<a href="#cd4a49a19da4998db914e7cb10b78953338a4273">
tests/Makefile.am
</a>
</li>
<li class="file-stats">
<a href="#5bfc9683173274a38705cdf45ef8d80e811507c2">
tests/tools/Makefile.am
</a>
</li>
<li class="file-stats">
<a href="#fe0ae29167fc31a3e24177892ee1c3f5d4697b4b">
tests/tools/dparse.c
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: .875rem;">
The diff was not included because it is too large.
</h5>
</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #626168;">
—
<br>
<a href="https://salsa.debian.org/freeipa-team/certmonger/-/compare/a7a9232727fff6c3fd68a957229df0e01713de7a...73da271a40c6a00d85810044c6316f05470f87b3">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://salsa.debian.org">salsa.debian.org</a>. <a href="https://salsa.debian.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://salsa.debian.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>
<span style="color: transparent; font-size: 0; display: none; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0;">
Notification message regarding https://salsa.debian.org/freeipa-team/certmonger/-/compare/a7a9232727fff6c3fd68a957229df0e01713de7a...73da271a40c6a00d85810044c6316f05470f87b3 at 1762775031
</span>
</p>
</div>
</body>
</html>