ps. this is a cross post from the postfix-users mailing list where they advised me to contact the LibreSSL developers*.

recap:
> Postfix outputs:
>
>     cipher_usebits/cipher_algbits
>
> obtained via:
>
>     cipher = SSL_get_current_cipher(ssl);
>     cipher_usebits = SSL_CIPHER_get_bits(cipher, &cipher_algbits);
>
> If LibreSSL returns 0 for algbits, that's an artifact of their
> implementation.

-Tim

* http://marc.info/?l=postfix-users&m=143251444523619&w=2

Reply via email to