Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check if TSS_SetMemoryFunctions has already set the memory functions.
- Loading branch information
0d2515d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I looked at the openssl implementation and it has a few good ideas.
They do a few smaller items that may be worthwhile.
At some point, would it worthwhile to rebase so we don't have layers of patches?
0d2515d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right, they use a much cleaner scheme for this functionality.
Some things that i would change:
I will modify the PR to mimic the openssl behaviour.
I would like to continue with single patches until we reach the point at which the PR is ready to merge.