Re: [openssl-users] Building OpenSSL Library on ARM Cortex M4 based STM32F4 controller in an RTOS environment

2016-09-20 Thread Steve Marquess
On 09/20/2016 12:22 AM, Jinu Jayachandran wrote: > Hi, > > > > I am looking at the feasibility of developing an embedded Bluetooth > application with OpenSSL-FIPS support on STM32F407 microcontroller(which > is ARM Cortex M4 based). The application doesn't run on generic OS like > Linux, Window

[openssl-users] Building OpenSSL Library on ARM Cortex M4 based STM32F4 controller in an RTOS environment

2016-09-19 Thread Jinu Jayachandran
Hi, I am looking at the feasibility of developing an embedded Bluetooth application with OpenSSL-FIPS support on STM32F407 microcontroller(which is ARM Cortex M4 based). The application doesn't run on generic OS like Linux, Windows or android but it runs on CMSIS-RTX RTOS. I am using Keil in Win