You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/libs/cyassl/patches
Jo-Philipp Wich 6945d722e6 cyassl: add a patch to better check legacy SSLv2 client hello records
If junk data is received during SSL_accept(), cyassl will treat it as legacy SSLv2
record without performing further plausibility checks. Change the legacy code path
to return UNKNOWN_HANDSHAKE_TYPE if the value of the third byte isn't 0x01 the
hello message type.

SVN-Revision: 33675
12 years ago
..
110-makefile_disable_examples_tests.patch move library packages to package/libs/ 12 years ago
120-makefile_destdir.patch move library packages to package/libs/ 12 years ago
130-configure_disable_pthreads_tests.patch move library packages to package/libs/ 12 years ago
200-SSL_accept-handle-hello-garbage.patch cyassl: add a patch to better check legacy SSLv2 client hello records 12 years ago