[gnutls-devel] GnuTLS | lib: drop gnutls_uint64 usage as sequence number (!1102)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Sun Oct 20 19:47:09 CEST 2019
Tim Rühsen started a new discussion on lib/dtls.c: https://gitlab.com/gnutls/gnutls/merge_requests/1102#note_232986569
> if (ret < 0)
> return;
>
> - params->write.sequence_number.i[7] = prestate->record_seq;
> + params->write.sequence_number = prestate->record_seq;
Isn't the semantics here a bit different now ? The old code effectively uses `prestate->record_seq & 0xFF`...
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1102#note_232986569
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20191020/fd5dfa83/attachment.html>
More information about the Gnutls-devel
mailing list