| OLD | NEW |
| 1 Name: tlslite | 1 Name: tlslite |
| 2 URL: http://trevp.net/tlslite/ | 2 URL: http://trevp.net/tlslite/ |
| 3 Version: 0.3.8 | 3 Version: 0.3.8 |
| 4 Security Critical: No | 4 Security Critical: No |
| 5 | 5 |
| 6 Local Modifications: | 6 Local Modifications: |
| 7 | 7 |
| 8 - patches/close_notify.patch: tlslite/TLSRecordLayer.py was changed to force | 8 - patches/close_notify.patch: tlslite/TLSRecordLayer.py was changed to force |
| 9 the socket to be closed when the SSL connection is closed. This is is | 9 the socket to be closed when the SSL connection is closed. This is is |
| 10 necessary at this point since WinHTTP does not seem to react to the SSL | 10 necessary at this point since WinHTTP does not seem to react to the SSL |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 of byte arrays, each containing a DER-encoded distinguished name. | 23 of byte arrays, each containing a DER-encoded distinguished name. |
| 24 tlslite/TLSConnection.py was changed to take a list of such byte arrays | 24 tlslite/TLSConnection.py was changed to take a list of such byte arrays |
| 25 when creating a TLS server that will request client authentication. | 25 when creating a TLS server that will request client authentication. |
| 26 - patches/send_certificate_types.patch: tlslite/message.py was changed to | 26 - patches/send_certificate_types.patch: tlslite/message.py was changed to |
| 27 default to a certificate_types of [rsa_sign] in CertificateRequest. Apple's | 27 default to a certificate_types of [rsa_sign] in CertificateRequest. Apple's |
| 28 Secure Transport library rejects an empty list and raises an SSL protocol | 28 Secure Transport library rejects an empty list and raises an SSL protocol |
| 29 error. | 29 error. |
| 30 - patches/parse_chain.patch: tlslite/X509CertChain.py and tlslite/X509.py were | 30 - patches/parse_chain.patch: tlslite/X509CertChain.py and tlslite/X509.py were |
| 31 updated to add a parseChain method, that can parse multiple certificates from | 31 updated to add a parseChain method, that can parse multiple certificates from |
| 32 a PEM string. | 32 a PEM string. |
| 33 - patches/tls_intolerant.patch: allow TLSLite to simulate a TLS-intolerant serve
r. |
| OLD | NEW |