summaryrefslogtreecommitdiffstats
path: root/crypto/md5
AgeCommit message (Expand)Author
2023-12-27md5: add assembly implementation for loongarch64Min Zhou
2023-12-13Enable BTI feature for md5 on aarch64fangming.fang
2023-09-07Copyright year updatesMatt Caswell
2023-04-28fix md5 bug on aarch64 big-endian plantform.Liu-ErMeng
2023-01-31Avoid duplicating symbols in legacy.a with some build optionsTomas Mraz
2022-05-24Rename x86-32 assembly files from .s to .S.Sebastian Andrzej Siewior
2022-05-03Update copyright yearMatt Caswell
2022-05-03md5: add assembly implementation for aarch64Jonathan Swinney
2021-07-29Update copyright yearMatt Caswell
2021-07-15Split bignum code out of the sparcv9cap.cTomas Mraz
2021-05-08Remove unused code from the fips moduleShane Lontis
2021-05-07Drop libimplementations.aRichard Levitte
2020-11-26Update copyright yearMatt Caswell
2020-11-19rename md5_block_asm_data_order to ossl_md5_block_asm_data_orderPauli
2020-11-19Rename md5_sha1_* ossl_md5_sha1_*Pauli
2020-09-09In a non-shared build, don't include the md5 object files in legacy providerPauli
2020-09-09legacy: include MD5 code in legacy providerPauli
2020-09-03Add an HMAC implementation that is TLS awareMatt Caswell
2020-04-23Update copyright yearMatt Caswell
2020-02-17Also check for errors in x86_64-xlate.pl.David Benjamin
2020-01-22Do not silently truncate files on perlasm errorsDavid Benjamin
2020-01-19Deprecate the low level MD5 functions.Pauli
2020-01-19Deprecate the low level SHA functions.Pauli
2019-11-01md4/md5: macros should not include the line following themPatrick Steuer
2019-10-16Fix missing Assembler definesShane Lontis
2019-10-10Providers: move all digestsRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-16Unify all assembler file generatorsRichard Levitte
2019-09-16build.info: For all assembler generators, remove all argumentsRichard Levitte
2019-06-17Move md5_asm_src file information to build.info filesRichard Levitte
2019-06-04Move digests to providersShane Lontis
2018-12-06Following the license change, modify the boilerplates in crypto/mdN/Richard Levitte
2018-02-14Harmonize the make variables across all known platforms familiesRichard Levitte
2018-01-28Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-10-13Remove email addresses from source code.Rich Salz
2017-06-30Cleanup some copyright stuffRich Salz
2017-05-11Remove filename argument to x86 asm_init.David Benjamin
2017-02-13{md5,rc4}/asm/*-x86_64.pl: add CFI annotations.Andy Polyakov
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-06-01Remove/rename some old files.Rich Salz
2016-06-01Add final(?) set of copyrights.Rich Salz
2016-05-29x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov
2016-05-21Add OpenSSL copyright to .pl filesRich Salz
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-02Remove obsolete defined(__INTEL__) condition.Andy Polyakov
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-20Copyright consolidation: perl filesRich Salz
2016-03-21Build system: VC-WIN64I fixups.Andy Polyakov