/testing/guestbin/swan-prep --x509
Preparing X.509 files
west #
 certutil -D -n east -d sql:/etc/ipsec.d
west #
 ipsec start
Redirecting to: [initsystem]
west #
 /testing/pluto/bin/wait-until-pluto-started
west #
 ipsec auto --add ikev2-westnet-eastnet-x509-cr
002 added IKEv2 connection "ikev2-westnet-eastnet-x509-cr"
west #
 ipsec status | grep idtype
000 "ikev2-westnet-eastnet-x509-cr":   our idtype: ID_IPV4_ADDR; our id=192.1.2.45; their idtype: ID_FQDN; their id=@right
west #
 ipsec whack --impair suppress-retransmits
west #
 echo "initdone"
initdone
west #
 # expected to fail
west #
 ipsec auto --up ikev2-westnet-eastnet-x509-cr
1v2 "ikev2-westnet-eastnet-x509-cr" #1: initiating IKEv2 connection
1v2 "ikev2-westnet-eastnet-x509-cr" #1: sent IKE_SA_INIT request
1v2 "ikev2-westnet-eastnet-x509-cr" #1: sent IKE_AUTH request {auth=IKEv2 cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 group=MODP2048}
002 "ikev2-westnet-eastnet-x509-cr" #1: certificate verified OK: E=user-east-nosan@testing.libreswan.org,CN=east-nosan.testing.libreswan.org,OU=Test Department,O=Libreswan,L=Toronto,ST=Ontario,C=CA
003 "ikev2-westnet-eastnet-x509-cr" #1: certificate contains no subjectAltName extension to match ID_FQDN '@right'
002 "ikev2-westnet-eastnet-x509-cr" #1: Peer CERT payload SubjectAltName does not match peer ID for this connection
002 "ikev2-westnet-eastnet-x509-cr" #1: X509: connection failed due to unmatched IKE ID in certificate SAN
west #
 echo "done"
done
west #
 ../bin/check-for-core.sh
west #
 if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi
west #
 
