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

