
ccf 3.0.3
0
Set of tools and utilities for the Confidential Consortium Framework (CCF)
Contents
Set of tools and utilities for the Confidential Consortium Framework (CCF)
Stars: 638, Watchers: 638, Forks: 165, Open Issues: 153The microsoft/CCF
repo was created 3 years ago and was last updated 3 days ago.
The project is popular with 638 github stars!
How to Install ccf
You can install ccf using pip
pip install ccf
or add it to a project with poetry
poetry add ccf
Package Details
- Author
- CCF Team
- License
- Apache License 2.0
- Homepage
- https://github.com/microsoft/CCF/tree/main/python
- PyPi
- https://pypi.org/project/ccf/
- GitHub Repo
- https://github.com/microsoft/CCF
Classifiers
Related Packages
Errors
A list of common ccf errors.
Code Examples
Here are some ccf
code examples and snippets.
GitHub Issues
The ccf package has 153 open issues on GitHub
- Add some explicit base64 tests
- Add a check that the release link exists in
extract-release-notes.py
- Extend test coverage of JS + TS API
- Potential async cleanup problems
- Expand
github.py
test vectors - Build CI image from Open Enclave 0.17.6 pre-release
- Infra: add ability to test compatibility with arbitrary CCF releases
- Combine
cchost
andcchost.virtual
- Refactor use of SSL context objects
- When the last transaction is incomplete, it should be gracefully ignored by recovery
- Added ability to disable OE usage
- Network: per-interface endorsement type
- Improve CCF release packaging
- Re-work TLS to match OpenSSL's style
- Split logging sample app across multiple files