summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/md5 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove #error if OPENSSL_NO_FOO is definedtb2025-01-251-5/+1
* Remove now unused perlasm script for MD5 on amd64.jsing2025-01-241-265/+0
* Provide a readable assembly implementation for MD5 on amd64.jsing2025-01-244-8/+244
* Improve bit counter handling in MD5.jsing2025-01-192-18/+7
* Reverse order of attributestb2024-06-011-3/+3
* Remove support for static buffers in HMAC/digeststb2024-06-012-5/+3
* Load in the top of the loop, as we do for other hash implementations.jsing2024-03-281-10/+10
* 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
* Replace uses of endbr64 with _CET_ENDBR from cet.htb2024-02-241-1/+1
* 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-282-80/+18
* Mop up MD32_XARRAY from md5.jsing2023-07-151-91/+84
* Hide symbols in md4 and md5beck2023-07-082-3/+7
* Hit md5 with the style(9) stick.jsing2023-07-083-130/+163
* Inline md5_local.h in md5_dgst.c.jsing2023-07-082-134/+76
* Add endbr64 where needed by inspection. Passes regresson tests.deraadt2023-04-251-0/+1
* Make internal header file names consistenttb2022-11-262-3/+3
* Explicitly export a list of symbols from libcrypto.jsing2016-12-211-1/+5
* Less IA64.jsing2016-09-041-992/+0
* 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-202-8/+3
* remove return value from HOST_c2l/l2c macrosbcook2014-08-181-5/+5
* unbreak build this needed to be an and..beck2014-07-131-2/+2
* Take out __bounded__ in the include files we use it in when not on OpenBSD.beck2014-07-131-1/+4
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-3/+3
* Remove bogus preprocessor statements trying to pick the largest integermiod2014-07-101-8/+1
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1
* Add more bounded attributes to the buffer and md5/sha headers in libsslavsm2014-06-141-3/+5
* tags as requested by miod and teduderaadt2014-06-124-4/+4
* Remove various test stubs. The good ones have been moved by jsingderaadt2014-06-071-125/+0
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-242-2/+5
* Remove fips_md_init() macro indirection for digest algorithms, used by themiod2014-05-011-1/+1
* First pass at removing win64 support from the assembly generating Perljsing2014-04-301-106/+0
* 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-8/+1