jborean93 / pyspnego

Python SPNEGO authentication library
MIT License
52 stars 11 forks source link

Add support for decoding TLS packets #56

Closed jborean93 closed 1 year ago

jborean93 commented 1 year ago

This adds support for decoding TLS packets, specifically the handshake packets into a human readable format. This is useful for debugging CredSSP payloads and understanding the exchange between the client and server.

codecov[bot] commented 1 year ago

Codecov Report

Merging #56 (ea0f708) into main (4e2f314) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff            @@
##             main      #56    +/-   ##
========================================
  Coverage   99.95%   99.96%            
========================================
  Files          30       31     +1     
  Lines        4343     5122   +779     
========================================
+ Hits         4341     5120   +779     
  Misses          2        2            
Flag Coverage Δ
99.96% <100.00%> (+<0.01%) :arrow_up:
py3.10 99.96% <100.00%> (+<0.01%) :arrow_up:
py3.11 99.96% <100.00%> (+<0.01%) :arrow_up:
py3.7 99.96% <100.00%> (+<0.01%) :arrow_up:
py3.8 99.96% <100.00%> (+<0.01%) :arrow_up:
py3.9 99.96% <100.00%> (+<0.01%) :arrow_up:
x64 99.96% <100.00%> (+<0.01%) :arrow_up:
x86 95.09% <100.00%> (+0.87%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/spnego/__main__.py 100.00% <100.00%> (ø)
src/spnego/_kerberos.py 100.00% <100.00%> (ø)
src/spnego/_tls_struct.py 100.00% <100.00%> (ø)
src/spnego/_version.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.