Help using OpenSSL 1.1.1f source code

2020-05-20 Thread Deep D. Patel
Hello Developers, I am working on an embedded project. My target is Arm Cortex m3 microcontroller (32-bit). I need cryptography(encryption/decryption) support for my application. Thus, I want to add part of openssl 1.1.1f source code to support AES algorithms (modes cbc-mac, ctr128) in my exist

Help using openssl source code for AES/DES encryption/decryption

2020-05-18 Thread Deep D. Patel
Hello, I want to add openssl 1.0.2u source code to support AES, DES algorithms in my existing project to build the executable (using Cross Arm GCC C/C++ compiler in Eclipse IDE) for my target environment (32-bit Arm Cortex m3 controller). What are the relevant files/folder of the source code sh