]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
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...
2017-09-24 Loup VaillantNo need for testing Ed25519 specificaly
2017-09-24 Loup VaillantThe speed tests now run. Removed the README note.
2017-09-24 Loup VaillantRestored sanitisers based tests.
2017-09-24 Loup VaillantCorrected bogus EdDSA coverage test (stack smashing...
2017-09-24 Loup VaillantRestored formal analysis scripts
2017-09-24 CuleXDocument argon2i allowing all arguments to overlap
2017-09-24 Loup VaillantAdded overlapping tests for argon2i
2017-09-24 Loup VaillantRearranged directory creation for makefile installation...
2017-09-24 Loup VaillantMerge pull request #40 from CuleX/master+fix-install
2017-09-23 CuleXCreate all installation directories
2017-09-23 Loup VaillantAdded installation instructions to README.md
2017-09-23 Loup VaillantAdded a separate install-doc target
2017-09-23 Loup VaillantMake pkg-config file location $PREFIX compliant
2017-09-23 Loup VaillantMerge pull request #39 from CuleX/master+update-man...
2017-09-23 CuleXAdd overlapping argument info to the man pages
2017-09-23 Loup VaillantRemoved "crypto_sign() buffers can't overlap" from...
2017-09-23 Loup VaillantNo need to run mandb after installing the man pages
2017-09-23 Loup VaillantMan pages belong to $(DESTDIR)/$(PREFIX)/share/man...
2017-09-23 Loup VaillantAdd tests about overlapping input/output buffers.
2017-09-22 Loup VaillantAllows crypto_sign() to overlap its message and output
2017-09-22 Loup VaillantInstall man pages with the library
2017-09-22 Loup VaillantAdd installation target to the makefile
2017-09-21 Loup VaillantFix last variable length array warning
2017-09-20 Loup VaillantCorrected timing computation for the speed benchmark
2017-09-20 Loup VaillantMore robust timing tests, based on ratios.
2017-09-20 Loup VaillantTry to fix variable length array warnings (#37)
2017-09-20 Loup VaillantExplain what to do if test vectors are missing
2017-09-20 Loup VaillantMove everything back from the dist/ directory
2017-09-19 Loup VaillantRestored the speed benchmark
2017-09-19 Loup Vaillantprintf() shall use %z for size_t
2017-09-19 Loup VaillantRemoved redundant initialization
2017-09-19 Loup VaillantWe no longer need dist.sh
2017-09-18 Loup VaillantCleaner generation of test vectors.
2017-09-17 Loup Vaillantvectors.h is generated. It belongs to the tarball
2017-09-17 Loup VaillantFixed #34. The README has been split in 2
2017-09-16 Loup VaillantCreated a dedicated dist/ directory for end user releases
2017-09-14 Loup VaillantMerge pull request #31 from CuleX/master+man-page-type-fix
2017-09-13 CuleXDocument that message and signature cannot overlap
2017-09-13 CuleXFix function type on man page for crypto_sign
2017-09-09 Loup VaillantClarified why we need to hash the message twice in...
2017-09-09 Loup VaillantMerge pull request #30 from CuleX/master+man-page-fixes
2017-09-09 CuleXAdd note to intro page that getrandom() is new
2017-09-09 CuleXImprove the crypto_sign man page
2017-09-09 CuleXImprove the intro man page
next