This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from 6c3a01c76 MINIFICPP-2533 Fix librdkafka compilation on Windows
add 60c51b73c MINIFICPP-2543 Make S3 operations FIPS compliant
add 6ae85a7dd MINIFICPP-2544 extend and fix FIPS docs
add 7ef4c0656 MINIFICPP-2547 Try to generate fipsmodule.cnf if not found
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 2 +-
CONFIGURE.md | 15 +-
PROCESSORS.md | 173 +++++++++++----------
cmake/BundledAwsSdkCpp.cmake | 8 +-
.../integration/cluster/checkers/AwsChecker.py | 6 +-
.../cluster/containers/MinifiContainer.py | 8 -
.../cluster/containers/S3ServerContainer.py | 2 +-
docker/test/integration/features/s3.feature | 18 +++
extensions/aws/processors/PutS3Object.cpp | 11 ++
extensions/aws/processors/PutS3Object.h | 12 +-
extensions/aws/processors/S3Processor.h | 20 ++-
extensions/aws/s3/S3Wrapper.cpp | 17 +-
extensions/aws/s3/S3Wrapper.h | 34 +++-
extensions/aws/tests/PutS3ObjectTests.cpp | 7 +
{examples/scripts => fips}/README.md | 15 +-
fips/openssl.cnf | 4 +-
minifi_main/Fips.cpp | 41 +++--
thirdparty/aws-sdk-cpp/fix-finding-s2n.patch | 26 ++++
18 files changed, 274 insertions(+), 145 deletions(-)
copy {examples/scripts => fips}/README.md (53%)
create mode 100644 thirdparty/aws-sdk-cpp/fix-finding-s2n.patch