index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
md5
Age
Commit message (
Expand
)
Author
2024-06-01
Reverse order of attributes
Theo Buehler
2024-06-01
Remove support for static buffers in HMAC/digests
Theo Buehler
2024-03-28
Load in the top of the loop, as we do for other hash implementations.
Joel Sing
2024-03-26
Stop including md32_common.h in md5.c and remove unused defines.
Joel Sing
2024-03-26
Include stdint.h for uintptr_t.
Joel Sing
2024-03-26
Demacro MD5 and improve data loading.
Joel Sing
2024-02-24
Replace uses of endbr64 with _CET_ENDBR from cet.h
Theo Buehler
2023-08-15
Clean up alignment handling.
Joel Sing
2023-08-15
Use MD5_LONG instead of unsigned int for consistency.
Joel Sing
2023-08-15
Condition only on #ifdef MD5_ASM.
Joel Sing
2023-08-14
Inline INIT_DATA_* defines.
Joel Sing
2023-08-14
style(9)
Joel Sing
2023-08-10
Remove now unnecessary 'do {} while (0);' and move variable declaration.
Joel Sing
2023-08-10
Expand HASH_MAKE_STRING.
Joel Sing
2023-08-10
Remove MD32_XARRAY remnants.
Joel Sing
2023-08-10
Reorder functions.
Joel Sing
2023-08-10
Implement MD5_{Update,Transform,Final}() directly in md5.c.
Joel Sing
2023-08-10
Tidy includes.
Joel Sing
2023-08-10
Remove MD32_REG_T.
Joel Sing
2023-07-28
Combine md5 into a single C file.
Joel Sing
2023-07-15
Mop up MD32_XARRAY from md5.
Joel Sing
2023-07-08
Hide symbols in md4 and md5
Bob Beck
2023-07-08
Hit md5 with the style(9) stick.
Joel Sing
2023-07-08
Inline md5_local.h in md5_dgst.c.
Joel Sing
2023-04-25
Add endbr64 where needed by inspection. Passes regresson tests.
Theo de Raadt
2022-11-26
Make internal header file names consistent
Theo Buehler
2016-12-21
Explicitly export a list of symbols from libcrypto.
Joel Sing
2016-09-04
Less IA64.
Joel Sing
2015-09-10
Correct spelling of OPENSSL_cleanse.
Joel Sing
2015-09-10
Remove pointless comments.
Joel Sing
2014-10-28
deregister; no binary change
Jonathan Gray
2014-10-20
digests: *_LONG_LOG2 is not used, stop talking about it.
Brent Cook
2014-08-18
remove return value from HOST_c2l/l2c macros
Brent Cook
2014-07-13
unbreak build this needed to be an and..
Bob Beck
2014-07-13
Take out __bounded__ in the include files we use it in when not on OpenBSD.
Bob Beck
2014-07-10
Explicitly include <openssl/opensslconf.h> in every file that references
Joel Sing
2014-07-10
Remove bogus preprocessor statements trying to pick the largest integer
Miod Vallat
2014-07-09
remove unused, private version strings except SSL_version_str
Brent Cook
2014-06-14
Add more bounded attributes to the buffer and md5/sha headers in libssl
Anil Madhavapeddy
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-06-07
Remove various test stubs. The good ones have been moved by jsing
Theo de Raadt
2014-05-24
Almost nothing actually needs to include <openssl/e_os2.h>, however by
Joel Sing
2014-05-01
Remove fips_md_init() macro indirection for digest algorithms, used by the
Miod Vallat
2014-04-30
First pass at removing win64 support from the assembly generating Perl
Joel Sing
2014-04-18
Unsurprisingly, since <unistd.h> was so darn hard to find for OpenSSL developers
Bob Beck
2014-04-16
Remove _CRAY references. Note that this pleads for the use of <stdint.h>
Miod Vallat
2014-04-15
we don't use these files for building
Ted Unangst
2014-04-15
remove FIPS mode support. people who require FIPS can buy something that
Ted Unangst
2014-04-15
Moved to regress/lib/libcrypto.
Miod Vallat
2014-04-15
Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity
Bob Beck
[next]