summaryrefslogtreecommitdiff
path: root/test/timing_load_creds.c
Commit message (Collapse)AuthorAgeFilesLines
* timing_load_creds requires POSIX1.2001 due to rusageTomas Mraz2022-12-151-8/+5
| | | | | | | | Fixes #19838 Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/19839)
* timing_load_creds: Fix typos in the timersub macroTomas Mraz2022-12-141-2/+2
| | | | | | | | Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19865) (cherry picked from commit f1b104953af8e3a82f7c5ee33f0403fc067c8516)
* timing_load_creds: Add timersub macro for platforms where it is missingTomas Mraz2022-12-061-0/+14
| | | | | | | | Fixes #19812 Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19817)
* test/timing_load_creds.c: use OPENSSL_SYS_ macrosRichard Levitte2022-11-191-8/+8
| | | | | | | | | | A previous change was only half done. To avoid such mistakes again, we switch to using the OPENSSL_SYS_ macros, as the are clearer than having to check a pile of very platform and compiler specific macros. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/19720)
* Disable test/timing_load_creds.c on VMSRichard Levitte2022-11-181-1/+7
| | | | | | Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/19713)
* test/timing_load_creds.c: fix coding style and other (mostly minor) issuesDr. David von Oheimb2022-08-161-47/+82
| | | | | | | Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from https://github.com/openssl/openssl/pull/18821)
* Rename the "timing" program to "timing_load_creds" and integrate it with ↵Dr. David von Oheimb2022-08-161-0/+163
test/build.info Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from https://github.com/openssl/openssl/pull/18821)