Skip to content

Commit f159735

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent 6017520 commit f159735

3 files changed

Lines changed: 33 additions & 12 deletions

File tree

docs/dev/configuration.html

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.5-dev4-42 - Configuration Manual</title>
5+
<title>HAProxy version 3.5-dev4-73 - Configuration Manual</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -4902,7 +4902,7 @@
49024902
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
49034903
</p>
49044904
<p class="text-right">
4905-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/08/10</b></small>
4905+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/08/12</b></small>
49064906
</p>
49074907
</div>
49084908
<!-- /.sidebar -->
@@ -4913,7 +4913,7 @@
49134913
<div class="text-center">
49144914
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
49154915
<h2>Configuration Manual</h2>
4916-
<p><strong>version 3.5-dev4-42</strong></p>
4916+
<p><strong>version 3.5-dev4-73</strong></p>
49174917
<p>
49184918
2026/08/06<br>
49194919

@@ -29769,6 +29769,9 @@ <h3 id="chapter-7.3.4" data-target="7.3.4"><small><a class="small" href="#7.3.4"
2976929769
LDAP v3.
2977029770
If you'd like to modify the format only you can specify an empty string
2977129771
and zero for the first two parameters. Example: ssl_c_i_dn(,0,rfc2253)
29772+
If the requested entry's ASN.1 value (or, when no &lt;entry&gt; is specified,
29773+
any entry in the DN) contains an embedded NUL byte followed by other
29774+
data, it is considered malformed and no data is returned.
2977229775
</pre><a class="anchor" name="ssl_c_key_alg"></a><a class="anchor" name="7-ssl_c_key_alg"></a><a class="anchor" name="7.3.4-ssl_c_key_alg"></a><a class="anchor" name="ssl_c_key_alg (Using ACLs and fetching samples)"></a><a class="anchor" name="ssl_c_key_alg (Fetching samples at Layer 5)"></a><div class="keyword"><b><a class="anchor" name="ssl_c_key_alg"></a><a href="#7.3.4-ssl_c_key_alg">ssl_c_key_alg</a></b> : string</div><pre class="text">Returns the name of the algorithm used to generate the key of the certificate
2977329776
presented by the client when the incoming connection was made over an SSL/TLS
2977429777
transport layer.
@@ -29809,6 +29812,9 @@ <h3 id="chapter-7.3.4" data-target="7.3.4"><small><a class="small" href="#7.3.4"
2980929812
different protocols. Currently supported is rfc2253 for LDAP v3. If you'd like
2981029813
to modify the format only you can specify an empty string and zero for the
2981129814
first two parameters. Example: ssl_c_r_dn(,0,rfc2253)
29815+
If the requested entry's ASN.1 value (or, when no &lt;entry&gt; is specified,
29816+
any entry in the DN) contains an embedded NUL byte followed by other
29817+
data, it is considered malformed and no data is returned.
2981229818
</pre><a class="anchor" name="ssl_c_s_dn"></a><a class="anchor" name="7-ssl_c_s_dn"></a><a class="anchor" name="7.3.4-ssl_c_s_dn"></a><a class="anchor" name="ssl_c_s_dn (Using ACLs and fetching samples)"></a><a class="anchor" name="ssl_c_s_dn (Fetching samples at Layer 5)"></a><div class="keyword"><b><a class="anchor" name="ssl_c_s_dn"></a><a href="#7.3.4-ssl_c_s_dn">ssl_c_s_dn</a></b>(<span style="color: #008">[<span style="color: #080">&lt;entry&gt;</span><span style="color: #008">[,<span style="color: #080">&lt;occ&gt;</span><span style="color: #008">[,<span style="color: #080">&lt;format&gt;</span>]</span>]</span>]</span>) : string</div><pre class="text">When the incoming connection was made over an SSL/TLS transport layer,
2981329819
returns the full distinguished name of the subject of the certificate
2981429820
presented by the client when no &lt;entry&gt; is specified, or the value of the
@@ -29822,6 +29828,9 @@ <h3 id="chapter-7.3.4" data-target="7.3.4"><small><a class="small" href="#7.3.4"
2982229828
LDAP v3.
2982329829
If you'd like to modify the format only you can specify an empty string
2982429830
and zero for the first two parameters. Example: ssl_c_s_dn(,0,rfc2253)
29831+
If the requested entry's ASN.1 value (or, when no &lt;entry&gt; is specified,
29832+
any entry in the DN) contains an embedded NUL byte followed by other
29833+
data, it is considered malformed and no data is returned.
2982529834
</pre><a class="anchor" name="ssl_c_san"></a><a class="anchor" name="7-ssl_c_san"></a><a class="anchor" name="7.3.4-ssl_c_san"></a><a class="anchor" name="ssl_c_san (Using ACLs and fetching samples)"></a><a class="anchor" name="ssl_c_san (Fetching samples at Layer 5)"></a><div class="keyword"><b><a class="anchor" name="ssl_c_san"></a><a href="#7.3.4-ssl_c_san">ssl_c_san</a></b> : string</div><pre class="text">When the incoming connection was made over an SSL/TLS transport layer, and was
2982629835
provided with a client certificate. Returns a string of comma separated
2982729836
Subject Alt Name fields contained into the provided certificate.
@@ -29876,6 +29885,9 @@ <h3 id="chapter-7.3.4" data-target="7.3.4"><small><a class="small" href="#7.3.4"
2987629885
LDAP v3.
2987729886
If you'd like to modify the format only you can specify an empty string
2987829887
and zero for the first two parameters. Example: ssl_f_i_dn(,0,rfc2253)
29888+
If the requested entry's ASN.1 value (or, when no &lt;entry&gt; is specified,
29889+
any entry in the DN) contains an embedded NUL byte followed by other
29890+
data, it is considered malformed and no data is returned.
2987929891
</pre><a class="anchor" name="ssl_f_key_alg"></a><a class="anchor" name="7-ssl_f_key_alg"></a><a class="anchor" name="7.3.4-ssl_f_key_alg"></a><a class="anchor" name="ssl_f_key_alg (Using ACLs and fetching samples)"></a><a class="anchor" name="ssl_f_key_alg (Fetching samples at Layer 5)"></a><div class="keyword"><b><a class="anchor" name="ssl_f_key_alg"></a><a href="#7.3.4-ssl_f_key_alg">ssl_f_key_alg</a></b> : string</div><pre class="text">Returns the name of the algorithm used to generate the key of the certificate
2988029892
presented by the frontend when the incoming connection was made over an
2988129893
SSL/TLS transport layer.
@@ -29898,6 +29910,9 @@ <h3 id="chapter-7.3.4" data-target="7.3.4"><small><a class="small" href="#7.3.4"
2989829910
LDAP v3.
2989929911
If you'd like to modify the format only you can specify an empty string
2990029912
and zero for the first two parameters. Example: ssl_f_s_dn(,0,rfc2253)
29913+
If the requested entry's ASN.1 value (or, when no &lt;entry&gt; is specified,
29914+
any entry in the DN) contains an embedded NUL byte followed by other
29915+
data, it is considered malformed and no data is returned.
2990129916
</pre><a class="anchor" name="ssl_f_serial"></a><a class="anchor" name="7-ssl_f_serial"></a><a class="anchor" name="7.3.4-ssl_f_serial"></a><a class="anchor" name="ssl_f_serial (Using ACLs and fetching samples)"></a><a class="anchor" name="ssl_f_serial (Fetching samples at Layer 5)"></a><div class="keyword"><b><a class="anchor" name="ssl_f_serial"></a><a href="#7.3.4-ssl_f_serial">ssl_f_serial</a></b> : binary</div><pre class="text">Returns the serial of the certificate presented by the frontend when the
2990229917
incoming connection was made over an SSL/TLS transport layer. When used for
2990329918
an ACL, the value(s) to match against can be passed in hexadecimal form.
@@ -30245,6 +30260,9 @@ <h3 id="chapter-7.3.4" data-target="7.3.4"><small><a class="small" href="#7.3.4"
3024530260
LDAP v3.
3024630261
If you'd like to modify the format only you can specify an empty string
3024730262
and zero for the first two parameters. Example: ssl_s_i_dn(,0,rfc2253)
30263+
If the requested entry's ASN.1 value (or, when no &lt;entry&gt; is specified,
30264+
any entry in the DN) contains an embedded NUL byte followed by other
30265+
data, it is considered malformed and no data is returned.
3024830266
</pre><a class="anchor" name="ssl_s_key_alg"></a><a class="anchor" name="7-ssl_s_key_alg"></a><a class="anchor" name="7.3.4-ssl_s_key_alg"></a><a class="anchor" name="ssl_s_key_alg (Using ACLs and fetching samples)"></a><a class="anchor" name="ssl_s_key_alg (Fetching samples at Layer 5)"></a><div class="keyword"><b><a class="anchor" name="ssl_s_key_alg"></a><a href="#7.3.4-ssl_s_key_alg">ssl_s_key_alg</a></b> : string</div><pre class="text">Returns the name of the algorithm used to generate the key of the certificate
3024930267
presented by the server when the outgoing connection was made over an
3025030268
SSL/TLS transport layer.
@@ -30267,6 +30285,9 @@ <h3 id="chapter-7.3.4" data-target="7.3.4"><small><a class="small" href="#7.3.4"
3026730285
LDAP v3.
3026830286
If you'd like to modify the format only you can specify an empty string
3026930287
and zero for the first two parameters. Example: ssl_s_s_dn(,0,rfc2253)
30288+
If the requested entry's ASN.1 value (or, when no &lt;entry&gt; is specified,
30289+
any entry in the DN) contains an embedded NUL byte followed by other
30290+
data, it is considered malformed and no data is returned.
3027030291
</pre><a class="anchor" name="ssl_s_serial"></a><a class="anchor" name="7-ssl_s_serial"></a><a class="anchor" name="7.3.4-ssl_s_serial"></a><a class="anchor" name="ssl_s_serial (Using ACLs and fetching samples)"></a><a class="anchor" name="ssl_s_serial (Fetching samples at Layer 5)"></a><div class="keyword"><b><a class="anchor" name="ssl_s_serial"></a><a href="#7.3.4-ssl_s_serial">ssl_s_serial</a></b> : binary</div><pre class="text">Returns the serial of the certificate presented by the server when the
3027130292
outgoing connection was made over an SSL/TLS transport layer. When used for
3027230293
an ACL, the value(s) to match against can be passed in hexadecimal form.
@@ -35713,7 +35734,7 @@ <h2 id="chapter-12.9" data-target="12.9"><small><a class="small" href="#12.9">12
3571335734
<br>
3571435735
<hr>
3571535736
<div class="text-right">
35716-
HAProxy 3.5-dev4-42 &ndash; Configuration Manual<br>
35737+
HAProxy 3.5-dev4-73 &ndash; Configuration Manual<br>
3571735738
<small>, 2026/08/06</small>
3571835739
</div>
3571935740
</div>

