aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstdcrypto
Commit message (Collapse)AuthorAgeFilesLines
* Add crc32c. Prepare for 2.14.5.0Laurent Bercot2025-05-291-0/+85
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add blake2s implementation to stdcryptoLaurent Bercot2022-06-015-0/+147
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Huge incompatible changes.Laurent Bercot2021-07-2817-247/+18
| | | | | | | | | | | | - Obsolete skalibs/environ.h and skalibs/getpeereid.h removed. - rc4 and md5 removed. - All *_t types renamed to avoid treading on POSIX namespace. - subgetopt() renamed to lgetopt(). - signal functions reworked; skasigaction removed; sig_stack removed - Various functions removed: skaoffsetof(), selfpipe_untrap() - New posixplz function: munmap_void. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More superflous headers cleanup and tiny fixesLaurent Bercot2017-03-138-22/+13
|
* Types change: big pass on libstddjb and libunixonacidLaurent Bercot2017-02-2117-37/+35
| | | | libdatastruct still missing, library still not functional
* Types fix: librandom, libstdcryptoLaurent Bercot2017-01-2119-136/+144
|
* - added str_nlen()Laurent Bercot2015-04-082-4/+4
| | | | - various fixes for --enable-libc-replacements
* Fixed the sha512 bug. rc for 2.3.3.0.v2.3.3.0Laurent Bercot2015-03-271-1/+1
|
* - added sha512 (buggy, need to commit to test somewhere else)Laurent Bercot2015-03-277-12/+161
| | | | | - version bump (not a rc yet) - bugfix: buffer_get returned -1 EPIPE on short reads w/o EOF
* Lots of cosmetic fixes.Laurent Bercot2014-12-2015-15/+15
| | | | sha256 documented.
* initial commit with rc for skalibs-2.0.0.0Laurent Bercot2014-09-1821-0/+500