-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jakub Jelen <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule tlsfuzzer
updated
35 files
Submodule tlslite-ng
updated
12 files
+3 −3 | Makefile | |
+1 −0 | README | |
+4 −2 | README.md | |
+1 −1 | docs/conf.py | |
+22 −3 | scripts/tls.py | |
+1 −1 | setup.py | |
+67 −8 | tests/tlstest.py | |
+1 −1 | tlslite/api.py | |
+8 −0 | tlslite/constants.py | |
+17 −7 | tlslite/handshakesettings.py | |
+117 −30 | tlslite/tlsconnection.py | |
+4 −1 | tlslite/utils/ecc.py |