-
Notifications
You must be signed in to change notification settings - Fork 32
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
Automatic chain building for the certs #4
Open
LordOfDorks
wants to merge
66
commits into
microsoft:master
Choose a base branch
from
LordOfDorks:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
in Windows. Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
… files with one or more certificates in it, that can nicely visualize cert chains. Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
…chain. Signed-off-by: Stefan Thom <[email protected]>
Signed-off-by: Stefan Thom <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Introduced Debug and Production build blends. Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: Stefan Thom <[email protected]>
Signed-off-by: Stefan Thom <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
… Ported two DER methods from miniDICE
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
for AppAuthority is still missing. Base64 formatting and minor fixes. Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
New changes from Stefan Jan 10 2018 c160abb
Fix OPTEE build error
…d TcpsId to return bytes required
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: LordOfDorks <[email protected]>
Signed-off-by: Stefan Thom <[email protected]>
* Start building for OPTEE * Use CONFIG_CYREP_OPTEE_BUILD * srand() is not available on OPTEE * Update reference to External/tinycbor * Fix OPTEE build breaks * Merged PR 195: Merging lastest public RIoT changes to master (180125) Note: the merge contains most of the tcps-working changes that were pushed upstream previously. It is still a few commits behind the current working branch. * Merged PR 196: Fix ASN.1 encoding of Zero integer Fix ASN.1 encoding of Zero integer * Merged PR 200: Merge FI/master-tcpsworking to dev/TCPS-working 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. * Merged PR 205: Fixed key usage for device certificates. Fixed key usage for device certificates. * Merged PR 214: Changes to allow TCPS Agent to build. Added application datasheet to BarT Changes to allow TCPS Agent to build. Added application datasheet to BarT
* Fixed key usage for device certificates. * Changes to allow TCPS Agent to build. Added application datasheet to BarT * Add support to embed custom OIDs into CSR and generate a cert out of CSR * Fix emulator release * Switch to memcpy as = was crashing due to memory alignment in TAs. * Removed references to internal functionality not exposed from tinycbor, updated to latest reference.
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.
Added certificate extensions that that permit automatic chain building for the certs.
Signed-off-by: LordOfDorks [email protected]