summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ripemd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove #error if OPENSSL_NO_FOO is definedtb2025-01-251-5/+1
* md4/ripemd: remove misplaced semicolonstb2024-06-011-2/+2
* Neuter the bounded attribute as was done elsewhere for portabletb2024-06-011-1/+5
* Reverse order of attributestb2024-06-011-3/+3
* Remove support for static buffers in HMAC/digeststb2024-06-012-8/+7
* Hide symbols in RIPEMDjoshua2024-03-281-1/+6
* Rework loads and stores in ripemd.jsing2024-03-281-74/+53
* Remove now unnecessary do { } while (0);jsing2024-03-281-3/+1
* Inline HASH_MAKE_STRING.jsing2024-03-281-14/+14
* Expand ROTATE macro to crypto_rol_u32().jsing2024-03-281-11/+16
* Inline initial hash values.jsing2024-03-281-12/+8
* Clean up various defines and prototypes.jsing2024-03-281-28/+2
* Tidy includes.jsing2024-03-281-4/+4
* Expand HASH_* defines.jsing2024-03-281-27/+29
* Reorder functions.jsing2024-03-281-109/+109
* Inline functions from md32_common.h for ripemd.jsing2024-03-281-1/+101
* Remove now unused ripemd i386 assembly.jsing2024-03-281-591/+0
* Mop up the last MD32_XARRAY.jsing2023-08-101-197/+187
* Inline the remaining 10 lines from rmdconst.h.jsing2023-08-102-75/+12
* Inline X variables definitions.jsing2023-08-102-345/+175
* Inline shift values.jsing2023-08-102-330/+170
* Apply some more style(9).jsing2023-08-101-170/+171
* Remove MD32_REG_T.jsing2023-08-101-4/+4
* Combine ripemd into a single C file.jsing2023-07-282-81/+18
* Hit ripemd with the style(9) stick.jsing2023-07-084-249/+293
* Inline rmd_local.h in rmd_dgst.c.jsing2023-07-082-151/+93
* Drop two useless READMEstb2023-04-171-15/+0
* spelling fixes; from paul tagliamontejmc2022-12-261-1/+1
* Make internal header file names consistenttb2022-11-262-3/+3
* Explicitly export a list of symbols from libcrypto.jsing2016-12-212-3/+10
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-2/+2
* Remove pointless comments.jsing2015-09-101-2/+2
* deregister; no binary changejsg2014-10-281-2/+2
* digests: *_LONG_LOG2 is not used, stop talking about it.bcook2014-10-201-5/+1
* remove return value from HOST_c2l/l2c macrosbcook2014-08-182-22/+22
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-3/+3
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1
* tags as requested by miod and teduderaadt2014-06-125-5/+5
* Remove various test stubs. The good ones have been moved by jsingderaadt2014-06-071-125/+0
* s/assember/assembler/ before someone gets offended. At the lastderaadt2014-06-061-1/+1
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-241-1/+2
* Remove fips_md_init() macro indirection for digest algorithms, used by themiod2014-05-011-1/+1
* Unsurprisingly, since <unistd.h> was so darn hard to find for OpenSSL developersbeck2014-04-181-3/+1
* Remove _CRAY references. Note that this pleads for the use of <stdint.h>miod2014-04-161-1/+1
* we don't use these files for buildingtedu2014-04-151-83/+0
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-3/+0
* Moved to regress/lib/libcrypto.miod2014-04-151-138/+0
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-7/+0
* remove pentium specific benchmark codejsg2014-04-151-82/+0
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-12/+0