summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/md5/md5.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop including md32_common.h in md5.c and remove unused defines.jsing2024-03-261-17/+1
* Include stdint.h for uintptr_t.jsing2024-03-261-1/+2
* Demacro MD5 and improve data loading.jsing2024-03-261-116/+154
* Clean up alignment handling.jsing2023-08-151-56/+35
* Use MD5_LONG instead of unsigned int for consistency.jsing2023-08-151-3/+3
* Condition only on #ifdef MD5_ASM.jsing2023-08-151-15/+5
* Inline INIT_DATA_* defines.jsing2023-08-141-10/+7
* style(9)jsing2023-08-141-6/+6
* Remove now unnecessary 'do {} while (0);' and move variable declaration.jsing2023-08-101-5/+2
* Expand HASH_MAKE_STRING.jsing2023-08-101-13/+13
* Remove MD32_XARRAY remnants.jsing2023-08-101-4/+1
* Reorder functions.jsing2023-08-101-119/+119
* Implement MD5_{Update,Transform,Final}() directly in md5.c.jsing2023-08-101-1/+103
* Tidy includes.jsing2023-08-101-4/+1
* Remove MD32_REG_T.jsing2023-08-101-3/+3
* Combine md5 into a single C file.jsing2023-07-281-0/+303
* Remove various test stubs. The good ones have been moved by jsingderaadt2014-06-071-125/+0
* Unsurprisingly, since <unistd.h> was so darn hard to find for OpenSSL developersbeck2014-04-181-3/+1
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-1/+1
* OpenSSL 0.9.4 mergebeck1999-09-291-13/+5
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+135