> Attached is a patch that adds two Configure targets: linux-aarch32 and
> linux-aarch32hf. It might make a good starting point for Aarch32
> support.
> 
> The patch enables CRC and Crypto extensions by default.

Code that utilizes crypto extensions is compiled with -march=armv7-a by
default. Or maybe "assembled" is more accurate term.

> It allows the
> library and users with custom engines to use the instructions to
> offload to hardware.

If some custom engine requires such command line option, it can be used
when compiling the engine. OpenSSL doesn't have to be.

> Users will have to add their preference for -mtune.

See commentary in linux-armv4 section just few lines above. In your case
default configuration with ./config produces perfectly adequate output,
also modulo -mtune argument. Suggested modifications hardly add any value...


-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4632
Please log in as guest with password guest if prompted

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to