BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//pretalx//cfp.pass-the-salt.org//pts2024//speaker//ZCQWNK
BEGIN:VTIMEZONE
TZID:CET
BEGIN:STANDARD
DTSTART:20001029T040000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:20000326T030000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
TZNAME:CEST
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
UID:pretalx-pts2024-HG9SLM@cfp.pass-the-salt.org
DTSTART;TZID=CET:20240704T143500
DTEND;TZID=CET:20240704T145500
DESCRIPTION:crypto-condor is a tool to test implementations of cryptographi
 c primitives. It aims to verify that implementations are compliant with th
 e standard as well as with ANSSI's recommendations.\n\nIt is a Python libr
 ary that includes a command-line interface (CLI). It comes with a document
 ation that details the library's features\, gives usage examples\, and inc
 ludes method guides on the supported primitives. These guides outline the 
 characteristics of a given primitive\, along with a list of rules and\nrec
 ommendations by the ANSSI pertaining the primitive. The post-quantum primi
 tives currently under the NIST standardisation process are also documented
 .\n\nThe tool is not yet publicly available: we intend to release it as op
 en source software alongside its documentation and a Python package on PyP
 I. This way\, installing it will require a single command:\n\n```bash\npyt
 hon -m pip install crypto-condor\n```\n\n## Usage\n\nFor a complete guide\
 , refer to the included documentation.\n\nIn a few words\, this tool can t
 est implementations under one of two scenarios:\n\n- We either have access
  to its source code or the implementation so we can execute the functions 
 we want to test\, in which case we can use test vectors.\n- Or we can at l
 east capture inputs given to the implementation and their corresponding ou
 tputs\, in which case we can compare these outputs to those generated by t
 he tool's internal implementation.\n\n## Presentation outline\n\n1. Introd
 uction: what does crypto-condor aim to solve?\n2. State of the art: exampl
 e of Wycheproof and Paranoid.\n3. The tool: what is covered\, the differen
 t modes of operation (wrapper or output)\, and the documentation.\n4. Usag
 e example: CRY.ME\, its implementation of AES-CBC\, AES-GCM\, and SHA3-256
 .\n5. Conclusion: currently under development (e.g. support for more primi
 tives)\, going to be open source.
DTSTAMP:20260910T044825Z
LOCATION:Amphitheater
SUMMARY:Test your cryptographic primitives with crypto-condor - Angèle Bos
 suat\, Julio Loayza Meneses (R&D engineer\, Quarkslab)\, Dahmun Goudarzi
URL:https://cfp.pass-the-salt.org/pts2024/talk/HG9SLM/
END:VEVENT
END:VCALENDAR
