[gnutls-devel] GnuTLS | algorithms: implement X448 key exchange and Ed448 signature scheme (!984)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Thu Jan 23 10:53:53 CET 2020
Dmitry Baryshkov commented on a discussion on .gitlab-ci.yml: https://gitlab.com/gnutls/gnutls/merge_requests/984#note_275806633
> <<: *Debian_cross_template
> +
> +nettle-master.Fedora:
> + stage: stage1-testing
> + image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
> + script:
> + - git clone --depth 1 --branch master https://gitlab.com/gnutls/nettle.git nettle-git
> + - export NETTLE_DIR=${PWD}/nettle
> + - pushd nettle-git
> + - ./.bootstrap
> + - ./configure --disable-documentation --prefix=$NETTLE_DIR
> + - make -j$(nproc)
> + - make -j$(nproc) install
> + - popd
> + - SUBMODULE_NOFETCH=1 ./bootstrap
> + - PKG_CONFIG_PATH=$NETTLE_DIR/lib64/pkgconfig dash ./configure --cache-file cache/config.cache --disable-gcc-warnings --disable-doc --disable-guile --disable-gost
Current nettle master does not work with GnuTLS. I'm going to submit a pull request soon. What is the timeline for 3.6.12?
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/984#note_275806633
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/20200123/b7b35d8f/attachment.html>
More information about the Gnutls-devel
mailing list