[gnutls-devel] GnuTLS | WIP: Add support for AES CFB8 cipher (!783)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Wed Oct 24 21:09:29 CEST 2018


Dmitry Eremin-Solenikov started a new discussion on configure.ac:

>  fi
>  AM_CONDITIONAL(ENABLE_NON_SUITEB_CURVES, test "$enable_non_suiteb" = "yes")
>  
> +# Check if nettle has CFB8 support
> +save_LIBS=$LIBS
> +LIBS="$LIBS $NETTLE_LIBS"
> +AC_CHECK_FUNCS(cfb8_encrypt)
> +LIBS=$save_LIBS

Well, since cfb8 will be a part of Nettle 3.5, you can just check library version here. See 803f2e10748995c6386bb54cad4ceaca6bd1c1b3 for an example.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/783#note_111609947
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/20181024/21121b4c/attachment.html>


More information about the Gnutls-devel mailing list