]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
2020-01-08 Loup VaillantAdded Wycheproof HMAC-SHA512 test vectors
2020-01-08 Loup VaillantFixed C++ compilation
2020-01-05 Loup VaillantRolled loop for zero initialisation
2020-01-05 Loup VaillantMerge pull request #145 from fscoto/master+custom-hash
2020-01-05 Loup VaillantMerge pull request #147 from mikejsavage/examplesfixes
2020-01-05 Loup VaillantMerge pull request #146 from mikejsavage/man2csh
2019-12-29 Michael SavageFix license
2019-12-28 Michael Savagereturn 0
2019-12-28 Michael SavageMatch man2html.sh style
2019-12-28 Michael SavageQuotes, use cat so the sed train runs strictly left...
2019-12-28 Michael Savagedist_ignore extract_examples.sh
2019-12-28 Michael SavageReview changes
2019-12-28 Michael SavageSome examples fixes
2019-12-28 Michael SavageWhoops
2019-12-28 Michael SavageRewrite example test script in shell
2019-12-28 Fabio Scotonidoc: use static key for custom hash example
2019-12-27 Loup VaillantMerge pull request #144 from mikejsavage/testexamples
2019-12-27 Michael SavageAdd a script to extract examples from man pages
2019-12-23 Loup VaillantTypo
2019-12-23 Loup VaillantMerge pull request #143 from fscoto/master+licensing3
2019-12-23 Fabio ScotoniLICENCE.md: Clarifications
2019-12-23 Fabio Scotonistyle.css: Affix license header
2019-12-23 Fabio ScotoniAdd AUTHORS.md for externals
2019-12-23 Fabio ScotoniLicensing header additions
2019-12-20 Loup VaillantExpunged Monokex test vectors
2019-12-18 Loup VaillantReintroduce "intro: format link with .Lk"
2019-12-16 Loup VaillantRevert "Fixed typo in manual"
2019-12-15 Loup VaillantFixed typo in manual
2019-12-13 Loup VaillantMerge pull request #142 from fscoto/master+new-man
2019-12-13 Fabio ScotoniDocumentation: Remove vestiges of incremental AEAD
2019-12-12 Loup VaillantMerge pull request #141 from fscoto/master+new-man
2019-12-12 Loup VaillantMerge pull request #140 from fscoto/master+build
2019-12-12 Fabio ScotoniRevert "intro: format link with .Lk"
2019-12-12 Fabio Scotonimakefile: Add LIBDIR option
2019-12-12 Fabio Scotonimakefile: Honor LDFLAGS variable if given
2019-12-11 Loup VaillantMoved TweetNaCl to its own folder
2019-12-10 Loup VaillantTweaked dist.sh
2019-12-10 Loup VaillantMerge pull request #139 from fscoto/master+new-man
2019-12-10 Fabio ScotoniDocumentation: bump date for custom hash man pages
2019-12-10 Fabio ScotoniCHANGELOG: Use correct path for optional files
2019-12-10 Fabio ScotoniMake custom hash length requirements more explicit
2019-12-10 Fabio ScotoniDocumentation: Minor wording improvment for custom...
2019-12-09 Loup VaillantVersion 3.0.0 change log
2019-12-09 Loup VaillantFixed c25519 speed benchmark
2019-12-09 Loup VaillantConsistent naming with 'make dist'
2019-12-09 Loup VaillantCompleted test coverage
2019-12-09 Loup VaillantAdded tests for IETF Chacha20
2019-12-06 Loup VaillantFixed mistakenly ignored files
2019-12-06 Loup VaillantMerge pull request #138 from fscoto/master+new-man
2019-12-06 Fabio ScotoniDocumentation: complete SEE ALSO in intro(3monocypher)
2019-12-06 Fabio ScotoniDocumentation: Address Loup's review via GitHub PR...
2019-12-06 Fabio ScotoniAdjust .In directives in optional/ for new prefix
2019-12-05 Loup VaillantPrefixed optional files with "monocypher-"
2019-12-05 Loup VaillantMerge pull request #137 from fscoto/master+new-man
2019-12-05 Fabio Scotoniintro: Be more accurate about constant-time multiplication
2019-12-05 Fabio Scotoniintro: format link with .Lk
2019-12-05 Fabio ScotoniDocumentation: Get rid of "we" for more neutral style
2019-12-05 Fabio ScotoniUpdate man pages for recent changes
2019-12-04 Loup VaillantRenamed "crypto_hmac_*" to "crypto_hmac_sha512_*"
2019-12-04 Loup VaillantFixed crypto_sha512 (and HMAC) prototypes
2019-12-03 Loup VaillantFixed unwiped buffer in SHA-512
2019-12-03 Loup VaillantFixed buffer overflow in test vector generation
2019-12-03 Loup VaillantMoved SHA 512 work area to local stack
2019-12-02 Loup VaillantProperty based tests for HMAC SHA-512
2019-12-02 Loup VaillantFixed HMAC SHA-512 (and added tests)
2019-12-01 Loup VaillantAdded HMAC SHA512
2019-12-01 Loup VaillantREADME typo
2019-12-01 Loup VaillantFixed X25519 speed test
2019-12-01 Loup VaillantRemoved deprecated X25519 return value
2019-12-01 Loup VaillantAdded USE_ED25519 makefile option
2019-12-01 Loup VaillantRenamed crypto_sign_sha512_ctx into crypto_sign_ed25519_ctx
2019-12-01 Loup VaillantRenamed crypto_hash_vtable into crypto_sign_vtable
2019-12-01 Loup VaillantRemoved obsolete test-legacy include
2019-12-01 Loup VaillantAdded aliases for Ed25519
2019-12-01 Loup VaillantMarked the vtable as part of the public API
2019-12-01 Loup VaillantRenamed crypto_sign_blake2b_ctx back to crypto_sign_ctx
2019-12-01 Loup VaillantCosmetic (whitespace)
2019-12-01 Loup VaillantCosmetic (convert pointers directly)
2019-12-01 Loup VaillantFixed undefined function pointer conversion
2019-12-01 Loup VaillantFixed Clang warning
2019-11-30 Loup VaillantFixed outdated include in speed.c
2019-11-30 Loup Vaillantchacha20_*_ctr functions now return the new ctr
2019-11-30 Loup VaillantEnabled cohabitation of several EdDSA instances
2019-11-30 Loup VaillantMerge pull request #136 from fscoto/master+stdint
2019-11-30 Fabio ScotoniUse stdint.h over inttypes.h
2019-11-28 Loup VaillantUpdated Wycheproof test vectors
2019-11-25 Loup VaillantFixed buffer length in test.
2019-11-25 Loup VaillantAdded Chacha20 consistency test
2019-11-25 Loup VaillantSlightly better Chacha20 performance
2019-11-25 Loup VaillantLocal functions should be static
2019-11-25 Loup VaillantBumped soname (next release will break the ABI)
2019-11-25 Loup VaillantAdded tests/utils.c to formal-analysis folder
2019-11-25 Loup VaillantFixed speed benchmark build
2019-11-24 Loup VaillantSeparated legacy tests from regular tests
2019-11-24 Loup VaillantFixed XChacha20 bug (wrong key)
2019-11-24 Loup VaillantRemoved legacy Chacha20 dependency from aead-incr
2019-11-24 Loup VaillantRemoved AEAD streaming interface. BREAKS COMPATIBILITY
2019-11-24 Loup VaillantPut common test utilities in its own module
2019-11-24 Loup VaillantNon-exported util functions should be static
2019-11-21 Loup VaillantPut the soname in a variable for easier updates
next