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/engines



Module Name:    src
Committed By:   christos
Date:           Sat Dec  8 23:24:02 UTC 2018

Added Files:
        src/crypto/external/bsd/openssl/lib/engines: Makefile engines.mk
        src/crypto/external/bsd/openssl/lib/engines/capi: Makefile
        src/crypto/external/bsd/openssl/lib/engines/dasync: Makefile
        src/crypto/external/bsd/openssl/lib/engines/ossltest: Makefile
        src/crypto/external/bsd/openssl/lib/engines/padlock: Makefile

Log Message:
Add engines infrastructure, not hooked to the build:
1. sets needs to be fixed
2. need to decide if I am going to add engine.so.MAJOR or use engine.so
   like OpenSSL wants
3. padlock is MD (x86) needs asm to be added, and conditionally built


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/crypto/external/bsd/openssl/lib/engines/Makefile \
    src/crypto/external/bsd/openssl/lib/engines/engines.mk
cvs rdiff -u -r0 -r1.1 \
    src/crypto/external/bsd/openssl/lib/engines/capi/Makefile
cvs rdiff -u -r0 -r1.1 \
    src/crypto/external/bsd/openssl/lib/engines/dasync/Makefile
cvs rdiff -u -r0 -r1.1 \
    src/crypto/external/bsd/openssl/lib/engines/ossltest/Makefile
cvs rdiff -u -r0 -r1.1 \
    src/crypto/external/bsd/openssl/lib/engines/padlock/Makefile

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