You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cross-compiled openssl1.1.0 directly, but without the cmp function, then I cross-compiled cmpssl, and re-compiled openssl1.1.0 in the cross-compilation, the command is as follows:
./Configure linux-armv4 -march=armv7-a --cross-compile-prefix=/opt/petalinux-v2015.4-final/tools/linux-i386/arm-xilinx-linux-gnueabi/bin/arm-xilinx -linux-gnueabi- -I/usr/local/cmp/include_cmp -L/usr/local/cmp/lib --prefix=/usr/local/openssl
But ported to the ARM platform, there is still no openss cmp command, how can I use the cmp command?
The text was updated successfully, but these errors were encountered:
DDvO
changed the title
How to port to openssl1.1.0
How to port to openssl1.1.0 - cmp CLI command missing
Jun 24, 2022
Sorry @XYQ202 that I did not manage to reply earlier.
Since late 2021, cmpossl is a CMP and HTTP abstraction layer library only.
I just made this more clear in README.md.
I you need a CLI, better use the Generic CMP Client.
I cross-compiled openssl1.1.0 directly, but without the cmp function, then I cross-compiled cmpssl, and re-compiled openssl1.1.0 in the cross-compilation, the command is as follows:
./Configure linux-armv4 -march=armv7-a --cross-compile-prefix=/opt/petalinux-v2015.4-final/tools/linux-i386/arm-xilinx-linux-gnueabi/bin/arm-xilinx -linux-gnueabi- -I/usr/local/cmp/include_cmp -L/usr/local/cmp/lib --prefix=/usr/local/openssl
But ported to the ARM platform, there is still no openss cmp command, how can I use the cmp command?
The text was updated successfully, but these errors were encountered: