[gnutls-devel] GnuTLS | state: add function to get the current hash algorithm (!1217)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Thu Mar 19 16:32:54 CET 2020



Merge request https://gitlab.com/gnutls/gnutls/-/merge_requests/1217 was reviewed by Tim Rühsen

--
  
Tim Rühsen started a new discussion on lib/includes/gnutls/gnutls.h.in: https://gitlab.com/gnutls/gnutls/-/merge_requests/1217#note_307967847

>  gnutls_kx_algorithm_t gnutls_kx_get(gnutls_session_t session);
>  gnutls_mac_algorithm_t gnutls_mac_get(gnutls_session_t session);
> +gnutls_digest_algorithm_t gnutls_prf_hash_get(gnutls_session_t session);

Does it make sense to start using 'const' for the param ? It hasn't been done much so far, but in the long term we should use it where possible.


-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1217
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/20200319/5e6829dd/attachment.html>


More information about the Gnutls-devel mailing list