wolfssl-examples/crypto
Emma Stensland 6d28833ed3 fixed duplicate unlink(out_file) 2026-07-14 15:15:29 -06:00
..
3des F-1715 F-2114 F-3224 F-3690 F-4120 F-4123 F-4124 F-5614 F-5615: replace hardcoded/UAF-prone secrets and keys with RNG-generated values, zeroize key material before free, and flag non-constant-time secret comparisons 2026-07-14 13:33:25 -06:00
MagicCrypto Clean up wolfSSL path variable name 2024-04-04 13:28:23 -04:00
aes fixed duplicate unlink(out_file) 2026-07-14 15:15:29 -06:00
aes-modes F-1302 F-1303 F-1304 F-1308 F-3471 F-3691 F-4601: fix buffer overflows, malloc/realloc NULL checks, and padding validation in crypto file-encryption examples 2026-07-14 13:33:25 -06:00
ascon F-1298 F-1302 F-1307 F-1712 F-1713 F-1719 F-1720 F-1721 F-1722 F-2093 F-3466 F-3472 F-3477 F-4131 F-4132 F-4600 F-5612 F-6286 F-6289 F-6536: Fix error handling in crypto and signature examples 2026-07-14 15:06:41 -06:00
camellia F-1715 F-2114 F-3224 F-3690 F-4120 F-4123 F-4124 F-5614 F-5615: replace hardcoded/UAF-prone secrets and keys with RNG-generated values, zeroize key material before free, and flag non-constant-time secret comparisons 2026-07-14 13:33:25 -06:00
keywrap Example for key wrap using ECDH, HKDF and AES GCM. 2023-11-01 17:18:47 -07:00
pkcs12 F-1295 F-1697 F-3684 F-6287: fix duplicate wolfSSL_write call, wc_FreeDhKey double-free/key2 leak, fileSize dead-code checks, and unsigned keySz < 0 check 2026-07-10 16:56:42 -06:00
README.md Two examples for Ascon-AEAD128 and Ascon-Hash256 2026-04-27 17:22:49 +02:00

README.md

This directory contains examples that demonstrate using the wolfCrypt functionality to encrypt files with different algorithms (aes, 3des, etc.)

For further usage and details:

Please see the 3des/README.md for 3des.

Please see the ascon/README.md for ascon.

Please see the aes/README.md for aes.

Please see the camellia/README.md for camellia.

Please see the pkcs12/README.md for pkcs12.