index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
s_client.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove "-immedate_renegotiation" option
Rich Salz
2021-06-15
1
-3
/
+0
*
APPS: Remove an unreachable statement in s_client.c
Richard Levitte
2021-06-13
1
-1
/
+0
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-3
/
+3
*
Deprecate old style BIO callback calls
Tomas Mraz
2021-05-26
1
-1
/
+1
*
Add SSL_OP_ALLOW_CLIENT_RENEGOTIATION
Rich Salz
2021-05-17
1
-1
/
+3
*
Make the -inform option to be respected if possible
Tomas Mraz
2021-05-06
1
-5
/
+6
*
APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro
Dr. David von Oheimb
2021-05-05
1
-1
/
+1
*
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
/
+2
*
apps: Add maybe_stdin argument to load_certs and set it in pkcs12
Tomas Mraz
2021-03-15
1
-1
/
+1
*
Replace SSL_CTX_new by SSL_CTX_new_ex in apps/s_server + s_client
Petr Gotthard
2021-02-17
1
-1
/
+1
*
Deprecate the low level SRP APIs
Matt Caswell
2021-02-12
1
-132
/
+10
*
Load rand state after loading providers
Rich Salz
2021-02-11
1
-3
/
+2
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
APPS: Fix confusion between program and app/command name used in diagnostic/h...
Dr. David von Oheimb
2021-01-11
1
-2
/
+1
*
Check non-option arguments
Rich Salz
2020-12-15
1
-17
/
+18
*
APPS: Remove the format argument where it's not used
Richard Levitte
2020-10-26
1
-2
/
+2
*
APPS: Reduce deprecation warning suppression - ENGINE
Richard Levitte
2020-10-04
1
-6
/
+3
*
load_key_certs_crls(): Restore output of fatal errors
Dr. David von Oheimb
2020-09-24
1
-2
/
+2
*
Fix safestack issues in ct.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK
Matt Caswell
2020-09-13
1
-1
/
+0
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-3
/
+0
*
Make better use of new load_cert_pass() variant of load_cert() in apps/
Dr. David von Oheimb
2020-08-20
1
-6
/
+6
*
apps: make use of OSSL_STORE for generalized certs and CRLs loading
Dr. David von Oheimb
2020-08-20
1
-2
/
+1
*
apps: deprecate engines
Pauli
2020-07-16
1
-0
/
+3
*
Add SSL_get[01]_peer_certificate()
Todd Short
2020-07-16
1
-2
/
+1
*
Force ssl/tls protocol flags to use stream sockets
Benny Baumann
2020-06-30
1
-0
/
+20
*
s_client: Fix -proxy flag regression
Marc
2020-05-25
1
-15
/
+31
*
Introducing option SSL_OP_IGNORE_UNEXPECTED_EOF
Dmitry Belyavskiy
2020-05-19
1
-1
/
+10
*
Use _get0_ functions instead of _get_.
Marc
2020-05-19
1
-2
/
+2
*
s_client: Show cert algorithms & validity period
Marc
2020-05-19
1
-0
/
+14
*
Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c
Dr. David von Oheimb
2020-05-15
1
-6
/
+5
*
s_server normal shutdown
Dmitry Belyavskiy
2020-05-06
1
-21
/
+0
*
Clean up the use of ERR_print_errors() in apps.c and in four apps
Dr. David von Oheimb
2020-04-24
1
-6
/
+2
*
Add function load_csr(file,format,desc) to apps/lib/apps.c
David von Oheimb
2020-04-24
1
-5
/
+2
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+6
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Fix descriptions of credentials and verification options for various apps
Dr. David von Oheimb
2020-04-20
1
-10
/
+10
*
cmdline app: add provider commandline options.
Pauli
2020-03-07
1
-1
/
+6
*
fix a minor bug of s_client
Roger Ning
2020-03-05
1
-2
/
+2
*
Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c
Dr. David von Oheimb
2020-02-10
1
-114
/
+16
*
More accurate doc of -ssl_config option
Rich Salz
2020-02-06
1
-1
/
+1
*
Document command parameters.
Rich Salz
2019-11-20
1
-0
/
+5
*
Add "sections" to -help output
Rich Salz
2019-11-07
1
-82
/
+96
*
Add -CAstore and similar to all openssl commands that have -CApath
Richard Levitte
2019-11-03
1
-9
/
+34
*
Add BN_check_prime()
Kurt Roeckx
2019-10-14
1
-4
/
+2
*
remove end of line spaces
Pauli
2019-07-16
1
-2
/
+2
*
Remove tab characters from C source files.
Pauli
2019-07-16
1
-1
/
+1
*
Fix Typos
Antoine Cœur
2019-07-01
1
-1
/
+1
*
s_client starttls: fix handling of multiline reply
Dan Campbell
2019-04-08
1
-1
/
+1
[next]