Skip to content
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

Add CBMC proof of buildStatusMessageReceiving #272

Merged
merged 46 commits into from
Sep 13, 2021

Conversation

Bujain
Copy link
Contributor

@Bujain Bujain commented Aug 23, 2021

Add CBMC proof of buildStatusMessageReceiving function

Description

Add CBMC proof of buildStatusMessageReceiving function

Checklist:

  • I have tested my changes. No regression in existing tests.
  • My code is formatted using Uncrustify.
  • I have read and applied the rules stated in CONTRIBUTING.md.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Bujain and others added 30 commits August 4, 2021 23:32
Co-authored-by: Aniruddha Kanhere <[email protected]>
* Add CBMC-proofs infrastructure

* Added value to not update the submodule

* Added Include paths and preprocessor defines

* Added template define file

* Updated to ignore the output files on git push

* Added words

* Updated Project Name

* Updated source directory path

* Add checks on the branch

* Updated Submodule update value

* Added litani submodule update

* Update Project name

Co-authored-by: Aniruddha Kanhere <[email protected]>

* Added new line in the end of the file

* Remove whitespace

Co-authored-by: Aniruddha Kanhere <[email protected]>
* Add CBMC-proofs infrastructure

* Added value to not update the submodule

* Added Include paths and preprocessor defines

* Added template define file

* Updated to ignore the output files on git push

* Added words

* Updated Project Name

* Updated source directory path

* Add checks on the branch

* Updated Submodule update value

* Added litani submodule update

* Update Project name

Co-authored-by: Aniruddha Kanhere <[email protected]>

* Added new line in the end of the file

* Remove whitespace

* Added CBMC proof for setDataInterface function

* removed unnecessary variables

* Updated documentation

* Uncrustified

* Updated year in copyright notice

