Richard Levitte
|
968d1a2372
Use the protocol we know rather than BIO_ADDRINFO_protocol(res)
|
8 years ago |
Richard Levitte
|
07aa1e0459
Don't assert protocol equality
|
8 years ago |
Richard Levitte
|
ab69ac00f3
Refactoring BIO: Adapt s_client and s_server
|
8 years ago |
Rich Salz
|
7644a9aef8
Rename some BUF_xxx to OPENSSL_xxx
|
9 years ago |
Andy Polyakov
|
b13fdc4860
Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.
|
9 years ago |
Rich Salz
|
7768e116dc
Use bio_err not stderr in apps.
|
9 years ago |
Rich Salz
|
16f8d4ebf0
memset, memcpy, sizeof consistency fixes
|
9 years ago |
Rich Salz
|
ff660b9312
Remove apps cache for gethostbyname
|
9 years ago |
Rich Salz
|
b548a1f11c
free null cleanup finale
|
9 years ago |
Rich Salz
|
68dc682499
In apps, malloc or die
|
9 years ago |
Rich Salz
|
b196e7d936
remove malloc casts
|
9 years ago |
Rich Salz
|
7e1b748570
Big apps cleanup (option-parsing, etc)
|
9 years ago |
Matt Caswell
|
50e735f9e5
Re-align some comments after running the reformat script.
|
10 years ago |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |
Rich Salz
|
6d23cf9744
RT3548: Remove unsupported platforms
|
9 years ago |
Tim Hudson
|
1d97c84351
mark all block comments that need format preserving so that
|
10 years ago |
Rich Salz
|
5ad4fdce41
RT3548: Remove unsupported platforms.
|
10 years ago |
Rich Salz
|
f642ebc1e2
Undo a90081576c94f9f54de1755188a00ccc1760549a
|
10 years ago |
Rich Salz
|
a90081576c
Remove DJGPP (and therefore WATT32) #ifdef's.
|
10 years ago |
Geoff Thorpe
|
a935132099
s_client/s_server: support unix domain sockets
|
10 years ago |
Tim Hudson
|
b6e69d284b
coverity 966576 - close socket in error path
|
10 years ago |
Tim Hudson
|
8e94fadd0b
PR#3342 fix resource leak coverity issue 966577
|
10 years ago |
Geoff Thorpe
|
76c3ff6937
apps: constify some string parameters
|
10 years ago |
Dr. Stephen Henson
|
c3b344e36a
Provisional DTLS 1.2 support.
|
11 years ago |
Dr. Stephen Henson
|
7831969634
don't call gethostbyname if OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL is set
|
12 years ago |
Dr. Stephen Henson
|
b5cadfb564
add -naccept <n> option to s_server to automatically exit after <n> connections
|
12 years ago |
Ben Laurie
|
71fa451343
Version skew reduction: trivia (I hope).
|
12 years ago |
Ben Laurie
|
0c4e67102e
Fix warning.
|
13 years ago |
Ben Laurie
|
105d62cbf1
Constify.
|
14 years ago |
Dr. Stephen Henson
|
dc53a037b0
i variable is used on some platforms
|
14 years ago |