../../guestbin/swan-prep --nokeys
Initializing NSS database
east #
 /testing/x509/import.sh real/mainca/east.p12
 ipsec pk12util -w nss-pw -i real/mainca/east.p12
pk12util: PKCS12 IMPORT SUCCESSFUL
 ipsec certutil -M -n mainca -t CT,,
 ipsec certutil -O -n east
"mainca" [E=testing@libreswan.org,CN=Libreswan test CA for mainca,OU=Test Department,O=Libreswan,L=Toronto,ST=Ontario,C=CA]
  "east" [E=user-east@testing.libreswan.org,CN=east.testing.libreswan.org,OU=Test Department,O=Libreswan,L=Toronto,ST=Ontario,C=CA]
east #
 /testing/x509/import.sh real/mainca/road.end.cert
 ipsec certutil -A -n road -t P,, -i real/mainca/road.end.cert
 ipsec certutil -O -n road
"mainca" [E=testing@libreswan.org,CN=Libreswan test CA for mainca,OU=Test Department,O=Libreswan,L=Toronto,ST=Ontario,C=CA]
  "road" [E=user-road@testing.libreswan.org,CN=road.testing.libreswan.org,OU=Test Department,O=Libreswan,L=Toronto,ST=Ontario,C=CA]
east #
 ipsec start
Redirecting to: [initsystem]
east #
 ../../guestbin/wait-until-pluto-started
east #
 ipsec auto --add any-east
"any-east": added oriented IKEv1 connection
east #
 ipsec whack --impair suppress_retransmits
east #
 echo initdone
initdone
east #
 # on EAST, dump the state of the initial SAs
east #
 ipsec _kernel state
east #
 ipsec _kernel policy
east #
 # On EAST, expect to see the peer proposing EAST and WEST as the child
east #
 # selectors.  Hence it is rejected.
east #
 grep '#1: the peer proposed' /tmp/pluto.log
"any-east"[1] 192.1.2.254 #1: the peer proposed: 192.1.2.23/32===192.1.3.209/32
east #
 grep '#1: sending encrypted notification' /tmp/pluto.log
"any-east"[1] 192.1.2.254 #1: sending encrypted notification INVALID_ID_INFORMATION to 192.1.2.254:EPHEM
east #
