[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 14:37:50 CET 2020
Nikos Mavrogiannopoulos commented on a discussion on .gitlab-ci.yml: https://gitlab.com/gnutls/gnutls/merge_requests/984#note_275952977
> <<: *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
I'd like to release it the first days of February. I'd leave a week between the last big merge and the release to give us some time with oss-fuzz
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/984#note_275952977
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/7ca66b35/attachment-0001.html>
More information about the Gnutls-devel
mailing list