Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #33643

Closed (moved)
Open
Opened Mar 18, 2020 by teor@teor

Appveyor: OpenSSL version mismatch in unit tests, 2020 edition

It's happened again:

OpenSSL library version 1.1.1d did not begin with header version 1.1.1e.

https://ci.appveyor.com/project/torproject/tor/builds/31549942/job/v0i9svtg78gqln1v#L6380

Just like #32449 (moved), #28574 (moved), #28399 (moved) and #25942 (moved).

We think our tests are fragile, because they are not copying the necessary libraries into ${env:build}/src/test from C:/mingw32/lib:

ssl
crypto
lzma
event
zstd

We already copy zlib and ssp at https://github.com/ahf/tor/blob/master/.appveyor.yml#L98-L99 .

These libraries might have different dll prefixes or suffixes, for example, OpenSSL is:

/mingw32/bin/libcrypto-1_1.dll
/mingw32/bin/libssl-1_1.dll

https://packages.msys2.org/package/mingw-w64-i686-openssl

We might also want to copy these libraries into the same directory as the tor executable ${env:build}/src/app, before we run the tests that launch tor.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Tor: 0.3.5.x-final
Milestone
Tor: 0.3.5.x-final
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#33643