Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] tls: apply the local filter on proposed signature schemes #1932

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

tls: apply the local filter on proposed signature schemes

853a947
Select commit
Failed to load commit list.
Open

[WIP] tls: apply the local filter on proposed signature schemes #1932

tls: apply the local filter on proposed signature schemes
853a947
Select commit
Failed to load commit list.
Cirrus CI / FreeBSD 13.0 failed Oct 3, 2023 in 1m 30s

Task Summary

Instruction main failed in 00:22

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:14 clone
✅ 00:57 install
❌ 00:22 main

config.status: creating src/pki/man/pki---pub.1
config.status: creating src/pki/man/pki---req.1
config.status: creating src/pki/man/pki---scep.1
config.status: creating src/pki/man/pki---scepca.1
config.status: creating src/pki/man/pki---self.1
config.status: creating src/pki/man/pki---signcrl.1
config.status: creating src/pki/man/pki---verify.1
config.status: creating src/swanctl/swanctl.8
config.status: creating src/swanctl/swanctl.conf.5.head
config.status: creating src/swanctl/swanctl.conf.5.tail
config.status: creating src/pt-tls-client/pt-tls-client.1
config.status: creating src/sw-collector/sw-collector.8
config.status: creating src/sec-updater/sec-updater.8
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

 strongSwan will be built with the following plugins
-----------------------------------------------------
libstrongswan: test-vectors unbound ldap aes des blowfish rc2 sha2 sha1 md4 md5 mgf1 random nonce x509 revocation constraints pubkey pkcs1 pkcs7 pkcs12 pgp dnskey sshkey pem openssl pkcs8 fips-prf gmp curve25519 xcbc cmac hmac kdf gcm drbg curl mysql sqlite
libcharon:     ipseckey attr attr-sql load-tester kernel-libipsec kernel-pfkey kernel-pfroute resolve socket-default farp stroke vici sql updown eap-identity eap-sim eap-sim-file eap-aka eap-aka-3gpp2 eap-md5 eap-mschapv2 eap-dynamic eap-radius eap-tls eap-ttls eap-peap xauth-generic xauth-eap xauth-pam whitelist addrblock unity counters
libtnccs:     
libtpmtss:     tpm

$ make check
--- Android.common.mk ---
GEN      Android.common.mk
--- check ---
make -s check-recursive
Making check in src
Making check in .
Making check in include
Making check in libstrongswan
  GEN      ./asn1/oid.h
  GEN      ./asn1/oid.c
  GEN      ./crypto/proposal/proposal_keywords_static.h
  YACC     settings/settings_parser.c
  GEN      ./crypto/proposal/proposal_keywords_static.c
ld-elf.so.1: /lib/libc.so.7: version FBSD_1.7 required by /usr/local/bin/bison not found
--- settings/settings_parser.c ---
*** [settings/settings_parser.c] Error code 1

make[3]: stopped in /tmp/cirrus-ci-build/src/libstrongswan
1 error

make[3]: stopped in /tmp/cirrus-ci-build/src/libstrongswan
--- check-recursive ---

make[2]: stopped in /tmp/cirrus-ci-build/src
--- check-recursive ---

make[1]: stopped in /tmp/cirrus-ci-build

make: stopped in /tmp/cirrus-ci-build

Exit status: 2