Skip to content

Commit

Permalink
Merge 00ce575 into 38ee50e
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsocha2 committed Jul 11, 2023
2 parents 38ee50e + 00ce575 commit 94d0b95
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ Getting Started Docs: <https://developer.box.com/guides/tooling/sdks/python/>
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [Versions](#versions)
- [Supported Version](#supported-version)
- [Version schedule](#version-schedule)
- [Installing](#installing)
- [Getting Started](#getting-started)
- [Authorization](#authorization)
Expand All @@ -33,6 +30,10 @@ Getting Started Docs: <https://developer.box.com/guides/tooling/sdks/python/>
- [Development Client](#development-client)
- [Customization](#customization)
- [Custom Subclasses](#custom-subclasses)
- [FIPS 140-2 Compliance](#fips-140-2-compliance)
- [Versions](#versions)
- [Supported Version](#supported-version)
- [Version schedule](#version-schedule)
- [Contributing](#contributing)
- [Developer Setup](#developer-setup)
- [Testing](#testing)
Expand Down Expand Up @@ -388,6 +389,14 @@ subclass will be returned from all SDK methods that previously returned
an instance of the parent. See `BaseAPIJSONObjectMeta` and `Translator`
to see how the SDK performs dynamic lookups to determine return types.

# FIPS 140-2 Compliance

The Python SDK allows using FIPS 140-2 validated SSL libraries (OpenSSL 3.0).
To enable FIPS mode for `cryptography` library, it is required to bind a FIPS-compliant version
of the OpenSSL to the library during the installation process. To use OpenSSL 3.0 for the entire
network communication, it is required to build a custom version of Python with the OpenSSL module replaced.


# Versions
We use a modified version of [Semantic Versioning](https://semver.org/) for all changes. See [version strategy](VERSIONS.md) for details which is effective from 30 July 2022.

Expand Down

0 comments on commit 94d0b95

Please sign in to comment.