Page MenuHome GnuPG

Drop compression support in ntbtls
Closed, InvalidPublic

Description

TLS compression is insecure (CRIME attack), so ntbtls should drop support for it.

Event Timeline

DemiMarie created this object in space S1 Public.
DemiMarie created this object with edit policy "Custom Policy".
werner added a subscriber: werner.

ntbltls does not implement compression:

/* ret = deflate (&ssl->transform_out->ctx_deflate, Z_SYNC_FLUSH); */
ret = gpg_error (GPG_ERR_NOT_IMPLEMENTED);

;-)