<div dir="ltr"><div>Does anyone know what ESP/AH (i.e., ENCR and INTEG) algorithms pluto supports?  My guess is:<br><br>ENCRYPT:<br><br>    &ike_alg_encrypt_aes_ccm_16,<br>    &ike_alg_encrypt_aes_ccm_12,<br>    &ike_alg_encrypt_aes_ccm_8,<br>    &ike_alg_encrypt_3des_cbc,<br>    &ike_alg_encrypt_camellia_ctr,<br>    &ike_alg_encrypt_camellia_cbc,<br>    &ike_alg_encrypt_aes_gcm_16,<br>    &ike_alg_encrypt_aes_gcm_12,<br>    &ike_alg_encrypt_aes_gcm_8,<br>    &ike_alg_encrypt_aes_ctr,<br>    &ike_alg_encrypt_aes_cbc,<br>    &ike_alg_encrypt_serpent_cbc,<br>    &ike_alg_encrypt_twofish_cbc,<br>    &ike_alg_encrypt_twofish_ssh,<br><br>which is seemingly missing:<br><br> ESP/AH ENCRYPT algorithm ESP_CAST=6 not found<br> ESP/AH ENCRYPT algorithm ESP_ID255=255 not found<br> ESP/AH ENCRYPT algorithm ESP_NULL=11 not found<br><br></div><div>INTEG:<br><br>    &ike_alg_integ_md5,<br>    &ike_alg_integ_sha1,<br>    &ike_alg_integ_sha2_512,<br>    &ike_alg_integ_sha2_384,<br>    &ike_alg_integ_sha2_256,<br>    &ike_alg_integ_aes_xcbc,<br>    &ike_alg_integ_aes_cmac,<br><br></div><div>which is seemingly missing:<br></div><div><br> ESP/AH INTEG algorithm AUTH_ALGORITHM_HMAC_RIPEMD=8 not found<br> ESP/AH INTEG algorithm AUTH_ALGORITHM_NONE=0 not found<br><br></div><div>Andrew<br></div></div>