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
/
sha
Age
Commit message (
Expand
)
Author
2023-04-15
Apply style(9) (first pass).
Joel Sing
2023-04-15
Import sha3_internal.h.
Joel Sing
2023-04-15
Add license to sha3 files.
Joel Sing
2023-04-15
Import tiny_sha3
Joel Sing
2023-04-14
Add support for truncated SHA512 variants.
Joel Sing
2023-04-14
Use memset() and only initialise non-zero struct members.
Joel Sing
2023-04-12
Remove now unused sha_local.h.
Joel Sing
2023-04-12
Provide and use crypto_ro{l,r}_u{32,64}().
Joel Sing
2023-04-12
Provide and use crypto_store_htobe64().
Joel Sing
2023-04-11
Recommit jsing's r1.27 - portable is ready
Theo Buehler
2023-04-11
Back out r1.27 using htobe64() - apparently some OS don't have it.
Theo Buehler
2023-04-11
Consolidate sha1 into a single file.
Joel Sing
2023-04-11
Simplify handling of big vs little endian.
Joel Sing
2023-04-11
Use htobe64() instead of testing BYTE_ORDER and then handrolling htobe64().
Joel Sing
2023-04-11
Omit sha512_block_data_order() prototype when assembly is not being used.
Joel Sing
2023-04-11
Remove less than useful implementation notes.
Joel Sing
2023-03-29
More whitespace fixes.
Joel Sing
2023-03-29
Whitespace fixes.
Joel Sing
2023-03-29
Whitespace fixes.
Joel Sing
2023-03-29
Use multiple statements instead of a statement with multiple expressions.
Joel Sing
2023-03-29
Mop up MD32_XARRAY from SHA1.
Joel Sing
2023-03-29
Inline initial hash data values for SHA1.
Joel Sing
2023-03-27
Reorder functions/code.
Joel Sing
2023-03-27
Tidy includes.
Joel Sing
2023-03-26
Replace HASH_BLOCK_DATA_ORDER with sha1_block_data_order.
Joel Sing
2023-03-26
Remove unnecessary HIDDEN_DECLS.
Joel Sing
2023-03-26
Removes some unwanted spaces.
Joel Sing
2023-03-26
Whack sha1dgst.c with the style(9) stick again.
Joel Sing
2023-03-26
Tidy up includes.
Joel Sing
2023-03-26
Inline sha_local.h in sha1dgst.c.
Joel Sing
2023-03-26
Add license to sha256.c/sha512.c.
Joel Sing
2023-03-26
Use multiple statements instead of comma separated expressions.
Joel Sing
2023-03-26
Add blank lines for readability.
Joel Sing
2023-03-26
Add some blank lines for readability, along with some more style(9) tweaks.
Joel Sing
2023-03-26
Whack sha with a style(9) stick.
Joel Sing
2023-02-23
Use explicit .text instead of .previous to please Windows/MinGW on amd64
Theo Buehler
2023-02-09
Use .section .rodata instead of a plain .rodata
Theo Buehler
2023-02-02
Remove AIX toc data after every function. NFC
Miod Vallat
2010-10-01
import OpenSSL-1.0.0a
Damien Miller
2023-02-02
Move all data blocks from .text to .rodata and cleanup up and homogeneize code
Miod Vallat
2023-02-01
Move all data blocks from .text to .rodata and cleanup up and homogeneize code
Miod Vallat
2023-02-01
For xonly, move sha512-ppc.pl's table from text to rodata
George Koehler
2010-10-01
import OpenSSL-1.0.0a
Damien Miller
2023-01-19
Remove various unused assembly files and assembly generation scripts.
Joel Sing
2023-01-14
Move constants out of text segment into rodata to prepare for xonly support
Theo de Raadt
2023-01-13
Move all data tables from .text section to .rodata, and update the code to
Miod Vallat
2023-01-13
Move all data tables from .text section to .rodata, and update the code to
Miod Vallat
2010-10-01
import OpenSSL-1.0.0a
Damien Miller
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2010-10-01
import OpenSSL-1.0.0a
Damien Miller
[prev]
[next]