User Tools

Site Tools


cookbooks:devel:pseudovariables

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
cookbooks:devel:pseudovariables [2020/04/02 21:47]
miconda [$xavp(id) - XAVPs]
cookbooks:devel:pseudovariables [2020/04/06 02:24]
armenb [$tls_peer_server_name]
Line 768: Line 768:
  
 # add new item (person => [(lastname = "Doe")]) # add new item (person => [(lastname = "Doe")])
-$xavp(person=>name)="Doe";+$xavp(person=>lastname)="Doe";
  
 # add another named value to the last example item # add another named value to the last example item
Line 1909: Line 1909:
 ==== $tls_peer_server_name ==== ==== $tls_peer_server_name ====
 The SNI server name of the peer The SNI server name of the peer
 +
 +==== $tls_peer_raw_cert ====
 +The raw PEM-encoded client certificate. String type.
 +
 +==== $tls_my_raw_cert ====
 +The raw PEM-encoded client certificate. String type.
 +
 +==== $tls_peer_urlencoded_cert ====
 +The PEM-encoded client certificate, urlencoded. String type.
 +
 +==== $tls_my_urlencoded_cert ====
 +The PEM-encoded client certificate, urlencoded. String type.
 ===== SIP Message Attributes ===== ===== SIP Message Attributes =====
  
cookbooks/devel/pseudovariables.txt ยท Last modified: 2022/04/11 15:24 by henningw