Source-Changes archive

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

CVS commit: [netbsd-6-0] src/crypto/external/bsd/openssl/lib/libcrypto



Module Name:    src
Committed By:   snj
Date:           Wed Apr 15 04:30:11 UTC 2015

Modified Files:
        src/crypto/external/bsd/openssl/lib/libcrypto [netbsd-6-0]: evp.inc
            modes.inc
        src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386 [netbsd-6-0]:
            aes.inc

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #832):
        crypto/external/bsd/openssl/lib/libcrypto/evp.inc: revision 1.5
        crypto/external/bsd/openssl/lib/libcrypto/modes.inc: revision 1.3
        crypto/external/bsd/openssl/lib/libcrypto/arch/i386/aes.inc: revision 1.3
Fix build goo for OpenSSL AES-NI support.
OpenSSL now supports AES-NI in evp, not in an engine.  We can now get
rid of the no longer maintained aesni engine, which was broken last
summer.  Not only can OpenSSL now use AES-NI for everything it did
before we broke it last summer, but it can also use AES-NI for more
encryption modes than before, such as CTR.
Tested on amd64, both vanilla and in an i386 chroot.
ok christos


To generate a diff of this commit:
cvs rdiff -u -r1.2.4.1.4.2 -r1.2.4.1.4.3 \
    src/crypto/external/bsd/openssl/lib/libcrypto/evp.inc
cvs rdiff -u -r1.1.8.1.4.2 -r1.1.8.1.4.3 \
    src/crypto/external/bsd/openssl/lib/libcrypto/modes.inc
cvs rdiff -u -r1.2 -r1.2.10.1 \
    src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/aes.inc

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