Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
L
libotr
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 50
    • Issues 50
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Libraries
  • libotr
  • Issues

  • Open 50
  • Closed 43
  • All 93
New issue
  • Priority Created date Last updated Milestone due date Due date Popularity Label priority Manual
  • [PATCH] fix VPATH build (out of source tree build)
    #138 · opened Mar 10, 2017 by cypherpunks   4.1.2 Enhancement
    • 1
    updated Sep 13, 2018
  • serial.h is full of doggy macros
    #3 · opened Apr 01, 2016 by jvoisin   Enhancement
    • 2
    updated Sep 13, 2018
  • Weird checks of malloc
    #4 · opened Apr 01, 2016 by jvoisin   4.2   4.1.2 Bug
    • 5
    updated Sep 13, 2018
  • Usage of arbitrary constants for memset
    #6 · opened Apr 01, 2016 by jvoisin   4.2   Bug
    • 3
    updated Sep 14, 2018
  • Check malloc's return value
    #7 · opened Apr 01, 2016 by jvoisin   4.2   4.1.2 Bug otrv4
    • 3
    updated Sep 13, 2018
  • Reproducible builds
    #12 · opened Apr 01, 2016 by Jurre van Bergen   Feature
    • 6
    updated Sep 13, 2018
  • null-pointer dereference when using `OTRL_INSTAG_RECENT` with `otrl_message_sending`
    #16 · opened Apr 01, 2016 by Jurre van Bergen   4.1.2 Bug otrv4
    • 7
    updated Sep 14, 2018
  • confusing behavior of OTRL_FRAGMENT_SEND_ALL wrt. plaintext messages
    #17 · opened Apr 01, 2016 by Jurre van Bergen   4.2   Bug otrv4
    • 3
    updated Sep 11, 2018
  • malloc(strlen) is a bad pattern
    #19 · opened Apr 01, 2016 by jvoisin   4.2   4.1.2 Bug
    • 1
    updated Sep 13, 2018
  • otrl_auth_copy_on_key can fail
    #21 · opened Apr 01, 2016 by jvoisin   4.2   4.1.2 Bug Security
    • 2
    updated Sep 13, 2018
  • libotr is using it's own secure memory implementation
    #23 · opened Apr 01, 2016 by jvoisin   4.2   Bug otrv4
    • 4
    updated Sep 13, 2018
  • Fix possible defects found by clang
    #24 · opened Apr 01, 2016 by David Goulet   4.2   Bug
    • 3
    updated Sep 11, 2018
  • Empty message injected when otrl_message_sending to recipient in finished state
    #26 · opened Apr 01, 2016 by MartinMilata   4.1.2 Bug
    • 2
    updated Sep 12, 2018
  • Save/load OTR keys to/from file
    #28 · opened Apr 01, 2016 by DougDounser   Feature
    • 1
    • 7
    updated Sep 20, 2018
  • Key generation in multi-threaded environment breaks OTR handshake
    #31 · opened Apr 01, 2016 by TomekWasilczyk   Bug
    • 5
    updated Sep 11, 2018
  • Remove OTRv1 support
    #40 · opened Apr 01, 2016 by jvoisin   Enhancement
    • 4
    updated Sep 11, 2018
  • serial.h should be de-macroified
    #41 · opened Apr 01, 2016 by jvoisin   Enhancement
    • 2
    updated Sep 13, 2018
  • Remove "main" function
    #42 · opened Apr 01, 2016 by jvoisin   Enhancement
    • 4
    updated Sep 13, 2018
  • Simplify otrl_proto_default_query_msg
    #43 · opened Apr 01, 2016 by jvoisin   Enhancement
    • 2
    updated Sep 11, 2018
  • Simplify otrl_proto_query_bestversion
    #44 · opened Apr 01, 2016 by jvoisin   Enhancement
    • 2
    updated Sep 13, 2018
  • Remove OTRv2 support
    #140 · opened Sep 12, 2018 by Jurre van Bergen   Enhancement
    • 1
    updated Feb 24, 2019
  • Make our CI great
    #141 · opened Nov 20, 2018 by Jurre van Bergen   4.1.2
    • 2
    updated Apr 27, 2020
  • Regressions in Alpine test suite
    #142 · opened Apr 27, 2020 by Jurre van Bergen
    • 0
    updated Apr 27, 2020
  • otrl_base64_encode handling len issue
    #47 · opened Apr 01, 2016 by David Goulet   4.2   4.1.2 Bug
    • 4
    updated Nov 20, 2018
  • The operation gone_insecure() is never used
    #48 · opened Apr 01, 2016 by David Goulet   4.2   4.1.2 Bug
    • 5
    updated Nov 22, 2018
  • Functions that could fail shouldn't return void
    #49 · opened Apr 01, 2016 by jvoisin   4.2   4.1.2 Bug
    • 4
    updated Sep 13, 2018
  • Support libgcrypt >= 1.6
    #50 · opened Apr 01, 2016 by David Goulet   Enhancement
    • 4
    updated Sep 14, 2018
  • Review Joseph Birr-Pixton blogpost
    #51 · opened Apr 01, 2016 by jvoisin   4.2   4.1.2 Enhancement
    • 4
    updated Sep 18, 2018
  • Update README with otr community website and bugtracker
    #56 · opened Apr 01, 2016 by Jurre van Bergen   4.2   4.1.2 Enhancement
    • 3
    updated Sep 13, 2018
  • Return values not checked from otrl_dh_gen_keypair
    #65 · opened Apr 01, 2016 by GregZ   Bug Security otrv4
    • 6
    updated Sep 14, 2018
  • Allow for customizable storage of private key data
    #73 · opened Apr 01, 2016 by ChrisBallinger   Enhancement
    • 3
    updated Sep 13, 2018
  • libotr, pidgin-otr drop ALL private keys when interrupted during key generation
    #84 · opened Apr 01, 2016 by cypherpunks   4.2   Bug Security otrv4
    • 1
    updated Sep 13, 2018
  • assign experimental range for TLV8
    #86 · opened Apr 01, 2016 by Hans-ChristophSteiner   Feature
    • 4
    updated Dec 04, 2018
  • assign OTRDATA TLVs
    #87 · opened Apr 01, 2016 by Hans-ChristophSteiner   Feature
    • 4
    updated Sep 14, 2018
  • Some potential memory leaks reported by valgrind
    #90 · opened Apr 01, 2016 by dx   4.1.2 Bug
    • 3
    updated Sep 14, 2018
  • libotr's tests/unit/test_b64.c invokes undefined behavior, may fail arbitrarily on some platforms
    #91 · opened Apr 01, 2016 by PascalCuoq   4.1.2 Bug
    • 3
    updated Sep 13, 2018
  • add internal references to protocol spec
    #94 · opened Apr 01, 2016 by Daniel Gillmor   4.1.2 Enhancement
    • 3
    updated Sep 13, 2018
  • Add Visual Studio solution
    #98 · opened Apr 01, 2016 by marshal_   Enhancement
    • 3
    updated Sep 13, 2018
  • Use the system PRNG
    #101 · opened Apr 01, 2016 by MansourMoufid   Enhancement
    • 4
    updated Sep 11, 2018
  • Don't send whitespace tags if contact is offline
    #102 · opened Apr 01, 2016 by Arlo Breault   Enhancement
    • 3
    updated Sep 14, 2018
  • Use memset_s when available
    #108 · opened Apr 01, 2016 by MansourMoufid   Enhancement otrv4
    • 4
    updated Sep 14, 2018
  • A Signature message will only resend messages if an error is encountered
    #114 · opened Apr 01, 2016 by Ola   4.1.2 Bug otrv4
    • 2
    updated Sep 14, 2018
  • How should a corrupt TLV be handled?
    #120 · opened Apr 01, 2016 by Ola   Bug otrv4
    • 2
    updated Sep 14, 2018
  • Is it possible to remove the hyperlinks in the error message when OTR is not enabled?
    #123 · opened Apr 01, 2016 by Ola   4.1.2 Enhancement
    • 4
    updated Sep 13, 2018
  • unit/test_auth fails on ppc64el, mips and mipsel
    #129 · opened Apr 01, 2016 by intrigeri   Bug
    • 1
    updated Sep 11, 2018
  • Some regression/random-msg-disconnect-* tests fail on powerpc, hppa
    #130 · opened Apr 01, 2016 by intrigeri   Bug
    • 2
    updated Sep 11, 2018
  • tests/regression/client/client.c depends on Linux -specific sys/epoll.h
    #131 · opened Apr 01, 2016 by intrigeri   Bug
    • 2
    updated Sep 11, 2018
  • test_instag.c depends on PATH_MAX, undefined on the Hurd
    #132 · opened Apr 01, 2016 by intrigeri   Bug
    • 2
    updated Sep 11, 2018
  • Raw bytes from randomness source should be hashed before usage in keys
    #135 · opened Apr 01, 2016 by IsisLovecruft   4.1.2 Bug Security
    • 6
    updated Sep 14, 2018
  • Using non-persistent instance tags
    #137 · opened Apr 01, 2016 by mhanne   Bug
    • 4
    updated Sep 13, 2018