Skip to content

Commit

Permalink
Upgrade to mbedtls 3.6 bibledit/cloud#944
Browse files Browse the repository at this point in the history
  • Loading branch information
teusbenschop committed Jul 14, 2024
1 parent a38379b commit acda7ab
Show file tree
Hide file tree
Showing 242 changed files with 141,583 additions and 48,970 deletions.
2 changes: 2 additions & 0 deletions server/mbedtls/0readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ Integrate is with the Bibledit library as follows:
* Copy the current working version of mbedtls to folder mbedtls.old for fallback.
* Download the source tarball and unpack it.
* Copy the unpackaged source library/*.c to folder mbedtls in Bibledit.
* Copy the unpackaged source library/*.h to folder mbedtls in Bibledit.
* Copy the unpacked source include/mbedtls/*.h to folder mbedtls in Bibledit.
* Copy the unpacked folder include/mbedtls/psa to the root folder in Bibledit (not to folder mbedtls).
* Put all mbedtls/*.c in Bibledit into Makefile.am in Bibledit.

Example code of SSL/TLS handshake, server, client, and so on, is in the source code of mbed TLS.
Expand Down
2,360 changes: 1,201 additions & 1,159 deletions server/mbedtls/aes.c

Large diffs are not rendered by default.

296 changes: 113 additions & 183 deletions server/mbedtls/aes.h

Large diffs are not rendered by default.

Loading

0 comments on commit acda7ab

Please sign in to comment.