diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
| commit | f2ec263023649e596c5076df32c2d328bc9393d2 (patch) | |
| tree | 5dd86caab46e552bd2e62bf9c4fb1a7504a44db4 /results/scraper/fex/272 | |
| parent | 63d2e9d409831aa8582787234cae4741847504b7 (diff) | |
| download | qemu-analysis-main.tar.gz qemu-analysis-main.zip | |
Diffstat (limited to 'results/scraper/fex/272')
| -rw-r--r-- | results/scraper/fex/272 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/results/scraper/fex/272 b/results/scraper/fex/272 new file mode 100644 index 000000000..72fd151f9 --- /dev/null +++ b/results/scraper/fex/272 @@ -0,0 +1,28 @@ +Curl/OpenSSL failure +``` +./Bin/ELFLoader -T 1 -U -c irint -n 500 -- `which curl` -v -H -GET https://google.com +``` + +This gives a fairly bad output. + +``` +* Trying 172.217.164.110:443... +* TCP_NODELAY set +* Connected to google.com (172.217.164.110) port 443 (#0) +* ALPN, offering h2 +* ALPN, offering http/1.1 +* successfully set certificate verify locations: +* CAfile: /etc/ssl/certs/ca-certificates.crt + CApath: /etc/ssl/certs +* TLSv1.3 (OUT), TLS handshake, Client hello (1): +* TLSv1.3 (IN), TLS handshake, Server hello (2): +* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): +* TLSv1.3 (IN), TLS handshake, Certificate (11): +* TLSv1.3 (OUT), TLS alert, bad certificate (554): +* error:1012606B:elliptic curve routines:EC_POINT_set_affine_coordinates:point is not on curve +* Closing connection 0 +curl: (35) error:1012606B:elliptic curve routines:EC_POINT_set_affine_coordinates:point is not on curve +``` + +This failure point is in openssl. One can build their unit tests and run the `ectest` unit test to see the failure. +Looks like it could be a failure in their BIGNUM implementation but more testing needs to be done. \ No newline at end of file |