index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
s_server.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Free SSL object on an error path
Matt Caswell
2018-08-30
1
-2
/
+6
*
Don't fail if the PSK identity doesn't match
Matt Caswell
2018-07-07
1
-2
/
+5
*
Add the ability to configure recv_max_early_data via s_server
Matt Caswell
2018-07-06
1
-4
/
+15
*
Add the ability to configure anti-replay via SSL_CONF
Matt Caswell
2018-07-02
1
-0
/
+5
*
Free a variable on an error path
Matt Caswell
2018-05-31
1
-0
/
+1
*
Enable SSL_MODE_AUTO_RETRY by default
Kurt Roeckx
2018-05-22
1
-0
/
+3
*
Fix no-srtp build warnings
Todd Short
2018-05-20
1
-0
/
+4
*
Allow configuation of the number of TLSv1.3 session tickets via SSL_CONF
Matt Caswell
2018-05-17
1
-1
/
+4
*
Fix s_client and s_server so that they correctly handle the DTLS timer
Matt Caswell
2018-05-08
1
-5
/
+2
*
apps/s_server.c: Avoid unused variable due to 'no-dtls'
Richard Levitte
2018-04-27
1
-6
/
+4
*
openssl s_server: print the accepting address and socket
Richard Levitte
2018-04-04
1
-8
/
+1
*
Unify s_client/s_server srtp profiles option handling
FdaSilvaYY
2018-03-21
1
-9
/
+2
*
s_client, s_server: do generic SSL configuration first, specialization after
Richard Levitte
2018-03-19
1
-4
/
+8
*
Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb
Benjamin Saunders
2018-03-12
1
-0
/
+4
*
Tolerate TLSv1.3 PSKs that are a different size to the hash size
Matt Caswell
2018-03-09
1
-7
/
+3
*
Do not set a nonzero default max_early_data
Benjamin Kaduk
2018-03-01
1
-0
/
+2
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
Add TLSv1.3 post-handshake authentication (PHA)
Todd Short
2018-02-01
1
-0
/
+13
*
Remove bad comments
Todd Short
2018-02-01
1
-11
/
+0
*
apps: Don't include progs.h in apps.h
Richard Levitte
2018-01-31
1
-0
/
+1
*
Add the ability for s_server to operate statelessly
Matt Caswell
2018-01-24
1
-52
/
+68
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
1
-3
/
+3
*
Provide a more information early_data message in s_server
Matt Caswell
2017-11-21
1
-3
/
+7
*
style : fix some if(...
FdaSilvaYY
2017-11-07
1
-1
/
+1
*
apps/s_client.c: add missing null check
KaoruToda
2017-10-22
1
-12
/
+15
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-13
/
+13
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-1
/
+1
*
Remove unnecessary #include <openssl/lhash.h> directives.
Pauli
2017-09-28
1
-1
/
+0
*
Fix 'key' option in s_server can be in ENGINE keyform
Pichulin Dmitrii
2017-09-23
1
-1
/
+1
*
Reenable s_server -dhparam option
Benjamin Kaduk
2017-09-21
1
-0
/
+1
*
Ensure we exchange cookies in s_server even if SCTP is disabled
Matt Caswell
2017-08-25
1
-3
/
+2
*
(Re)move some things from e_os.h
Rich Salz
2017-08-22
1
-1
/
+1
*
Safely display SNI (just in case)
Rich Salz
2017-08-21
1
-3
/
+11
*
Add missing HTML tag in www_body in s_server.c
Xiaoyin Liu
2017-08-09
1
-2
/
+3
*
Add a DRBG to each SSL object
Rich Salz
2017-08-03
1
-2
/
+2
*
Standardize apps use of -rand, etc.
Rich Salz
2017-07-17
1
-15
/
+7
*
Fix memory leak when using PSK session files
Matt Caswell
2017-07-07
1
-0
/
+1
*
Use constants rather than macros for the cipher bytes in the apps
Matt Caswell
2017-06-21
1
-2
/
+2
*
Fix no-psk
Matt Caswell
2017-06-21
1
-8
/
+4
*
Add the ability to set a TLSv1.3 PSK via just the key bytes
Matt Caswell
2017-06-21
1
-3
/
+46
*
Add the ability to use a server side TLSv1.3 external PSK in s_server
Matt Caswell
2017-06-21
1
-3
/
+39
*
Merge Nokia copyright notice into standard
Rich Salz
2017-06-21
1
-27
/
+1
*
Modify Sun copyright to follow OpenSSL style
Rich Salz
2017-06-20
1
-5
/
+1
*
Forbid to specify -nextprotoneg if -tls1_3 is enabled
Paul Yang
2017-06-16
1
-0
/
+6
*
Clean up a bundle of codingstyle stuff in apps directory
Paul Yang
2017-06-12
1
-39
/
+41
*
Fix a bundle of trailing spaces in several files
Paul Yang
2017-06-09
1
-1
/
+1
*
Fix #2400 Add NO_RENEGOTIATE option
Todd Short
2017-06-06
1
-0
/
+3
*
Avoid failing s_server when client's psk_identity is unexpected
Daniel Kahn Gillmor
2017-06-05
1
-6
/
+12
*
Fix an s_server infinite loop
Matt Caswell
2017-05-09
1
-3
/
+13
*
Add checks on return code when applying some settings.
FdaSilvaYY
2017-04-28
1
-37
/
+19
[next]