summaryrefslogtreecommitdiff
path: root/lib/libcrypto/md5
AgeCommit message (Expand)Author
2024-06-01Reverse order of attributesTheo Buehler
2024-06-01Remove support for static buffers in HMAC/digestsTheo Buehler
2024-03-28Load in the top of the loop, as we do for other hash implementations.Joel Sing
2024-03-26Stop including md32_common.h in md5.c and remove unused defines.Joel Sing
2024-03-26Include stdint.h for uintptr_t.Joel Sing
2024-03-26Demacro MD5 and improve data loading.Joel Sing
2024-02-24Replace uses of endbr64 with _CET_ENDBR from cet.hTheo Buehler
2023-08-15Clean up alignment handling.Joel Sing
2023-08-15Use MD5_LONG instead of unsigned int for consistency.Joel Sing
2023-08-15Condition only on #ifdef MD5_ASM.Joel Sing
2023-08-14Inline INIT_DATA_* defines.Joel Sing
2023-08-14style(9)Joel Sing
2023-08-10Remove now unnecessary 'do {} while (0);' and move variable declaration.Joel Sing
2023-08-10Expand HASH_MAKE_STRING.Joel Sing
2023-08-10Remove MD32_XARRAY remnants.Joel Sing
2023-08-10Reorder functions.Joel Sing
2023-08-10Implement MD5_{Update,Transform,Final}() directly in md5.c.Joel Sing
2023-08-10Tidy includes.Joel Sing
2023-08-10Remove MD32_REG_T.Joel Sing
2023-07-28Combine md5 into a single C file.Joel Sing
2023-07-15Mop up MD32_XARRAY from md5.Joel Sing
2023-07-08Hide symbols in md4 and md5Bob Beck
2023-07-08Hit md5 with the style(9) stick.Joel Sing
2023-07-08Inline md5_local.h in md5_dgst.c.Joel Sing
2023-04-25Add endbr64 where needed by inspection. Passes regresson tests.Theo de Raadt
2022-11-26Make internal header file names consistentTheo Buehler
2016-12-21Explicitly export a list of symbols from libcrypto.Joel Sing
2016-09-04Less IA64.Joel Sing
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-09-10Remove pointless comments.Joel Sing
2014-10-28deregister; no binary changeJonathan Gray
2014-10-20digests: *_LONG_LOG2 is not used, stop talking about it.Brent Cook
2014-08-18remove return value from HOST_c2l/l2c macrosBrent Cook
2014-07-13unbreak build this needed to be an and..Bob Beck
2014-07-13Take out __bounded__ in the include files we use it in when not on OpenBSD.Bob Beck
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-07-10Remove bogus preprocessor statements trying to pick the largest integerMiod Vallat
2014-07-09remove unused, private version strings except SSL_version_strBrent Cook
2014-06-14Add more bounded attributes to the buffer and md5/sha headers in libsslAnil Madhavapeddy
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-07Remove various test stubs. The good ones have been moved by jsingTheo de Raadt
2014-05-24Almost nothing actually needs to include <openssl/e_os2.h>, however byJoel Sing
2014-05-01Remove fips_md_init() macro indirection for digest algorithms, used by theMiod Vallat
2014-04-30First pass at removing win64 support from the assembly generating PerlJoel Sing
2014-04-18Unsurprisingly, since <unistd.h> was so darn hard to find for OpenSSL developersBob Beck
2014-04-16Remove _CRAY references. Note that this pleads for the use of <stdint.h>Miod Vallat
2014-04-15we don't use these files for buildingTed Unangst
2014-04-15remove FIPS mode support. people who require FIPS can buy something thatTed Unangst
2014-04-15Moved to regress/lib/libcrypto.Miod Vallat
2014-04-15Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternityBob Beck