-
Notifications
You must be signed in to change notification settings - Fork 690
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
Fixed compiler issues, fixed several algorithms, 64-bit machine fix, add Makefile to build and run all tests, rollup of all previous (to #15) pull requests #15
Open
lcn2
wants to merge
15
commits into
B-Con:master
Choose a base branch
from
lcn2: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.
Open
Commits on May 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1d975f5 - Browse repository at this point
Copy the full SHA 1d975f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8278309 - Browse repository at this point
Copy the full SHA 8278309View commit details
Commits on May 30, 2017
-
Fixes to allow for inclusion of multiple headers
The typedefs used in header files are protected by the CRYPTO_TYPES macro so that if one includes more thann one header files, one does not see multiple typedef errors. Changed BYTE and WORD typedefs to ensure that they are unsigned 8 and 32 bit values.
Configuration menu - View commit details
-
Copy full SHA for a9a6897 - Browse repository at this point
Copy the full SHA a9a6897View commit details -
Fixed AES code for some compilers
Fixed how 3DES triggers encrypt and decrypt. Fixed header guard symbol.
Configuration menu - View commit details
-
Copy full SHA for d576d1c - Browse repository at this point
Copy the full SHA d576d1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8456ab - Browse repository at this point
Copy the full SHA f8456abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ac9517 - Browse repository at this point
Copy the full SHA 0ac9517View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49047cb - Browse repository at this point
Copy the full SHA 49047cbView commit details
Commits on May 31, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a5e7476 - Browse repository at this point
Copy the full SHA a5e7476View commit details -
Improved test PASS / FAIL notification
Each test will exit 0 if all is well, or exit 1 if there was an error. Now 'make test' will report of any of the tests failed or of all tests passed. It will exit non-zero of any of the tests failed.
Configuration menu - View commit details
-
Copy full SHA for ef5ea55 - Browse repository at this point
Copy the full SHA ef5ea55View commit details -
Configuration menu - View commit details
-
Copy full SHA for df7c024 - Browse repository at this point
Copy the full SHA df7c024View commit details
Commits on Jun 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 01bc06c - Browse repository at this point
Copy the full SHA 01bc06cView commit details -
On some systems, the base64_test() call would fail because an output buffer was not zeroized befure using it.
Configuration menu - View commit details
-
Copy full SHA for 9a32f8f - Browse repository at this point
Copy the full SHA 9a32f8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa3a10d - Browse repository at this point
Copy the full SHA fa3a10dView commit details
Commits on Sep 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3542eaf - Browse repository at this point
Copy the full SHA 3542eafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7085469 - Browse repository at this point
Copy the full SHA 7085469View commit details
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.