Git Product home page Git Product logo

Comments (4)

karel-m avatar karel-m commented on June 30, 2024

My suggestion (perhaps for v2) is to drop current DH params included in libtomcrypt and use instead "battle-tested" DH params from https://tools.ietf.org/html/rfc7296#appendix-B and https://tools.ietf.org/html/rfc3526

from libtomcrypt.

karel-m avatar karel-m commented on June 30, 2024

Here is my suggestion for replacing built-in DH groups:

 768-bit => size=96   (RFC7296 Group 1 MODP)
1024-bit => size=128  (RFC7296 Group 2 MODP)
1536-bit => size=192  (RFC3526 Group 5 MODP)
2048-bit => size=256  (RFC3526 Group 14 MODP)
3072-bit => size=384  (RFC3526 Group 15 MODP)
4096-bit => size=512  (RFC3526 Group 16 MODP)
6144-bit => size=768  (RFC3526 Group 17 MODP)
8192-bit => size=1024 (RFC3526 Group 18 MODP)

As DH was not part of 1.17 we are not breaking backwards compatibility here.

from libtomcrypt.

karel-m avatar karel-m commented on June 30, 2024

see 1308f54

from libtomcrypt.

karel-m avatar karel-m commented on June 30, 2024

closed by #225

from libtomcrypt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.