summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/hppa/Makefile.inc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace Makefile based SHA*_ASM defines with HAVE_SHA_* defines.jsing2025-02-141-3/+1
* Provide and use crypto_arch.h.jsing2024-08-111-3/+1
* Always use C functions for AES_{encrypt,decrypt}().jsing2024-03-291-1/+3
* Move camellia to primary Makefile.jsing2024-03-291-3/+1
* Move aes_core.c to the primary Makefile.jsing2024-03-291-2/+1
* Move wp_block.c to the primary Makefile.jsing2024-03-291-3/+1
* Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms.jsing2024-03-281-2/+2
* Move rc4.c to primary Makefile.jsing2024-03-281-3/+1
* Move des sources to primary Makefile.jsing2024-03-281-3/+1
* Remove unused rc4 parisc assembly.jsing2024-03-271-5/+1
* Consolidate rc4 code.jsing2024-03-271-2/+2
* Move bf_enc.c to the primary Makefile.jsing2024-03-271-3/+1
* Remove the now empty bn_asm.c.jsing2023-01-311-2/+1
* Remove non-visible and unused OPENSSL_wipe_cpu and OPENSSL_atomic_addmiod2023-01-171-8/+1
* Move all data tables from .text section to .rodata, and update the code tomiod2023-01-131-3/+1
* temporarily force hppa libcrypto to be built --no-execute-only becausederaadt2023-01-111-1/+3
* Remove commented out rc5 bitstb2019-05-111-3/+1
* In the neverending saga of enabling and disabling assembler code for shamiod2015-03-181-5/+1
* Do not use sha512-parisc for now, as it is subtly bugged - passes the shamiod2015-03-051-1/+3
* Add the Cammelia cipher to libcrypto.miod2014-11-171-1/+3
* Revert r1.5 and reenable assembler version of ghash now that it has beenmiod2014-09-271-3/+3
* Disable assembler code for ghash on hppa, causes wrong computations in somemiod2014-09-271-3/+3
* Correctly enable assembler Montgomery routine.miod2014-05-021-1/+2
* Reenable assembler code for SHA384 and SHA512 now that it no longer miscomputesmiod2014-05-021-3/+3
* Disable assembler version of SHA512 for now, it produces wrong results.miod2014-05-021-3/+3
* Enable use of assembly code for AES, BN (Montgomery), SHA1, SHA256 and SHA512.miod2014-05-011-0/+50