[Swan-dev] supported ESP/AH algorithms

Andrew Cagney andrew.cagney at gmail.com
Thu Dec 8 16:13:29 UTC 2016


Does anyone know what ESP/AH (i.e., ENCR and INTEG) algorithms pluto
supports?  My guess is:

ENCRYPT:

    &ike_alg_encrypt_aes_ccm_16,
    &ike_alg_encrypt_aes_ccm_12,
    &ike_alg_encrypt_aes_ccm_8,
    &ike_alg_encrypt_3des_cbc,
    &ike_alg_encrypt_camellia_ctr,
    &ike_alg_encrypt_camellia_cbc,
    &ike_alg_encrypt_aes_gcm_16,
    &ike_alg_encrypt_aes_gcm_12,
    &ike_alg_encrypt_aes_gcm_8,
    &ike_alg_encrypt_aes_ctr,
    &ike_alg_encrypt_aes_cbc,
    &ike_alg_encrypt_serpent_cbc,
    &ike_alg_encrypt_twofish_cbc,
    &ike_alg_encrypt_twofish_ssh,

which is seemingly missing:

 ESP/AH ENCRYPT algorithm ESP_CAST=6 not found
 ESP/AH ENCRYPT algorithm ESP_ID255=255 not found
 ESP/AH ENCRYPT algorithm ESP_NULL=11 not found

INTEG:

    &ike_alg_integ_md5,
    &ike_alg_integ_sha1,
    &ike_alg_integ_sha2_512,
    &ike_alg_integ_sha2_384,
    &ike_alg_integ_sha2_256,
    &ike_alg_integ_aes_xcbc,
    &ike_alg_integ_aes_cmac,

which is seemingly missing:

 ESP/AH INTEG algorithm AUTH_ALGORITHM_HMAC_RIPEMD=8 not found
 ESP/AH INTEG algorithm AUTH_ALGORITHM_NONE=0 not found

Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.libreswan.org/pipermail/swan-dev/attachments/20161208/3dd925ee/attachment.html>


More information about the Swan-dev mailing list