Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
d543e4f1
Commit
d543e4f1
authored
Jan 23, 2008
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1-build
into ramayana.hindu.god:/home/tsmith/m/bk/build/51
parents
0c7c8214
b27c827b
Changes
38
Hide whitespace changes
Inline
Side-by-side
Showing
38 changed files
with
51 additions
and
36 deletions
+51
-36
cmd-line-utils/readline/bind.c
cmd-line-utils/readline/bind.c
+1
-1
cmd-line-utils/readline/callback.c
cmd-line-utils/readline/callback.c
+1
-1
cmd-line-utils/readline/compat.c
cmd-line-utils/readline/compat.c
+1
-1
cmd-line-utils/readline/complete.c
cmd-line-utils/readline/complete.c
+1
-1
cmd-line-utils/readline/display.c
cmd-line-utils/readline/display.c
+1
-1
cmd-line-utils/readline/funmap.c
cmd-line-utils/readline/funmap.c
+1
-1
cmd-line-utils/readline/histexpand.c
cmd-line-utils/readline/histexpand.c
+1
-1
cmd-line-utils/readline/histfile.c
cmd-line-utils/readline/histfile.c
+1
-1
cmd-line-utils/readline/history.c
cmd-line-utils/readline/history.c
+1
-1
cmd-line-utils/readline/histsearch.c
cmd-line-utils/readline/histsearch.c
+1
-1
cmd-line-utils/readline/input.c
cmd-line-utils/readline/input.c
+1
-1
cmd-line-utils/readline/isearch.c
cmd-line-utils/readline/isearch.c
+1
-1
cmd-line-utils/readline/keymaps.c
cmd-line-utils/readline/keymaps.c
+1
-1
cmd-line-utils/readline/kill.c
cmd-line-utils/readline/kill.c
+1
-1
cmd-line-utils/readline/macro.c
cmd-line-utils/readline/macro.c
+1
-1
cmd-line-utils/readline/mbutil.c
cmd-line-utils/readline/mbutil.c
+1
-1
cmd-line-utils/readline/misc.c
cmd-line-utils/readline/misc.c
+1
-1
cmd-line-utils/readline/nls.c
cmd-line-utils/readline/nls.c
+1
-1
cmd-line-utils/readline/parens.c
cmd-line-utils/readline/parens.c
+1
-1
cmd-line-utils/readline/readline.c
cmd-line-utils/readline/readline.c
+1
-1
cmd-line-utils/readline/rldefs.h
cmd-line-utils/readline/rldefs.h
+1
-1
cmd-line-utils/readline/rltty.c
cmd-line-utils/readline/rltty.c
+1
-1
cmd-line-utils/readline/rlwinsize.h
cmd-line-utils/readline/rlwinsize.h
+1
-1
cmd-line-utils/readline/savestring.c
cmd-line-utils/readline/savestring.c
+1
-1
cmd-line-utils/readline/search.c
cmd-line-utils/readline/search.c
+1
-1
cmd-line-utils/readline/shell.c
cmd-line-utils/readline/shell.c
+1
-1
cmd-line-utils/readline/signals.c
cmd-line-utils/readline/signals.c
+1
-1
cmd-line-utils/readline/tcap.h
cmd-line-utils/readline/tcap.h
+1
-1
cmd-line-utils/readline/terminal.c
cmd-line-utils/readline/terminal.c
+1
-1
cmd-line-utils/readline/text.c
cmd-line-utils/readline/text.c
+1
-1
cmd-line-utils/readline/tilde.c
cmd-line-utils/readline/tilde.c
+1
-1
cmd-line-utils/readline/undo.c
cmd-line-utils/readline/undo.c
+1
-1
cmd-line-utils/readline/util.c
cmd-line-utils/readline/util.c
+1
-1
cmd-line-utils/readline/vi_mode.c
cmd-line-utils/readline/vi_mode.c
+1
-1
cmd-line-utils/readline/xmalloc.c
cmd-line-utils/readline/xmalloc.c
+1
-1
extra/yassl/src/handshake.cpp
extra/yassl/src/handshake.cpp
+5
-0
extra/yassl/src/template_instnt.cpp
extra/yassl/src/template_instnt.cpp
+1
-0
extra/yassl/src/yassl_imp.cpp
extra/yassl/src/yassl_imp.cpp
+10
-1
No files found.
cmd-line-utils/readline/bind.c
View file @
d543e4f1
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
#endif
#endif
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <stdio.h>
#include <stdio.h>
...
...
cmd-line-utils/readline/callback.c
View file @
d543e4f1
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include "rlconf.h"
#include "rlconf.h"
...
...
cmd-line-utils/readline/compat.c
View file @
d543e4f1
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <stdio.h>
#include <stdio.h>
...
...
cmd-line-utils/readline/complete.c
View file @
d543e4f1
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <sys/types.h>
#include <sys/types.h>
...
...
cmd-line-utils/readline/display.c
View file @
d543e4f1
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <sys/types.h>
#include <sys/types.h>
...
...
cmd-line-utils/readline/funmap.c
View file @
d543e4f1
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#if !defined (BUFSIZ)
#if !defined (BUFSIZ)
...
...
cmd-line-utils/readline/histexpand.c
View file @
d543e4f1
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <stdio.h>
#include <stdio.h>
...
...
cmd-line-utils/readline/histfile.c
View file @
d543e4f1
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
#endif
#endif
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <stdio.h>
#include <stdio.h>
...
...
cmd-line-utils/readline/history.c
View file @
d543e4f1
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <stdio.h>
#include <stdio.h>
...
...
cmd-line-utils/readline/histsearch.c
View file @
d543e4f1
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <stdio.h>
#include <stdio.h>
...
...
cmd-line-utils/readline/input.c
View file @
d543e4f1
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
#endif
#endif
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <sys/types.h>
#include <sys/types.h>
...
...
cmd-line-utils/readline/isearch.c
View file @
d543e4f1
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <sys/types.h>
#include <sys/types.h>
...
...
cmd-line-utils/readline/keymaps.c
View file @
d543e4f1
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#if defined (HAVE_STDLIB_H)
#if defined (HAVE_STDLIB_H)
...
...
cmd-line-utils/readline/kill.c
View file @
d543e4f1
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <sys/types.h>
#include <sys/types.h>
...
...
cmd-line-utils/readline/macro.c
View file @
d543e4f1
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <sys/types.h>
#include <sys/types.h>
...
...
cmd-line-utils/readline/mbutil.c
View file @
d543e4f1
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <sys/types.h>
#include <sys/types.h>
...
...
cmd-line-utils/readline/misc.c
View file @
d543e4f1
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#if defined (HAVE_UNISTD_H)
#if defined (HAVE_UNISTD_H)
...
...
cmd-line-utils/readline/nls.c
View file @
d543e4f1
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <sys/types.h>
#include <sys/types.h>
...
...
cmd-line-utils/readline/parens.c
View file @
d543e4f1
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
#include "rlconf.h"
#include "rlconf.h"
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <stdio.h>
#include <stdio.h>
...
...
cmd-line-utils/readline/readline.c
View file @
d543e4f1
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <sys/types.h>
#include <sys/types.h>
...
...
cmd-line-utils/readline/rldefs.h
View file @
d543e4f1
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
#define _RLDEFS_H_
#define _RLDEFS_H_
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include "config.h"
# include "config
_readline
.h"
#endif
#endif
#include "rlstdc.h"
#include "rlstdc.h"
...
...
cmd-line-utils/readline/rltty.c
View file @
d543e4f1
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <sys/types.h>
#include <sys/types.h>
...
...
cmd-line-utils/readline/rlwinsize.h
View file @
d543e4f1
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
#define _RLWINSIZE_H_
#define _RLWINSIZE_H_
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include "config.h"
# include "config
_readline
.h"
#endif
#endif
/* Try to find the definitions of `struct winsize' and TIOGCWINSZ */
/* Try to find the definitions of `struct winsize' and TIOGCWINSZ */
...
...
cmd-line-utils/readline/savestring.c
View file @
d543e4f1
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
59 Temple Place, Suite 330, Boston, MA 02111 USA. */
59 Temple Place, Suite 330, Boston, MA 02111 USA. */
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#include
<config.h>
#include
"config_readline.h"
#ifdef HAVE_STRING_H
#ifdef HAVE_STRING_H
# include <string.h>
# include <string.h>
#endif
#endif
...
...
cmd-line-utils/readline/search.c
View file @
d543e4f1
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <sys/types.h>
#include <sys/types.h>
...
...
cmd-line-utils/readline/shell.c
View file @
d543e4f1
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <sys/types.h>
#include <sys/types.h>
...
...
cmd-line-utils/readline/signals.c
View file @
d543e4f1
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <stdio.h>
/* Just for NULL. Yuck. */
#include <stdio.h>
/* Just for NULL. Yuck. */
...
...
cmd-line-utils/readline/tcap.h
View file @
d543e4f1
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
#define _RLTCAP_H_
#define _RLTCAP_H_
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include "config.h"
# include "config
_readline
.h"
#endif
#endif
#if defined (HAVE_TERMCAP_H)
#if defined (HAVE_TERMCAP_H)
...
...
cmd-line-utils/readline/terminal.c
View file @
d543e4f1
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <sys/types.h>
#include <sys/types.h>
...
...
cmd-line-utils/readline/text.c
View file @
d543e4f1
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#if defined (HAVE_UNISTD_H)
#if defined (HAVE_UNISTD_H)
...
...
cmd-line-utils/readline/tilde.c
View file @
d543e4f1
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */
Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#if defined (HAVE_UNISTD_H)
#if defined (HAVE_UNISTD_H)
...
...
cmd-line-utils/readline/undo.c
View file @
d543e4f1
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <sys/types.h>
#include <sys/types.h>
...
...
cmd-line-utils/readline/util.c
View file @
d543e4f1
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <sys/types.h>
#include <sys/types.h>
...
...
cmd-line-utils/readline/vi_mode.c
View file @
d543e4f1
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
#if defined (VI_MODE)
#if defined (VI_MODE)
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
# include
<config.h>
# include
"config_readline.h"
#endif
#endif
#include <sys/types.h>
#include <sys/types.h>
...
...
cmd-line-utils/readline/xmalloc.c
View file @
d543e4f1
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#define READLINE_LIBRARY
#define READLINE_LIBRARY
#if defined (HAVE_CONFIG_H)
#if defined (HAVE_CONFIG_H)
#include
<config.h>
#include
"config_readline.h"
#endif
#endif
#include <stdio.h>
#include <stdio.h>
...
...
extra/yassl/src/handshake.cpp
View file @
d543e4f1
...
@@ -527,6 +527,11 @@ void ProcessOldClientHello(input_buffer& input, SSL& ssl)
...
@@ -527,6 +527,11 @@ void ProcessOldClientHello(input_buffer& input, SSL& ssl)
input
.
read
(
len
,
sizeof
(
len
));
input
.
read
(
len
,
sizeof
(
len
));
uint16
randomLen
;
uint16
randomLen
;
ato16
(
len
,
randomLen
);
ato16
(
len
,
randomLen
);
if
(
ch
.
suite_len_
>
MAX_SUITE_SZ
||
sessionLen
>
ID_LEN
||
randomLen
>
RAN_LEN
)
{
ssl
.
SetError
(
bad_input
);
return
;
}
int
j
=
0
;
int
j
=
0
;
for
(
uint16
i
=
0
;
i
<
ch
.
suite_len_
;
i
+=
3
)
{
for
(
uint16
i
=
0
;
i
<
ch
.
suite_len_
;
i
+=
3
)
{
...
...
extra/yassl/src/template_instnt.cpp
View file @
d543e4f1
...
@@ -101,6 +101,7 @@ template void ysArrayDelete<unsigned char>(unsigned char*);
...
@@ -101,6 +101,7 @@ template void ysArrayDelete<unsigned char>(unsigned char*);
template
void
ysArrayDelete
<
char
>(
char
*
);
template
void
ysArrayDelete
<
char
>(
char
*
);
template
int
min
<
int
>(
int
,
int
);
template
int
min
<
int
>(
int
,
int
);
template
uint16
min
<
uint16
>(
uint16
,
uint16
);
template
unsigned
int
min
<
unsigned
int
>(
unsigned
int
,
unsigned
int
);
template
unsigned
int
min
<
unsigned
int
>(
unsigned
int
,
unsigned
int
);
template
unsigned
long
min
<
unsigned
long
>(
unsigned
long
,
unsigned
long
);
template
unsigned
long
min
<
unsigned
long
>(
unsigned
long
,
unsigned
long
);
}
}
...
...
extra/yassl/src/yassl_imp.cpp
View file @
d543e4f1
...
@@ -621,6 +621,10 @@ void HandShakeHeader::Process(input_buffer& input, SSL& ssl)
...
@@ -621,6 +621,10 @@ void HandShakeHeader::Process(input_buffer& input, SSL& ssl)
}
}
uint
len
=
c24to32
(
length_
);
uint
len
=
c24to32
(
length_
);
if
(
len
>
input
.
get_remaining
())
{
ssl
.
SetError
(
bad_input
);
return
;
}
hashHandShake
(
ssl
,
input
,
len
);
hashHandShake
(
ssl
,
input
,
len
);
hs
->
set_length
(
len
);
hs
->
set_length
(
len
);
...
@@ -1391,10 +1395,15 @@ input_buffer& operator>>(input_buffer& input, ClientHello& hello)
...
@@ -1391,10 +1395,15 @@ input_buffer& operator>>(input_buffer& input, ClientHello& hello)
// Suites
// Suites
byte
tmp
[
2
];
byte
tmp
[
2
];
uint16
len
;
tmp
[
0
]
=
input
[
AUTO
];
tmp
[
0
]
=
input
[
AUTO
];
tmp
[
1
]
=
input
[
AUTO
];
tmp
[
1
]
=
input
[
AUTO
];
ato16
(
tmp
,
hello
.
suite_len_
);
ato16
(
tmp
,
len
);
hello
.
suite_len_
=
min
(
len
,
static_cast
<
uint16
>
(
MAX_SUITE_SZ
));
input
.
read
(
hello
.
cipher_suites_
,
hello
.
suite_len_
);
input
.
read
(
hello
.
cipher_suites_
,
hello
.
suite_len_
);
if
(
len
>
hello
.
suite_len_
)
// ignore extra suites
input
.
set_current
(
input
.
get_current
()
+
len
-
hello
.
suite_len_
);
// Compression
// Compression
hello
.
comp_len_
=
input
[
AUTO
];
hello
.
comp_len_
=
input
[
AUTO
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment