]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
2017-11-23 Loup VaillantReviewing mikejsavage's manual tweaks
2017-11-23 Loup VaillantMerge pull request #59 from mikejsavage/cryptolockdoc
2017-11-23 Loup VaillantMerge pull request #60 from mikejsavage/argondoc
2017-11-22 Loup VaillantMerge pull request #61 from mikejsavage/introdoc
2017-11-21 Michael SavageReword CRIME sentence
2017-11-21 Michael SavageExplicitly mention compression, see intro for details
2017-11-21 Michael SavageArgon manual tweaks
2017-11-21 Michael Savagetw=72
2017-11-21 Michael SavageNew lines after .
2017-11-21 Michael Savagecrypto_lock manual tweaks
2017-11-21 Michael SavageExplicitly talk about data compression being harmful...
2017-11-16 Loup VaillantChanged Argon2i API
2017-11-12 Loup VaillantFaster Blake2b.
2017-11-12 Loup Vaillantmore warnings for multiplication timings
2017-11-12 Loup VaillantManual review: applying CuleX's advice
2017-11-11 Loup VaillantRenamed crypto_poly1305_auth to crypto_poly1305
2017-11-11 Loup VaillantManual review: intro
2017-11-11 Loup VaillantManual review: applying CuleX's advice
2017-11-06 Loup VaillantForgot to wipe a temporary buffer
2017-11-06 Loup VaillantManual review: applying CuleX's advice
2017-11-05 Loup VaillantManual review: crypto_sign_init
2017-11-05 Loup VaillantRemoved "The *** function" patterns
2017-11-05 Loup VaillantManual review: applying CuleX's advice
2017-11-05 Loup VaillantManual review: spell check
2017-11-05 Loup VaillantManual review: crypto_sign
2017-11-05 Loup VaillantManual review: crypto_lock_init
2017-11-03 Loup VaillantForgot to wipe a temporary buffer
2017-11-03 Loup VaillantManual review: applying CuleX's advice
2017-11-03 Loup VaillantManual review: crypto_lock
2017-11-01 Loup VaillantAutomatically wipe Argon2i work area
2017-11-01 Loup VaillantManual review: applying CuleX's advice
2017-11-01 Loup VaillantMerge pull request #57 from mikejsavage/deterministically
2017-11-01 Loup VaillantMerge branch 'master' into deterministically
2017-11-01 Loup VaillantMerge branch 'master' into deterministically
2017-11-01 Loup VaillantManual review: key exchange
2017-10-31 Michael Savageeterministically -> deterministically
2017-10-29 Loup VaillantManual review: argon2i
2017-10-29 Loup VaillantManual review: verify, wipe, memcmp
2017-10-29 Loup VaillantManual review: HChacha20
2017-10-29 Loup VaillantForgot a contraction
2017-10-28 Loup VaillantManual review: applying CuleX's advice
2017-10-25 Loup VaillantManual review: Blake2b
2017-10-22 Loup VaillantManual review: side channel protection nitpicking
2017-10-21 Loup VaillantWipe some more secret data
2017-10-21 Loup VaillantManual review: applying CuleX's advice
2017-10-21 Loup VaillantManual review: Poly1305
2017-10-21 Loup VaillantMerge pull request #56 from CuleX/master+crypto-wipe...
2017-10-20 CuleXAdd man page for crypto_wipe
2017-10-19 Loup VaillantAdded crypto_wipe() (Erases buffers)
2017-10-18 Loup VaillantUppercase RFC
2017-10-17 Loup VaillantManual review: applying CuleX's advice
2017-10-16 Loup VaillantManual review: Chacha20
2017-10-16 Loup VaillantManual review: intro
2017-10-14 Loup VaillantMerge pull request #55 from CuleX/master+fix-uninstall
2017-10-14 CuleXmake uninstall should not fail on partial installs
2017-10-14 Loup VaillantErase old html files before generating the new ones
2017-10-14 Loup VaillantMerge pull request #53 from CuleX/master+man-page-revamp
2017-10-14 Loup VaillantMerge pull request #54 from CuleX/master+fix-code-typo
2017-10-14 CuleXFix typo in comment
2017-10-14 CuleXRevamp man pages for recent changes
2017-10-14 Loup VaillantSimplified zerocmp32
2017-10-14 Loup VaillantFixed bogus comparison functions
2017-10-13 Loup VaillantRemoved crypto_memcmp and crypto_zerocmp
2017-10-13 Loup Vaillantadded fixed size buffer comparisons
2017-10-13 Loup Vaillantless code for loads & stores
2017-10-13 Loup VaillantUse helper function
2017-10-13 Loup VaillantMore robust Argon2i test vectors generation
2017-10-11 Loup VaillantRefined AEAD streaming interface
2017-10-11 Loup VaillantRenamed init1 and init2 into init_first_pass and init_s...
2017-10-09 Loup VaillantAdded crypto_sign 2 pass interface
2017-10-09 Loup VaillantCosmetic (compressed a few lines of code)
2017-10-09 Loup VaillantRefined crypto_check incremental interface
2017-10-08 Loup VaillantStreaming interface for crypto_check()
2017-10-08 Loup VaillantAdded rountrip tests for EdDSA
2017-10-08 Loup Vaillantmoved SHA-512 source files to src/optional
2017-10-08 Loup VaillantMissing constant width quotes
2017-10-06 Loup VaillantMerge pull request #52 from CuleX/master+fix-man-typos
2017-10-06 CuleXNote Ed25519 fault injection on crypto_sign
2017-10-06 CuleXFix formatting and typos in the man pages
2017-10-04 Loup VaillantOne quote too many
2017-10-04 Loup VaillantMerge pull request #50 from CuleX/master+add-incr-lock...
2017-10-04 Loup VaillantAdded a make tarball rule to generate an archive
2017-10-04 Loup VaillantMerge pull request #51 from CuleX/master+fix-mandoc...
2017-10-04 CuleXFix mandoc invocation for recent mandoc versions
2017-10-04 CuleXAdd incremental crypto_lock interface to intro TOC
2017-10-04 Loup VaillantMerge pull request #49 from CuleX/master+fix-man-xr...
2017-10-04 CuleXFix link generation in HTML man page conversion
2017-10-03 Loup VaillantGenerating an html version of the manual
2017-10-03 Loup VaillantCredit where credit's due
2017-10-02 Loup VaillantMerge pull request #48 from CuleX/master+fix-man-pages
2017-10-02 CuleXImprove the man page for incremental crypto_lock
2017-10-02 CuleXFix spacing after list in crypto_blake2b man page
2017-10-01 Loup VaillantAdded incremental interface
2017-10-01 Loup VaillantFixed code coverage checking
2017-09-27 Loup VaillantAdd uninstall target.
2017-09-27 Loup VaillantDon't add the .css file when installing the documentation
2017-09-27 Loup VaillantMerge pull request #44 from CuleX/master+fix-css
2017-09-26 CuleXAdd old CSS class names; add centering
2017-09-25 Loup VaillantAdded a `check` target to the makefile, that means...
2017-09-24 Loup VaillantMerge pull request #41 from CuleX/master+argon2i-man...
next