Add a stand-alone "timing" program (PR 15088)#16540
Add a stand-alone "timing" program (PR 15088)#16540richsalz wants to merge 1 commit intoopenssl:masterfrom
Conversation
It was moved to a different fork repo. |
|
@richsalz moved the source to the Akamai github repo from his personal repo. |
|
This PR is in a state where it requires action by @openssl/otc but the last update was 186 days ago |
|
This PR is in a state where it requires action by @openssl/otc but the last update was 217 days ago |
|
This PR is in a state where it requires action by @openssl/otc but the last update was 248 days ago |
|
This PR is in a state where it requires action by @openssl/otc but the last update was 279 days ago |
|
This PR is in a state where it requires action by @openssl/otc but the last update was 310 days ago |
|
I wonder what the current state of affairs regarding inefficiency of credential loading is. |
|
I've just filed #18814, which makes use of this tool. |
|
Glad you find it useful. |
|
I've used this too, I think it should be merged. |
| * https://www.openssl.org/source/license.html | ||
| * | ||
| * I compiled this in the source tree this way: | ||
| * gcc -g -Iinclude a.c libcrypto.a -ldl -lpthread |
There was a problem hiding this comment.
Year, that header comment is outdated and should be removed.
As written in the OP of #18814, one currently can use
gcc -g -I../include timing.c ../libcrypto.a -ldl -lpthread -o timing
DDvO
left a comment
There was a problem hiding this comment.
For proper inclusion of this tool in test/, it should added to test/build.info,
and the two test credentials files should better be moved to test/certs/.
|
I am not contributing to OpenSSL, please take this PR and do what you want/need. |
Fixups are now #18821 - I had to copy this because I cannot write to the akamai repo. |
|
@DDvO, I can write to the Akamai repo... |
This is a re-creation of #15088