forked from microsoft/RIoT
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tcps cbor update, x509 CSR OID extension, and CyReP bug fixes #5
Merged
Conversation
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
Use the OPTEE types declared in stdint.h
srand() is not available on OPTEE
Update reference to External/tinycbor
Better fixes or OPTEE build breaks. Thanks for pointing these out, Jiri!
Fix ASN.1 encoding of Zero integer
Incoming Barnacle changes. Note this changes the OID encoding for TCPS ID. This should not effect anything using a hardcoded identity. (which ATM is everything). A following change will update all hardcoded identities to be compliant.
Fixed key usage for device certificates.
…n datasheet to BarT Changes to allow TCPS Agent to build. Added application datasheet to BarT
… a cert out of CSR Add support to embed custom OIDs into CSR and generate a cert out of CSR
Fix emulator release
Export R00t private key
…ent in TAs. Swich to memcpy as = was crashing due to memory alignment in TAs.
…ed from tinycbor, updated to latest reference. cborhelper.c: cbor_value_ref_***_string no longer use internal tinycbor functionality tinycbory moved to external
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.