<div dir="ltr"><div>Now that the parser can accept <aead>-NONE- <prf>-<dh>, should "NONE" be included when logging those proposals?  For instance:</div><div><br></div><div>OLD:<br>algparse -v2 'ike=aes_gcm-sha1-dh21'<br>       AES_GCM_16-HMAC_SHA1-DH21</div><div>algparse -v2 'ike=aes_gcm_16-none-hmac_sha1-dh21'<br>     AES_GCM_16-HMAC_SHA1-DH21</div><div><br></div><div>NEW:<br>algparse -v2 'ike=aes_gcm-sha1-dh21'<br>   AES_GCM_16-NONE-HMAC_SHA1-DH21</div><div>algparse -v2 'ike=aes_gcm_16-none-hmac_sha1-dh21'<br>        AES_GCM_16-NONE-HMAC_SHA1-DH21<br></div><div><br></div><div>the main reason is to avoid any confusion over how integrity is being computed.</div><div><br></div><div>As a follow-up, what about non-AEAD algorithms; which get really unwieldy.<br></div></div>