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

Fix:result error on C51, missing type conversion #18

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

hxl9654
Copy link

@hxl9654 hxl9654 commented Aug 20, 2017

Fix:result error on C51, missing type conversion

lcn2 and others added 15 commits May 17, 2017 18:51
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.
Fixed how 3DES triggers encrypt and decrypt.

Fixed header guard symbol.
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.
On some systems, the base64_test() call would fail because
an output buffer was not zeroized befure using it.
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.

2 participants