On 2025-10-25 Andreas Metzler <[email protected]> wrote:
[...]
> I had also tried finding a minimal example, I have now come up with:
> ametzler@argenau:.../testcase$ ls -l ; ls -l enums/
> total 8
[...]

Hello,

It can be simplified further by expanding the macro:
8X---------------------------------------------
\input texinfo   @c -*-texinfo-*-
@comment %**start of header
@setfilename gnutls.info
@settitle GnuTLS @value{42}
@finalout

@node SRTP
@subsection SRTP
@cindex SRTP
@cindex Secure RTP

The TLS protocol was extended in RFC5764 to provide keying material to the
Secure RTP (SRTP) protocol. The SRTP protocol provides an encapsulation of 
encrypted
data that is optimized for voice data. With the SRTP TLS extension two peers can
negotiate keys using TLS or DTLS and obtain keying material for use with SRTP. 
The
available SRTP profiles are listed below.

@float Figure,gnutls_srtp_profile_t
@c gnutls_srtp_profile_t
@table @code
@item GNUTLS_@-SRTP_@-AES128_@-CM_@-HMAC_@-SHA1_@-80
128 bit AES with a 80 bit HMAC-SHA1
@item GNUTLS_@-SRTP_@-AES128_@-CM_@-HMAC_@-SHA1_@-32
128 bit AES with a 32 bit HMAC-SHA1
@item GNUTLS_@-SRTP_@-NULL_@-HMAC_@-SHA1_@-80
NULL cipher with a 80 bit HMAC-SHA1
@item GNUTLS_@-SRTP_@-NULL_@-HMAC_@-SHA1_@-32
NULL cipher with a 32 bit HMAC-SHA1
@item GNUTLS_@-SRTP_@-AEAD_@-AES_@-128_@-GCM
128 bit AES with GCM
@item GNUTLS_@-SRTP_@-AEAD_@-AES_@-256_@-GCM
256 bit AES with GCM
@end table
@caption{Supported SRTP profiles}
@end float

@bye
8X---------------------------------------------

Upgrading to the latest texinfo.tex file (2025-07-11.23) does not help.
I will try to bisect for the respective texinfo.tex change.

cu Andreas

Reply via email to