docs/dev/intro.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.5-dev4-42 - Starter Guide</title>
5+
<title>HAProxy version 3.5-dev4-73 - Starter Guide</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -484,7 +484,7 @@
484484
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
485485
</p>
486486
<p class="text-right">
487-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/08/10</b></small>
487+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/08/12</b></small>
488488
</p>
489489
</div>
490490
<!-- /.sidebar -->
@@ -495,7 +495,7 @@
495495
<div class="text-center">
496496
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
497497
<h2>Starter Guide</h2>
498-
<p><strong>version 3.5-dev4-42</strong></p>
498+
<p><strong>version 3.5-dev4-73</strong></p>
499499
<p>
500500
<br>
501501

@@ -2510,7 +2510,7 @@ <h2 id="chapter-4.4" data-target="4.4"><small><a class="small" href="#4.4">4.4.<
25102510
<br>
25112511
<hr>
25122512
<div class="text-right">
2513-
HAProxy 3.5-dev4-42 &ndash; Starter Guide<br>
2513+
HAProxy 3.5-dev4-73 &ndash; Starter Guide<br>
25142514
<small>, </small>
25152515
</div>
25162516
</div>

docs/dev/management.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.5-dev4-42 - Management Guide</title>
5+
<title>HAProxy version 3.5-dev4-73 - Management Guide</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -698,7 +698,7 @@
698698
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
699699
</p>
700700
<p class="text-right">
701-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/08/10</b></small>
701+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/08/12</b></small>
702702
</p>
703703
</div>
704704
<!-- /.sidebar -->
@@ -709,7 +709,7 @@
709709
<div class="text-center">
710710
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
711711
<h2>Management Guide</h2>
712-
<p><strong>version 3.5-dev4-42</strong></p>
712+
<p><strong>version 3.5-dev4-73</strong></p>
713713
<p>
714714
<br>
715715

@@ -5954,7 +5954,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
59545954
<br>
59555955
<hr>
59565956
<div class="text-right">
5957-
HAProxy 3.5-dev4-42 &ndash; Management Guide<br>
5957+
HAProxy 3.5-dev4-73 &ndash; Management Guide<br>
59585958
<small>, </small>
59595959
</div>
59605960
</div>

0 commit comments

Comments
 (0)