summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ripemd
AgeCommit message (Expand)Author
2024-06-01md4/ripemd: remove misplaced semicolonsTheo Buehler
2024-06-01Neuter the bounded attribute as was done elsewhere for portableTheo Buehler
2024-06-01Reverse order of attributesTheo Buehler
2024-06-01Remove support for static buffers in HMAC/digestsTheo Buehler
2024-03-28Hide symbols in RIPEMDjoshua
2024-03-28Rework loads and stores in ripemd.Joel Sing
2024-03-28Remove now unnecessary do { } while (0);Joel Sing
2024-03-28Inline HASH_MAKE_STRING.Joel Sing
2024-03-28Expand ROTATE macro to crypto_rol_u32().Joel Sing
2024-03-28Inline initial hash values.Joel Sing
2024-03-28Clean up various defines and prototypes.Joel Sing
2024-03-28Tidy includes.Joel Sing
2024-03-28Expand HASH_* defines.Joel Sing
2024-03-28Reorder functions.Joel Sing
2024-03-28Inline functions from md32_common.h for ripemd.Joel Sing
2024-03-28Remove now unused ripemd i386 assembly.Joel Sing
2023-08-10Mop up the last MD32_XARRAY.Joel Sing
2023-08-10Inline the remaining 10 lines from rmdconst.h.Joel Sing
2023-08-10Inline X variables definitions.Joel Sing
2023-08-10Inline shift values.Joel Sing
2023-08-10Apply some more style(9).Joel Sing
2023-08-10Remove MD32_REG_T.Joel Sing
2023-07-28Combine ripemd into a single C file.Joel Sing
2023-07-08Hit ripemd with the style(9) stick.Joel Sing
2023-07-08Inline rmd_local.h in rmd_dgst.c.Joel Sing
2023-04-17Drop two useless READMEsTheo Buehler
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-11-26Make internal header file names consistentTheo Buehler
2016-12-21Explicitly export a list of symbols from libcrypto.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-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-07-09remove unused, private version strings except SSL_version_strBrent Cook
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-06-06s/assember/assembler/ before someone gets offended. At the lastTheo 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-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
2014-04-15remove pentium specific benchmark codeJonathan Gray
2014-04-14remove auto-generated dependencies from the old unused build system, soTheo de Raadt
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.Miod Vallat