generated from EVerest/everest-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix/66 gracefull crash handling (#70)
* Fixed potential bug when writing OCSP cache, switched to certificate hierarchy usage * Added possibility to retrieve OCSP response * Added utilities for encoding/decoding base64 * Added test cases * Modified OCSP cache to unique filenames * Refactored get_key_pair for extra info * Over-write existing OCSP data based on certificate hash * Added cleanup for OCSP * Add tests for new OCSP functionality * Fixed code for tests * Fixes for OCSP data cleanup and test updates * Added missing certificate bundle creation exceptions * Removed non-necessary RSA7680 key generation tests * Updated some crypto headers and return values and removed openssl warnings when compiling * Interface updates * Added filesystem error handling * Updated docs * Updated test cases * Fixed comments --------- Signed-off-by: AssemblyJohn <[email protected]>
- Loading branch information
1 parent
acc12fe
commit 34ced9f
Showing
22 changed files
with
1,327 additions
and
362 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.