aboutsummaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc/recipes-connectivity
AgeCommit message (Collapse)Author
2015-07-28openssl: add sdk-v1.8 patchesCristian Stoica
The imports the following changes: eng_cryptodev: extend TLS offload with+ 3des_cbc_hmac_sha1 eng_cryptodev: add support for TLSv1.1 record offload eng_cryptodev: add support for TLSv1.2 record offload cryptodev: drop redundant function cryptodev: do not zero the buffer before use cryptodev: clean-up code layout cryptodev: do not cache file descriptor in 'open' cryptodev: put_dev_crypto should be an int cryptodev: simplify cryptodev pkc support code Signed-off-by: Cristian Stoica <cristian.stoica@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-28openssl: rewrite recipe to remove code duplicationCristian Stoica
- the package is now based on upstream tarball instead of Freescale git repository - Freescale cryptodev patches are applied only on target package to avoid build errors Signed-off-by: Cristian Stoica <cristian.stoica@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-28openssl: remove native dependency on cryptodevCristian Stoica
The original intent of the code was good but the comment was missleading since the cryptodev dependency was always set, even for the native package. Dependency on acceleration engines (including cryptodev) should be disabled for the native package to reduce the risk of incorrect builds and other runtime issues. In particular, the chain of dependencies for such a high profile crypto package should be minimal to help with code audit. Signed-off-by: Cristian Stoica <cristian.stoica@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-28openssl: fix the packaging qa errorZhenhua Luo
ERROR: QA Issue: non debug package contains .debug directory: openssl-engines path .../packages-split/openssl-engines/usr/lib64/engines/.debug/libcswift.so ERROR: QA run found fatal errors. Please consider fixing them. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-01-08openssl: upgrade to 1.0.1i plus Freescale patchesCristian Stoica
- include fixes for algorithm registration and 32-bit application hanging on E5500 cores. - add offloading suport for aes-gcm - upstream patches are kept except for the documentation patch which is no longer necessary Signed-off-by: Cristian Stoica <cristian.stoica@freescale.com>
2014-07-29ipsec-demo (scripts and configuration files) add recipeTing Liu
There are some ipsec demo scripts and configuration files for qoriq boards. add a recipe to hold them. Signed-off-by: Ting Liu <b28495@freescale.com>
2014-07-23openssl_1.0.1g.bbappend: add missing colon for FILESEXTRAPATHSHongxu Jia
While other openssl's bbapend to assign FILESEXTRAPATHS, there was a potential dir split error. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2014-07-11openssl: use fsl maintained sourceTing Liu
add bbappend to use fsl own openssl source code which was tested Signed-off-by: Ting Liu <b28495@freescale.com>
2014-07-11openssl: downgrade to 1.0.1gTing Liu
openssl released in fsl sdk v1.6 was based on 1.0.1g, so downgrade for fsl boards. the imported recipes were based on daisy-11.0.0 which FSL SDK based on. Signed-off-by: Ting Liu <b28495@freescale.com>