summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/whrlpool (follow)
Commit message (Expand)AuthorAgeFilesLines
* Nuke the whrlpool (named after the galaxy) from orbittb2024-08-312-903/+0
* Neuter the bounded attribute as was done elsewhere for portabletb2024-06-011-1/+5
* Reverse order of attributestb2024-06-011-3/+3
* Remove support for static buffers in HMAC/digeststb2024-06-012-7/+7
* Hide symbols in whrlpooljoshua2024-03-301-1/+6
* Consolidate whirlpool into a single C file.jsing2024-03-293-281/+227
* Remove now unused assembly implementations of whirlpool.jsing2024-03-292-978/+0
* Apply style(9) hammer.jsing2024-03-291-118/+117
* Replace uses of endbr64 with _CET_ENDBR from cet.htb2024-02-241-1/+1
* Make wp_local.h and cmll_local.h self-standingtb2023-09-042-5/+7
* unbreak build with llvm-16 by including sys/types.h for __BEGIN_HIDDEN_DECLSrobert2023-09-041-1/+3
* Add endbr64 where needed by inspection. Passes regresson tests.deraadt2023-04-251-0/+1
* Use .section .rodata instead of a plain .rodatatb2023-02-091-1/+1
* Move all data blocks from .text to .rodata and cleanup up and homogeneize codemiod2023-02-011-5/+7
* Move constants out of text segment into rodata to prepare for xonly supportderaadt2023-01-141-0/+1
* spelling fixes; from paul tagliamontejmc2022-12-261-3/+3
* Make internal header file names consistenttb2022-11-263-5/+5
* Switch to <endian.h> from <machine/endian.h> for better portability.bcook2021-11-091-2/+2
* Explicitly export a list of symbols from libcrypto.jsing2016-12-211-1/+5
* Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] bymiod2016-11-041-7/+12
* Less IA64.jsing2016-09-041-9/+1
* Less vax.jsing2016-09-041-3/+1
* 'accomodate' -> 'accommodate' in comments.krw2016-03-151-2/+2
* typosmiod2014-07-121-2/+2
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-3/+3
* Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to bemiod2014-07-091-3/+3
* Define SMALL_REGISTER_BANK on arm and vax, for it generates faster code formiod2014-07-081-1/+5
* tags as requested by miod and teduderaadt2014-06-124-0/+6
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-241-1/+2
* Replace hand-crafted STRICT_ALIGNMENT with system provided __STRICT_ALIGNMENT.miod2014-05-081-17/+7
* 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-109/+0
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-281-3/+1
* Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler,miod2014-04-181-4/+5
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-171-6/+1
* Remove support for big-endian i386 and amd64.miod2014-04-171-10/+0
* we don't use these files for buildingtedu2014-04-151-88/+0
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-3/+0
* No licence.miod2014-04-151-228/+0
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-8/+0
* This commit was generated by cvs2git to track changes on a CVS vendormiod2014-04-132-2/+3
|\
| * Import OpenSSL 1.0.1gmiod2014-04-132-2/+3
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-131-1/+4
|\ \
| * | import OpenSSL-1.0.1cdjm2012-10-131-1/+4
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-133-3/+7
|\ \ \ | | |/ | |/|
| * | import OpenSSL-1.0.1cdjm2012-10-133-3/+7
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-016-0/+2042
|\| | | |/ |/|
| * import OpenSSL-1.0.0adjm2010-10-016-0/+2042
* import OpenSSL-1.0.0adjm2010-10-012-0/+321