Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto



Module Name:    src
Committed By:   christos
Date:           Wed Apr 23 20:14:59 UTC 2025

Modified Files:
        src/crypto/external/bsd/openssl/lib/libcrypto: aes.inc
        src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64: Makefile
            sha.inc sha512-x86_64.S
Added Files:
        src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64:
            sha256-x86_64.S

Log Message:
PR/59329: nia: OpenSSL 7x slower at AES. Thanks rvp.
1. Add AESCPPFLAGS to CPPFLAGS for all files, not just the AES ones
2. Enable and correct sha assembly generation


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
    src/crypto/external/bsd/openssl/lib/libcrypto/aes.inc
cvs rdiff -u -r1.13 -r1.14 \
    src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/Makefile
cvs rdiff -u -r1.6 -r1.7 \
    src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha.inc
cvs rdiff -u -r0 -r1.1 \
    src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha256-x86_64.S
cvs rdiff -u -r1.11 -r1.12 \
    src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha512-x86_64.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index