mirror of https://github.com/lukechilds/node.git
Browse Source
Compressed points are already rare and, as far as I know, nobody has used the 'hybrid' format anywhere, ever. It's prohibited in X.509 certificates too[1]. This change removes mentions of it from the documentation in the interests of trying to pare-down the complexity of cryptography. [1] https://tools.ietf.org/html/rfc5480#section-2.2 PR-URL: https://github.com/nodejs/node/pull/4956 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp Reviewed-By: James M Snell <jasnell@gmail.com>v7.x
committed by
James M Snell
1 changed files with 6 additions and 6 deletions
Loading…
Reference in new issue