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
Provider common getters for ciphers and digest #9770
Conversation
9cd616d
to
aa64c1a
Compare
|
CMAC and GMAC went much faster than expected. |
|
Ah, so this is what you meant. Cool! I have just one concern that occurred to me just now... I think we may have a bit of symbol name leakage. |
|
I'm not seeing the concerning output of the |
|
These symbols are local, please ignore. |
Yeah, I didn't explain myself well as usual :( |
|
I still don't understand what is meant by the |
No wonder, I wrote that before coffee. This should make more sense: |
|
Okay, I admit that there is some leakage. It still needs to be addressed. PS: Coffee is irrelevant :D |
All the new utility functions you added end up in libcrypto and are a part of it. I'm sure there is more leakage that we simply haven't noticed before, well, now. |
|
I do note that there is a utility function remaining in |
|
Okay, I'll switch to ossl_prov_ for the function names. |
bd47352
to
4a253bb
Compare
|
Function names changed. |
|
Travis is reporting aborts, among others when running the MAC tests with |
|
It's failing with a segmentation fault inside |
|
I can look at that abort some other day... won't have the time today, unfortunately |
5ba128e
to
61a6c3b
Compare
1f6a63c
to
ebb4eaa
Compare
ebb4eaa
to
df12a5b
Compare
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from #9770)
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from #9770)
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from #9770)
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from #9770)
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from #9770)
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from #9770)
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from #9770)
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from #9770)
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from #9770)
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from #9770)
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from #9770)
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from #9770)
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from #9770)
|
Merged to master. Thanks. |
Fixes #9768
Fixes #9794