Co-authored-by: Aniruddha Kanhere <[email protected]>
Add assert checks for http interface functions (aws#231)
* Add CBMC-proofs infrastructure

* Added value to not update the submodule

* Added Include paths and preprocessor defines

* Added template define file

* Updated to ignore the output files on git push

* Added words

* Updated Project Name

* Updated source directory path

* Add checks on the branch

* Updated Submodule update value

* Added litani submodule update

* Update Project name

Co-authored-by: Aniruddha Kanhere <[email protected]>

* Added new line in the end of the file

* Remove whitespace

* Add CBMC proof of OTA_HTTP_strerror function

* Removed extra line and updated error log

* Updated error log

Co-authored-by: Aniruddha Kanhere <[email protected]>
* Add CBMC-proofs infrastructure

* Added value to not update the submodule

* Added Include paths and preprocessor defines

* Added template define file

* Updated to ignore the output files on git push

* Added words

* Updated Project Name

* Updated source directory path

* Add checks on the branch

* Updated Submodule update value

* Added litani submodule update

* Update Project name

Co-authored-by: Aniruddha Kanhere <[email protected]>

* Added new line in the end of the file

* Remove whitespace

* Added CBMC Proof of requestDataBlock_Http function

* Removed extra line

* Update Comments

Co-authored-by: Aniruddha Kanhere <[email protected]>
* Add CBMC-proofs infrastructure

* Added value to not update the submodule

* Added Include paths and preprocessor defines

* Added template define file

* Updated to ignore the output files on git push

* Added words

* Updated Project Name

* Updated source directory path

* Add checks on the branch

* Updated Submodule update value

* Added litani submodule update

* Update Project name

Co-authored-by: Aniruddha Kanhere <[email protected]>

* Added new line in the end of the file

* Remove whitespace

* Added CBMC proof for OTA_MQTT_strerror function

* Removed extra line

* Updated comments

* Fixed formatting errors

* Updated error log

Co-authored-by: Aniruddha Kanhere <[email protected]>
* Add CBMC-proofs infrastructure

* Added value to not update the submodule

* Added Include paths and preprocessor defines

* Added template define file

* Updated to ignore the output files on git push

* Added words

* Updated Project Name

* Updated source directory path

* Add checks on the branch

* Updated Submodule update value

* Added litani submodule update

* Update Project name

Co-authored-by: Aniruddha Kanhere <[email protected]>

* Added new line in the end of the file

* Remove whitespace

* Added CBMC proof for setControlInterface function

* Removed extra line

* Added macro for the function

* Fix formating errors

* Fix spell check errors

* Added preprocessor definition for setControlInterface function

Co-authored-by: Aniruddha Kanhere <[email protected]>
Add CBMC proof infrastructure
Bujain and others added 6 commits August 17, 2021 23:43
* Add CBMC-proofs infrastructure

* Added value to not update the submodule

* Added Include paths and preprocessor defines

* Added template define file

* Updated to ignore the output files on git push

* Added words

* Updated Project Name

* Updated source directory path

* Add checks on the branch

* Updated Submodule update value

* Added litani submodule update

* Update Project name

Co-authored-by: Aniruddha Kanhere <[email protected]>

* Added new line in the end of the file

* Remove whitespace

* Add CBMC proof of initFileTransfer_Http function

* Removed extra line

* Updated Comments

* Updated error log and comments

* Updated comments

* Fix formatting errors

Co-authored-by: Aniruddha Kanhere <[email protected]>
* Add CBMC-proofs infrastructure

* Added value to not update the submodule

* Added Include paths and preprocessor defines

* Added template define file

* Updated to ignore the output files on git push

* Added words

* Updated Project Name

* Updated source directory path

* Add checks on the branch

* Updated Submodule update value

* Added litani submodule update

* Update Project name

Co-authored-by: Aniruddha Kanhere <[email protected]>

* Added new line in the end of the file

* Remove whitespace

* Added CBMC proof for decodeFileBlock_Http function

* Removed extra line

* Updated Comments

* Fix formatting errors

* Updated comments

* Fix spell check error

* Updated comments

* Fix spell check errors

* Updated arugments to malloc

* updated the datatype in malloc argument

Co-authored-by: Aniruddha Kanhere <[email protected]>
* Add CBMC-proofs infrastructure

* Added value to not update the submodule

* Added Include paths and preprocessor defines

* Added template define file

* Updated to ignore the output files on git push

* Added words

* Updated Project Name

* Updated source directory path

* Add checks on the branch

* Updated Submodule update value

* Added litani submodule update

* Update Project name

Co-authored-by: Aniruddha Kanhere <[email protected]>

* Added new line in the end of the file

* Remove whitespace

* Added CBMC proof for cleanupData_Http function

* removed extra line

* Updated Comments

* Fixed formatting errors

* Update error log

* Updated comments

Co-authored-by: Aniruddha Kanhere <[email protected]>
* Add CBMC-proofs infrastructure

* Added value to not update the submodule

* Added Include paths and preprocessor defines

* Added template define file

* Updated to ignore the output files on git push

* Added words

* Updated Project Name

* Updated source directory path

* Add checks on the branch

* Updated Submodule update value

* Added litani submodule update

* Update Project name

Co-authored-by: Aniruddha Kanhere <[email protected]>

* Added new line in the end of the file

* Remove whitespace

* added CBMC-proof files

* Added Unwinding flag

* Updated buffer initialization

* Fixed spell check and formatting errorst

* Updated comments

* Added loop unwinding

* Updated comments

* Fix formatting errors

* Added comment

* updated the arguments to malloc

* Updated comments

Co-authored-by: Joshua Yan <[email protected]>

* Updated comments

Co-authored-by: Aniruddha Kanhere <[email protected]>
Co-authored-by: Joshua Yan <[email protected]>
* Add CBMC-proofs infrastructure

* Added value to not update the submodule

* Added Include paths and preprocessor defines

* Added template define file

* Updated to ignore the output files on git push

* Added words

* Updated Project Name

* Updated source directory path

* Add checks on the branch

* Updated Submodule update value

* Added litani submodule update

* Update Project name

Co-authored-by: Aniruddha Kanhere <[email protected]>

* Added new line in the end of the file

* Remove whitespace

* Add CBMC-proof files for stringBuilderUInt32Decimal

* Fixed spell check and formatting errors

* Updated Comments

* Add loop unwinding

* Updated comments

* Updated comments

* Updated spellings

* updated arguments to the malloc

Co-authored-by: Aniruddha Kanhere <[email protected]>
@Bujain Bujain requested a review from divekarshubham August 23, 2021 18:40
@Bujain Bujain force-pushed the buildStatusMessageReceiving branch 2 times, most recently from 7e3eaca to 475122d Compare August 23, 2021 21:18
Bujain and others added 4 commits August 23, 2021 21:20
* Add assert checks for http interface functions (aws#231)

* Add assert checks for http interface functions

* Uncrustified

* Added spaces in assertion arguments

Co-authored-by: Prasad Vyawahare <[email protected]>

* Adding a Pull request template (aws#239)

* Adding a Pull request template

* Exclude .github from formatting check

* Applying PR feedback

* Update doxygen version to 1.9.2 (aws#274)

Co-authored-by: Prasad Vyawahare <[email protected]>
Co-authored-by: Shubham Divekar <[email protected]>
Co-authored-by: Archit Gupta <[email protected]>
@Bujain Bujain changed the base branch from cbmc-proof to main August 31, 2021 22:19
divekarshubham
divekarshubham previously approved these changes Sep 2, 2021
@Bujain Bujain merged commit fc6fae5 into aws:main Sep 13, 2021
@Bujain Bujain deleted the buildStatusMessageReceiving branch September 21, 2021 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants