Any documentation describe the new Encording Algorithm?
“aes-128” changed to “aes-128 gcm”, “aes-128 cbc”, “aes-128 ctr”

Thanks.
Steve
Any documentation describe the new Encording Algorithm?
“aes-128” changed to “aes-128 gcm”, “aes-128 cbc”, “aes-128 ctr”

Thanks.
Steve
AES GCM: https://tools.ietf.org/html/rfc4106
AES CTR: http://tools.ietf.org/html/rfc3686
AES CBC is the original AES that was in use in IPsec for ages: https://tools.ietf.org/html/rfc3602
128, 192 and 256 in the algo names are just the key lengths.