• Bug#1106788: unblock: ktls-utils/1.0.0-1 (3/3)

    From Ben Hutchings@21:1/5 to All on Thu May 29 22:40:01 2025
    [continued from previous message]

    + uint8_t ticket[TLSHD_QUIC_MAX_DATA_LEN];
    + uint32_t ticket_len;
    + uint32_t cipher;
    +
    + gnutls_session_t session;
    + uint8_t recv_ticket:1;
    + uint8_t completed:1;
    + uint8_t cert_req:2;
    + uint8_t is_serv:1;
    + uint32_t errcode;
    + timer_t timer;
    +
    + struct tlshd_quic_msg *send_list;
    + struct tlshd_quic_msg *send_last;
    + struct tlshd_quic_msg recv_msg;
    +};
    +
    +/* quic.c */
    +extern int tlshd_quic_conn_create(struct tlshd_quic_conn **conn_p,
    + struct tlshd_handshake_parms *parms);
    +extern void tlshd_quic_conn_destroy(struct tlshd_quic_conn *conn);
    +extern void tlshd_quic_start_handshake(struct tlshd_quic_conn *conn);
    +#endif

    #define TLS_DEFAULT_PRIORITIES (NULL)
    +#define TLS_DEFAULT_PSK_TYPE "psk"
    #define TLS_NO_PEERID (0)
    #define TLS_NO_CERT (0)
    #define TLS_NO_PRIVKEY (0)
    diff -Nru ktls-utils-0.11/src/tlshd/tlshd.man ktls-utils-1.0.0/src/tlshd/tlshd.man
    --- ktls-utils-0.11/src/tlshd/tlshd.man 2024-06-14 16:54:21.000000000 +0200
    +++ ktls-utils-1.0.0/src/tlshd/tlshd.man 2025-05-05 19:58:55.000000000 +0200
    @@ -76,10 +76,6 @@
    .B GNUTLS_FORCE_FIPS_MODE
    When set to `1', this variable forces the TLS library into FIPS mode
    if FIPS140-2 support is available.
    -.SH NOTES
    -This software is a prototype.
    -It's purpose is for demonstration and as a proof-of-concept.
    -USE THIS SOFTWARE AT YOUR OWN RISK.
    .SH SEE ALSO
    .BR tlshd.conf (5),
    .BR ssl (7)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)