summaryrefslogtreecommitdiff
path: root/extra/yassl/README
diff options
context:
space:
mode:
authorunknown <msvensson@shellback.(none)>2006-06-05 15:41:29 +0200
committerunknown <msvensson@shellback.(none)>2006-06-05 15:41:29 +0200
commit28e05fc752748844f1b8154239c6480c8a36f709 (patch)
treed230790c37b6bbd191865efb1ef5b4bc2346b711 /extra/yassl/README
parenta9a4202c9c34e8adf96f6f71ca4e885774b86232 (diff)
downloadmariadb-git-28e05fc752748844f1b8154239c6480c8a36f709.tar.gz
Import patch for yassl 1.35
- Better check of required buffer size when processing incoming record headers extra/yassl/README: Import patch yassl.diff extra/yassl/src/handshake.cpp: Import patch yassl.diff extra/yassl/include/openssl/engine.h: Import patch yassl.diff extra/yassl/include/openssl/pkcs12.h: Import patch yassl.diff
Diffstat (limited to 'extra/yassl/README')
-rw-r--r--extra/yassl/README16
1 files changed, 13 insertions, 3 deletions
diff --git a/extra/yassl/README b/extra/yassl/README
index 62209723f66..a5ff70aa6f6 100644
--- a/extra/yassl/README
+++ b/extra/yassl/README
@@ -1,4 +1,14 @@
-yaSSL Release notes, version 1.3.0 (04/26/06)
+yaSSL Release notes, version 1.3.5 (06/01/06)
+
+
+ This release of yaSSL contains bug fixes, portability enhancements,
+ better libcurl support, and improved non-blocking I/O.
+
+See normal build instructions below under 1.0.6.
+See libcurl build instructions below under 1.3.0.
+
+
+********************yaSSL Release notes, version 1.3.0 (04/26/06)
This release of yaSSL contains minor bug fixes, portability enhancements,
@@ -17,8 +27,8 @@ See normal build instructions below under 1.0.6.
make
make openssl-links
- (then go to your libcurl home and tell libcurl about yaSSL)
- ./configure --with-ssl=/yaSSL-HomeDir
+ (then go to your libcurl home and tell libcurl about yaSSL build dir)
+ ./configure --with-ssl=/yaSSL-BuildDir LDFLAGS=-lm
make