| OLD | NEW |
| 1 Name: tlslite | 1 Name: tlslite |
| 2 URL: http://trevp.net/tlslite/ | 2 URL: http://trevp.net/tlslite/ |
| 3 Version: 0.4.6 | 3 Version: 0.4.6 |
| 4 Security Critical: No | 4 Security Critical: No |
| 5 License: Public domain and BSD | 5 License: Public domain and BSD |
| 6 | 6 |
| 7 Description: Python TLS implementation for use with test server. | 7 Description: Python TLS implementation for use with test server. |
| 8 | 8 |
| 9 Source: https://pypi.python.org/packages/source/t/tlslite/tlslite-0.4.6.tar.gz | 9 Source: https://pypi.python.org/packages/source/t/tlslite/tlslite-0.4.6.tar.gz |
| 10 MD5: 2f92ebea557802969653f29c7faafbc2 | 10 MD5: 2f92ebea557802969653f29c7faafbc2 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 - patches/pycrypto.patch: fix PyCrypto support code. | 24 - patches/pycrypto.patch: fix PyCrypto support code. |
| 25 - patches/client_cipher_preferences.patch: honor client cipher preferences. | 25 - patches/client_cipher_preferences.patch: honor client cipher preferences. |
| 26 tlslite's current ordering will otherwise negotiate | 26 tlslite's current ordering will otherwise negotiate |
| 27 TLS_RSA_WITH_3DES_EDE_CBC_SHA. | 27 TLS_RSA_WITH_3DES_EDE_CBC_SHA. |
| 28 - patches/ssl3_padding.patch: SSL3 requires minimal padding in CBC mode. | 28 - patches/ssl3_padding.patch: SSL3 requires minimal padding in CBC mode. |
| 29 - patches/srp_cert.patch: Prefer srp + cert over srp, to fix tlslite tests after | 29 - patches/srp_cert.patch: Prefer srp + cert over srp, to fix tlslite tests after |
| 30 client_cipher_preferences.patch. | 30 client_cipher_preferences.patch. |
| 31 - patches/fix_test_file.patch: Fix #! line in random test file to appease our | 31 - patches/fix_test_file.patch: Fix #! line in random test file to appease our |
| 32 presubmit checks. | 32 presubmit checks. |
| 33 - patches/dhe_rsa.patch: Implement DHE_RSA-based cipher suites. | 33 - patches/dhe_rsa.patch: Implement DHE_RSA-based cipher suites. |
| 34 - patches/req_cert_types.patch: Add a reqCertTypes parameter to populate the |
| 35 certificate_types field of CertificateRequest. |
| OLD | NEW |