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
*
s_server: Support reading HTTP request from early data
Daiki Ueno
2024-09-12
1
-5
/
+40
*
apps: directly inclusion of "e_os.h when needed
FdaSilvaYY
2024-09-05
1
-0
/
+3
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
Use the untrusted certificate chain to create a valid certificate ID for OCSP...
olszomal
2024-03-12
1
-14
/
+30
*
Error in s_server when -rev option is used with dtls.
Frederik Wedel-Heinen
2024-01-15
1
-0
/
+5
*
Bad function definition
Dimitri Papadopoulos
2023-09-11
1
-1
/
+1
*
Modify the dkeyform type to support engine
wangcheng
2023-09-08
1
-1
/
+1
*
Fix typos found by codespell
Dimitri Papadopoulos
2023-07-18
1
-2
/
+2
*
Coverity 1528490: Avoid assignment of unused value of i
Tomas Mraz
2023-06-11
1
-5
/
+2
*
RFC7250 (RPK) support
Todd Short
2023-03-28
1
-3
/
+40
*
Fix a potential memory leak in apps/s_server.c
besher
2023-02-08
1
-0
/
+1
*
Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_size
Peiwei Hu
2022-12-05
1
-2
/
+2
*
Add support for KTLS zerocopy sendfile on Linux
Maxim Mikityanskiy
2022-11-24
1
-0
/
+16
*
Add support for compressed certificates (RFC8879)
Todd Short
2022-10-18
1
-1
/
+16
*
Rename ossl_sleep calls to OSSL_sleep everywhere
Richard Levitte
2022-10-06
1
-2
/
+2
*
apps/s_server.c: Add check for OPENSSL_strdup
Jiasheng Jiang
2022-06-22
1
-0
/
+2
*
s_serve: Report an error if init-connection fails without an attempt to read.
Daniel Fiala
2022-05-06
1
-4
/
+42
*
Remove duplicated #include headers
JHH20
2022-05-04
1
-1
/
+0
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
1
-1
/
+1
*
Add TFO support to socket BIO and s_client/s_server
Todd Short
2022-03-10
1
-1
/
+16
*
check the return value of BIO_new_file()
xkernel
2022-03-10
1
-0
/
+4
*
apps: several return value checks for BIO_new()
xkernel
2022-03-04
1
-2
/
+6
*
s_server: Do not use SSL_sendfile when KTLS is not being used
Hugo Landau
2022-03-03
1
-1
/
+8
*
apps/s_server: Add missing check for BIO_new
Jiasheng Jiang
2022-02-17
1
-4
/
+50
*
s_server: Add check for OPENSSL_strdup
Jiasheng Jiang
2022-02-17
1
-2
/
+3
*
s_server: correctly handle 2^14 byte long records
Hubert Kario
2022-01-20
1
-5
/
+9
*
add OSSL_STACK_OF_X509_free() for commonly used pattern
Dr. David von Oheimb
2021-12-21
1
-2
/
+2
*
apps/s_server: Correct s_server to return the correct file path
Tianjia Zhang
2021-12-10
1
-1
/
+1
*
APPS: Improve diagnostics on missing/extra args and unknown cipher/digest
Dr. David von Oheimb
2021-12-07
1
-2
/
+1
*
SSL_export_keying_material: fix return check
Peiwei Hu
2021-11-22
1
-2
/
+2
*
Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...
Dr. David von Oheimb
2021-11-17
1
-14
/
+10
*
Revise s_client and s_server verbiage re secure renegotiation.
Felipe Gasper
2021-11-02
1
-6
/
+4
*
Fix the s_server psk_server_cb for use in DTLS
Matt Caswell
2021-10-22
1
-5
/
+5
*
apps/s_server: Add ktls option
Tianjia Zhang
2021-09-18
1
-1
/
+19
*
Fix s_server PSK handling
Matt Caswell
2021-07-09
1
-0
/
+11
*
apps: address potential memory leaks
Pauli
2021-06-26
1
-0
/
+4
*
s_server: make -rev option easier to find (mention echo)
Hubert Kario
2021-06-15
1
-1
/
+1
*
Remove "-immedate_renegotiation" option
Rich Salz
2021-06-15
1
-6
/
+0
*
Fix s_server app to not report an error when using a non DH certificate.
Shane Lontis
2021-06-10
1
-4
/
+6
*
Deprecate old style BIO callback calls
Tomas Mraz
2021-05-26
1
-3
/
+3
*
DOC: Fix nits found by new check on SYNOPSIS and OPTIONS consistency
Dr. David von Oheimb
2021-05-20
1
-6
/
+6
*
Move ossl_sleep() to e_os.h and use it in apps
Dr. David von Oheimb
2021-05-18
1
-6
/
+2
*
apps/s_server: Add -proxy and -no_proxy options
Dr. David von Oheimb
2021-05-18
1
-1
/
+22
*
apps/ocsp: Add -proxy and -no_proxy options
Dr. David von Oheimb
2021-05-18
1
-2
/
+2
*
Add SSL_OP_ALLOW_CLIENT_RENEGOTIATION
Rich Salz
2021-05-17
1
-0
/
+6
*
Make the -inform option to be respected if possible
Tomas Mraz
2021-05-06
1
-10
/
+12
*
APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro
Dr. David von Oheimb
2021-05-05
1
-1
/
+2
*
Fix CRL app so that stdin works.
Shane Lontis
2021-04-30
1
-1
/
+1
*
APPS: make apps strict on app_RAND_load() and app_RAND_write() failure
Dr. David von Oheimb
2021-04-14
1
-1
/
+3
[next]