Mentions légales du service

Skip to content
  • BLANCHET Bruno's avatar
    TLS 1.3 examples using PRF-ODH + Improved modelling of Diffie-Hellman · bd0ab15c
    BLANCHET Bruno authored
    Merge of branch 2021.24.tls_prfodh
    
    - Added TLS 1.3 examples using PRF-ODH
    - Improved modelling of Diffie-Hellman in the standard library of primitives:
       - DH_proba_collision and square_DH_proba_collision no longer include
         DH_basic
       - the last 2 arguments of DH_single_coord_ladder, DH_X25519, DH_X448
         are functions is_zero_G, is_zero_subG instead of constants zero, sub_zero
         (that allows prime order groups to satisfy these properties, with
         is_zero_G(X) always false)
       - new macros DH_subgroup, DH_exclude_weak_keys, DH_basic_with_is_neutral,
         DH_subgroup_with_is_neutral, is_neutral_DH_proba_collision
       - fixed (square_)PRF_ODH2 so that they can be applied to both
         full Curve25519/448 and subsets generated by g.
    bd0ab15c
To find the state of this project's repository at the time of any of these versions, check out the tags.