Op 25-05-15 om 02:40 schreef Viktor Dukhovni:

Ask the LibreSSL team.  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.


Turns out to be imported from BoringSSL, but it doesn't seem significant.

http://marc.info/?l=openbsd-misc&m=143258732106517&w=2

-Tim

Reply via email to