/testing/guestbin/swan-prep --x509
Preparing X.509 files
west #
 ipsec certutil  -D -n east
west #
 ipsec start
Redirecting to: [initsystem]
west #
 ../../guestbin/wait-until-pluto-started
west #
 ipsec auto --add nss-cert-ocsp
"nss-cert-ocsp": added IKEv1 connection
west #
 ipsec auto --status |grep nss-cert-ocsp
"nss-cert-ocsp": 192.0.1.254/32===192.1.2.45[C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=west.testing.libreswan.org, E=user-west@testing.libreswan.org]...192.1.2.23[%fromcert]===192.0.2.254/32; unrouted; my_ip=192.0.1.254; their_ip=192.0.2.254;
"nss-cert-ocsp":   host: oriented; local: 192.1.2.45; remote: 192.1.2.23;
"nss-cert-ocsp":   mycert=west; my_updown=ipsec _updown;
"nss-cert-ocsp":   xauth us:none, xauth them:none,  my_username=[any]; their_username=[any]
"nss-cert-ocsp":   our auth:rsasig, their auth:rsasig, our autheap:none, their autheap:none;
"nss-cert-ocsp":   modecfg info: us:none, them:none, modecfg policy:push, dns:unset, domains:unset, cat:unset;
"nss-cert-ocsp":   sec_label:unset;
"nss-cert-ocsp":   CAs: 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=Libreswan test CA for mainca, E=testing@libreswan.org'...'%any'
"nss-cert-ocsp":   ike_life: 28800s; ipsec_life: 28800s; ipsec_max_bytes: 2^63B; ipsec_max_packets: 2^63; replay_window: 128; rekey_margin: 540s; rekey_fuzz: 100%;
"nss-cert-ocsp":   retransmit-interval: 9999ms; retransmit-timeout: 99s; iketcp:no; iketcp-port:4500;
"nss-cert-ocsp":   initial-contact:no; cisco-unity:no; fake-strongswan:no; send-vendorid:no; send-no-esp-tfc:no;
"nss-cert-ocsp":   policy: IKEv1+RSASIG+ENCRYPT+TUNNEL+PFS+IKE_FRAG_ALLOW+ESN_NO+ESN_YES;
"nss-cert-ocsp":   conn_prio: 32,32; interface: eth1; metric: 0; mtu: unset; sa_prio:auto; sa_tfc:none;
"nss-cert-ocsp":   nflog-group: unset; mark: unset; vti-iface:unset; vti-routing:no; vti-shared:no; nic-offload:no;
"nss-cert-ocsp":   our idtype: ID_DER_ASN1_DN; our id=C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=west.testing.libreswan.org, E=user-west@testing.libreswan.org; their idtype: %fromcert; their id=%fromcert
"nss-cert-ocsp":   dpd: passive; delay:0s; timeout:0s
"nss-cert-ocsp":   nat-traversal: encapsulation:auto; keepalive:20s; ikev1-method:rfc+drafts
"nss-cert-ocsp":   routing: unrouted;
"nss-cert-ocsp":   conn serial: $1;
west #
 echo "initdone"
initdone
west #
 ipsec auto --up nss-cert-ocsp
"nss-cert-ocsp" #1: initiating IKEv1 Main Mode connection
"nss-cert-ocsp" #1: sent Main Mode request
"nss-cert-ocsp" #1: sent Main Mode I2
"nss-cert-ocsp" #1: I am sending my cert
"nss-cert-ocsp" #1: I am sending a certificate request
"nss-cert-ocsp" #1: sent Main Mode I3
"nss-cert-ocsp" #1: Peer ID is ID_DER_ASN1_DN: 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=user-east@testing.libreswan.org'
"nss-cert-ocsp" #1: authenticated peer certificate 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=user-east@testing.libreswan.org' and 3nnn-bit RSA with SHA1 signature issued by 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=Libreswan test CA for mainca, E=testing@libreswan.org'
"nss-cert-ocsp" #1: ISAKMP SA established {auth=RSA_SIG cipher=AES_CBC_256 integ=HMAC_SHA2_256 group=MODP2048}
"nss-cert-ocsp" #2: initiating Quick Mode IKEv1+RSASIG+ENCRYPT+TUNNEL+PFS+UP+IKE_FRAG_ALLOW+ESN_NO+ESN_YES
"nss-cert-ocsp" #2: sent Quick Mode request
"nss-cert-ocsp" #2: IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_CBC_128-HMAC_SHA1_96 DPD=passive}
west #
 echo done
done
west #
 
