Skip to content

Commit 1c56a26

Browse files
authored
Merge pull request #8521 from kaleb-himes/KH-SRTP-PORTING-OEs-phase4-rev3
Checkin XCODE settings for v6.0.0 module
2 parents 8b8873f + 7a53301 commit 1c56a26

File tree

4 files changed

+966
-0
lines changed

4 files changed

+966
-0
lines changed

IDE/XCODE-FIPSv6/README

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- The user_settings.h in this directory is intended for use with the FIPS 140-3
2+
submission candidate for upcoming SRTP-KDF submission. As such it is subject to
3+
change between now and when the CMVP issues the wolfCrypt FIPS 140-3
4+
certificate.
5+
6+
- Last updated: 28 Feb 2025
7+

IDE/XCODE-FIPSv6/include.am

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# vim:ft=automake
2+
# included from Top Level Makefile.am
3+
# All paths should be given relative to the root
4+
5+
# NOTE: The app will be stored in wolfssl/fips repository and copied
6+
# into the proper release bundles when packaging the release.
7+
8+
EXTRA_DIST+= IDE/XCODE-FIPSv6/user_settings.h
9+
EXTRA_DIST+= IDE/XCODE-FIPSv6/README

0 commit comments

Comments
 (0)