| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop including md32_common.h in md5.c and remove unused defines. | jsing | 2024-03-26 | 1 | -17/+1 |
* | Include stdint.h for uintptr_t. | jsing | 2024-03-26 | 1 | -1/+2 |
* | Demacro MD5 and improve data loading. | jsing | 2024-03-26 | 1 | -116/+154 |
* | Replace uses of endbr64 with _CET_ENDBR from cet.h | tb | 2024-02-24 | 1 | -1/+1 |
* | Clean up alignment handling. | jsing | 2023-08-15 | 1 | -56/+35 |
* | Use MD5_LONG instead of unsigned int for consistency. | jsing | 2023-08-15 | 1 | -3/+3 |
* | Condition only on #ifdef MD5_ASM. | jsing | 2023-08-15 | 1 | -15/+5 |
* | Inline INIT_DATA_* defines. | jsing | 2023-08-14 | 1 | -10/+7 |
* | style(9) | jsing | 2023-08-14 | 1 | -6/+6 |
* | Remove now unnecessary 'do {} while (0);' and move variable declaration. | jsing | 2023-08-10 | 1 | -5/+2 |
* | Expand HASH_MAKE_STRING. | jsing | 2023-08-10 | 1 | -13/+13 |
* | Remove MD32_XARRAY remnants. | jsing | 2023-08-10 | 1 | -4/+1 |
* | Reorder functions. | jsing | 2023-08-10 | 1 | -119/+119 |
* | Implement MD5_{Update,Transform,Final}() directly in md5.c. | jsing | 2023-08-10 | 1 | -1/+103 |
* | Tidy includes. | jsing | 2023-08-10 | 1 | -4/+1 |
* | Remove MD32_REG_T. | jsing | 2023-08-10 | 1 | -3/+3 |
* | Combine md5 into a single C file. | jsing | 2023-07-28 | 2 | -80/+18 |
* | Mop up MD32_XARRAY from md5. | jsing | 2023-07-15 | 1 | -91/+84 |
* | Hide symbols in md4 and md5 | beck | 2023-07-08 | 2 | -3/+7 |
* | Hit md5 with the style(9) stick. | jsing | 2023-07-08 | 3 | -130/+163 |
* | Inline md5_local.h in md5_dgst.c. | jsing | 2023-07-08 | 2 | -134/+76 |
* | Add endbr64 where needed by inspection. Passes regresson tests. | deraadt | 2023-04-25 | 1 | -0/+1 |
* | Make internal header file names consistent | tb | 2022-11-26 | 2 | -3/+3 |
* | Explicitly export a list of symbols from libcrypto. | jsing | 2016-12-21 | 1 | -1/+5 |
* | Less IA64. | jsing | 2016-09-04 | 1 | -992/+0 |
* | Correct spelling of OPENSSL_cleanse. | jsing | 2015-09-10 | 1 | -2/+2 |
* | Remove pointless comments. | jsing | 2015-09-10 | 1 | -2/+2 |
* | deregister; no binary change | jsg | 2014-10-28 | 1 | -2/+2 |
* | digests: *_LONG_LOG2 is not used, stop talking about it. | bcook | 2014-10-20 | 2 | -8/+3 |
* | remove return value from HOST_c2l/l2c macros | bcook | 2014-08-18 | 1 | -5/+5 |
* | unbreak build this needed to be an and.. | beck | 2014-07-13 | 1 | -2/+2 |
* | Take out __bounded__ in the include files we use it in when not on OpenBSD. | beck | 2014-07-13 | 1 | -1/+4 |
* | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 1 | -3/+3 |
* | Remove bogus preprocessor statements trying to pick the largest integer | miod | 2014-07-10 | 1 | -8/+1 |
* | remove unused, private version strings except SSL_version_str | bcook | 2014-07-09 | 1 | -3/+1 |
* | Add more bounded attributes to the buffer and md5/sha headers in libssl | avsm | 2014-06-14 | 1 | -3/+5 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 4 | -4/+4 |
* | Remove various test stubs. The good ones have been moved by jsing | deraadt | 2014-06-07 | 1 | -125/+0 |
* | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 2 | -2/+5 |
* | Remove fips_md_init() macro indirection for digest algorithms, used by the | miod | 2014-05-01 | 1 | -1/+1 |
* | First pass at removing win64 support from the assembly generating Perl | jsing | 2014-04-30 | 1 | -106/+0 |
* | Unsurprisingly, since <unistd.h> was so darn hard to find for OpenSSL developers | beck | 2014-04-18 | 1 | -3/+1 |
* | Remove _CRAY references. Note that this pleads for the use of <stdint.h> | miod | 2014-04-16 | 1 | -8/+1 |
* | we don't use these files for building | tedu | 2014-04-15 | 1 | -90/+0 |
* | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 1 | -3/+0 |
* | Moved to regress/lib/libcrypto. | miod | 2014-04-15 | 1 | -140/+0 |
* | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity | beck | 2014-04-15 | 1 | -20/+0 |
* | remove pentium specific benchmark code | jsg | 2014-04-15 | 1 | -78/+0 |
* | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -12/+0 |
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -4/+4 |