issues
search
trailofbits
/
tlslib.py
MVP for updated PEP 543 proposal
https://trailofbits.github.io/tlslib.py/
Apache License 2.0
9
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
build(deps): bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.0.0
#61
dependabot[bot]
closed
4 months ago
0
rename: Backend -> TLSImplementation
#60
woodruffw
closed
4 months ago
0
Cleanup
#59
woodruffw
closed
4 months ago
0
Remove fileno from TLSSocket API
#58
jvdprng
closed
4 months ago
0
Small fix for buffers
#57
jvdprng
closed
4 months ago
0
Pure types for trust store, certificates, and private keys
#56
jvdprng
closed
4 months ago
3
Update getpeercert to return bytes
#55
jvdprng
closed
5 months ago
1
Add API support arbitrary identifiers for trust stores, certificates, and private keys
#54
jvdprng
closed
5 months ago
1
Adding support for system recommended settings
#53
jvdprng
closed
4 months ago
1
Update `getpeercert` to return `bytes`
#52
jvdprng
closed
5 months ago
1
Add support for OpenSSL TPM / SSM-based providers
#51
jvdprng
closed
4 months ago
1
Make `Certificate` / `TrustStore` types non-backend specific
#50
jvdprng
closed
4 months ago
2
Initialize `TrustStore` / `Certificate` / `PrivateKey` from arbitrary identifier
#49
jvdprng
closed
5 months ago
1
Make `enum`s less specific, allow for use to use system defaults
#48
jvdprng
closed
4 months ago
1
pyproject: fix repo URLs
#47
woodruffw
closed
6 months ago
1
Add `ssl.SSLZeroReturn` handling to `OpenSSLTLSBuffer.read`
#46
jvdprng
closed
6 months ago
1
Add release.yml and set version to 0.0rc0
#45
jvdprng
closed
6 months ago
1
Standard lib module `ssl` interface usage
#44
jvdprng
opened
6 months ago
0
Add insecure option to disable verification
#43
jvdprng
closed
6 months ago
0
Changed TLSSocket close API
#42
jvdprng
closed
6 months ago
0
Re-enable test failure when coverage < 100%
#41
facutuesca
closed
6 months ago
0
Remove hack comment
#40
jvdprng
closed
7 months ago
0
Comment in `OpenSSLTrustStore.from_buffer`
#39
jvdprng
closed
7 months ago
3
Remove special ssl.SSLZeroReturn handling from recv
#38
jvdprng
closed
7 months ago
0
`TLSBuffer` API: `receive_from_network`
#37
jvdprng
closed
6 months ago
1
Remove password interface for private keys and certificates
#36
jvdprng
closed
7 months ago
0
In-memory channel implementation from PEP 543
#35
jvdprng
closed
6 months ago
1
Make this repo public and perform a (RC) release on PyPI
#34
woodruffw
closed
6 months ago
1
`OpenTLSSocket.close` does not conform to spec, send `close notify` alert
#33
jvdprng
closed
6 months ago
2
Remove weak ciphers
#32
jvdprng
closed
7 months ago
0
Can't get coverage for `ssl.SSLZeroReturnError`
#31
facutuesca
closed
6 months ago
12
test: Add test for sending too much data
#30
facutuesca
closed
7 months ago
0
Client `TLSSocket` reports that TLS v1.3 has been negotiated even in case of failure.
#29
jvdprng
closed
6 months ago
4
test: Add test for SNI with a cert with no SAN
#28
facutuesca
closed
7 months ago
0
test: Add tests for creating a server context with a trust store
#27
facutuesca
closed
7 months ago
0
Add testcases for SNI (and other misc stuff)
#26
facutuesca
closed
7 months ago
0
More tests to increase coverage
#25
facutuesca
closed
7 months ago
0
stdlib: Remove unreachable code
#24
facutuesca
closed
7 months ago
0
Misc test fixes
#23
facutuesca
closed
7 months ago
2
Fix ThreadedEchoServer deadlock during test failure
#22
facutuesca
closed
7 months ago
1
Change docstring wording for TrustStore
#21
facutuesca
closed
7 months ago
0
Replace `time.sleep()` in tests with a more robust retrying logic.
#20
facutuesca
closed
7 months ago
2
test: emphasize stores are not comparable
#19
woodruffw
closed
7 months ago
0
Remove RC4, 3DES, Camellia, IDEA cipher definitions
#18
jvdprng
closed
7 months ago
0
docs: allow manual trigger
#17
woodruffw
closed
7 months ago
0
pyproject: add pdoc to doc extra
#16
woodruffw
closed
7 months ago
0
Minor fixes for Makefile and pyproject.toml
#15
facutuesca
closed
7 months ago
0
Add SNI support
#14
jvdprng
closed
8 months ago
0
Support certificate chains with intermediates
#13
jvdprng
closed
8 months ago
1
Various doc fixes and removed NPN
#12
jvdprng
closed
8 months ago
0
Next