Way to get ticket key

Open
#1,044 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
20/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
python
Domain
security

Research direction

No files or tests are named. Start by examining the pyOpenSSL session API around _lib.SSL_SESSION_has_ticket(sess._session) and the OpenSSL session-ticket interfaces it wraps. Done means establishing whether the ticket key can be exposed, then documenting or testing the supported behavior.

Written by the indexing model from the issue text.

Description

Hi!

Is there any way to get ticket key using pyOpenSSL? I have found how to check if the ticket was given or not by the server (something like _lib.SSL_SESSION_has_ticket(sess._session)) but I would like to know actual value, if it's possible.

Thank you in advance.

Dominant language
Python
Stars
944
Forks
440
Avg merge
1d 6h
Merged PRs (30d)
6

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from pyca/pyopenssl

All issues in pyca/pyopenssl

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.