• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Esri / openssl / 7428455881
65%
master: 67%

Build:
Build:
LAST BUILD BRANCH: openssl-3.0
DEFAULT BRANCH: master
Ran 06 Jan 2024 01:35AM UTC
Jobs 1
Files 1087
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

01 Jan 2024 06:26PM UTC coverage: 65.095% (+0.004%) from 65.091%
7428455881

push

github

nhorman
gate calling of evp_method_id on having a non-zero name id

If a name is passed to EVP_<OBJ>_fetch of the form:
name1:name2:name3

The names are parsed on the separator ':' and added to the store, but
during the lookup in inner_evp_generic_fetch, the subsequent search of
the store uses the full name1:name2:name3 string, which fails lookup,
and causes subsequent assertion failures in evp_method_id.

instead catch the failure in inner_evp_generic_fetch and return an error
code if the name_id against a colon separated list of names fails.  This
provides a graceful error return path without asserts, and leaves room
for a future feature in which such formatted names can be parsed and
searched for iteratively

Add a simple test to verify that providing a colon separated name
results in an error indicating an invalid lookup.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/23110)

(cherry picked from commit 94be985cb)

120191 of 184639 relevant lines covered (65.1%)

2825010.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7428455881.1 06 Jan 2024 01:35AM UTC 0
65.1
GitHub Action Run
Source Files on build 7428455881
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #7428455881
  • ec290623 on github
  • Prev Build on openssl-3.1 (#7381211989)
  • Next Build on openssl-3.1 (#7435122939)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc