Thanks to visit codestin.com
Credit goes to github.com

Skip to content

reprise de la PR de traduction de HMAC de Vvenance #1145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Mar 29, 2020

Conversation

deronnax
Copy link
Collaborator

@deronnax deronnax commented Feb 4, 2020

Reprise de la PR #823. Le texte d'origine en anglais est assez aride et mériterait lui-même une correction.
closes #821

Copy link
Member

@JulienPalard JulienPalard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah oui pas simple.

Certaines de mes propositions prennent de la liberté (de l'avance peut être, si on pousse ça upstream), mais ça ne me gêne pas d'appliquer dans la traduction une amélioration qui n'est pas encore appliquée upstream.

Copy link
Contributor

@christopheNan christopheNan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merci pour cette contribution.
Juste quelques reformulations.

library/hmac.po Outdated
@@ -146,18 +197,28 @@ msgid ""
"either :class:`str` (ASCII only, as e.g. returned by :meth:`HMAC."
"hexdigest`), or a :term:`bytes-like object`."
msgstr ""
"Retourne ``a == b``. Cette fonction utilise une approche destinée à prévenir "
"l'analyse des temps de réponse en évitant les comportements de court circuit "
"basés sur le contenu, ce qui la rend appropriée pour de la cryptographie. "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"basés sur le contenu, ce qui la rend appropriée pour de la cryptographie. "
"quel que soit le contenu, ce qui rend son utilisation appropriée en cryptographie. "

@python python deleted a comment from Seluj78 Mar 8, 2020
Co-Authored-By: Christophe Nanteuil <[email protected]>
Co-Authored-By: Julien Palard <[email protected]>
Copy link
Contributor

@christopheNan christopheNan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Précisions sur la différence en HMAC et hachage simple.

library/hmac.po Outdated
"donnant la clé secrète. Si *msg* est présent, un appel à ``update(msg)`` est "
"effectué. *digestmod* permet de choisir l’algorithme à utiliser par l’objet "
"HMAC, il accepte un nom de fonction de hachage (peut être tout ce qui "
"convient :func:`hashlib.new`), un constructeur de fonction de hachage ou un "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"convient :func:`hashlib.new`), un constructeur de fonction de hachage ou un "
"convient à :func:`hashlib.new`), un constructeur de fonction de hachage ou un "

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Toujours d'actualité.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

arf pardon. Maintenant c'est bon

@deronnax
Copy link
Collaborator Author

Hop, c'est bon. @JulienPalard @christopheNan un dernier p'tit coup de review et on merge, qu'on en finisse ?

christopheNan
christopheNan previously approved these changes Mar 20, 2020
@deronnax
Copy link
Collaborator Author

@JulienPalard je peux pas fusionner tant qu'il n'y a pas ton approbation :'(.
closes #821

@deronnax
Copy link
Collaborator Author

@christopheNan tu peux me mettre un approval, voir si ça passe ?

@christopheNan christopheNan dismissed JulienPalard’s stale review March 29, 2020 19:32

Relais passé à christopheNan

@deronnax deronnax merged commit 7144ca0 into python:3.8 Mar 29, 2020
@deronnax
Copy link
Collaborator Author

Mon dieu, enfin.

@deronnax deronnax deleted the vvenance_hmac branch March 29, 2020 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Je travaille sur library/hmac.po
5 participants