Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Trac Trac
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Legacy
  • TracTrac
  • Issues
  • #20460

Closed (moved)
(moved)
Open
Created Oct 25, 2016 by Trac@tracbot

tortls test failures with recent LibreSSL (OpenBSD -current)

Some tortls tests will segfault with recent LibreSSL

    tortls/classify_client_ciphers: [forking] [Lost connection!] 
      [classify_client_ciphers FAILED]
    tortls/client_is_using_v2_ciphers: [forking] [Lost connection!] 
      [client_is_using_v2_ciphers FAILED]
    [...]
    tortls/session_secret_cb: [forking] [Lost connection!] 
      [session_secret_cb FAILED]

The tests all do something like this:

one = get_cipher_by_name("ECDH-RSA-AES256-GCM-SHA384"); one->id = 0x00ff;

The problem is LibreSSL has removed support for ECDH ciphers (https://marc.info/?l=openbsd-cvs&m=147689515531541&w=2), so get_cipher_by_name() returns NULL.

This isn't in any released LibreSSL version yet but is in OpenBSD -current.

Trac:
Username: rubiate

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking