Am 07.02.16 um 20:47 schrieb Steffan Karger: > This keeps naming consistent. For example, instead of id-aes128-GCM use > AES-128-GCM, which is more like AES-128-CBC. > > + > + if (NULL == pair) > + return cipher_name; > + I like the pair == NULL style more.
Otherwise ACK from me. arne