aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
Commit message (Expand)AuthorAgeFilesLines
* Pack globals variables used to control apps/verify_callback()FdaSilvaYY2016-08-041-11/+10
* Typo and comment fixFdaSilvaYY2016-07-251-2/+2
* Unused variable cleanupFdaSilvaYY2016-07-251-2/+0
* Discard a dead optionFdaSilvaYY2016-07-251-8/+2
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-201-3/+3
* Disallow multiple protocol flags to s_server and s_clientMatt Caswell2016-07-081-1/+16
* Add a comment after some #endif at end of apps source code.FdaSilvaYY2016-06-181-1/+1
* Don't skip leading zeroes in PSK keys.Dr. Stephen Henson2016-06-121-19/+13
* Free a BIO_ADDR if DTLSv1_listen return <=0Matt Caswell2016-06-011-0/+2
* Don't leak X509_OBJECT in an error pathMatt Caswell2016-06-011-3/+3
* Fix s_client/s_server waiting for stdin on WindowsMatt Caswell2016-05-271-3/+3
* Fix some s_server issues on WindowsMatt Caswell2016-05-271-1/+14
* Support -no-CAfile -no-CApath in ctx2Dr. Stephen Henson2016-05-231-2/+3
* Few cleanups in s_client, s_server apps.FdaSilvaYY2016-05-181-12/+6
* X509_STORE_CTX accessors.Rich Salz2016-05-171-2/+2
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+7
* Handle no async jobs in libsslMatt Caswell2016-05-051-0/+8
* Fix building with -DCHARSET_EBCDICMatt Caswell2016-04-291-39/+54
* Make many X509_xxx types opaque.Rich Salz2016-04-151-12/+16
* Fix no-ocspMatt Caswell2016-04-061-1/+8
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* Fix no-sockMatt Caswell2016-03-211-0/+4
* Remove Netware and OS/2Rich Salz2016-03-171-14/+5
* Use minimum and maximum protocol version instead of version fixed methodsKurt Roeckx2016-03-091-18/+25
* Fix cert leaks in s_serverFdaSilvaYY2016-03-081-3/+6
* GH787: Fix ALPNTodd Short2016-03-081-4/+4
* Fix s_server/s_client handling of the split_send_frag argumentMatt Caswell2016-03-071-2/+5
* Add documentation for new s_server/s_client optionsMatt Caswell2016-03-071-1/+1
* Ensure s_client and s_server work when read_ahead is setMatt Caswell2016-03-071-2/+2
* Add an ability to set the SSL read buffer sizeMatt Caswell2016-03-071-2/+13
* Add pipeline support to s_server and s_clientMatt Caswell2016-03-071-1/+35
* ISSUE 43: Add BIO_sock_shutdownRich Salz2016-03-071-3/+3
* GH764: s_server: trace option fall throughJ Mohan Rao Arisankala2016-02-291-2/+1
* using macro inside the case.J Mohan Rao Arisankala2016-02-271-2/+2
* fix build with no-srtpJ Mohan Rao Arisankala2016-02-271-1/+3
* RT2275: use BIO_sock_nbio()Rich Salz2016-02-271-23/+6
* CVE-2016-0798: avoid memory leak in SRPEmilia Kasper2016-02-251-16/+28
* GH480: Don't break statements with CPP stuff.Flavio Medeiros2016-02-241-2/+1
* Remove unused parameters from internal functionsRich Salz2016-02-221-19/+12
* Remove JPAKERich Salz2016-02-171-33/+4
* Make sure to use unsigned char for is*() functionsRichard Levitte2016-02-141-1/+1
* GH646: Update help for s_server command.A J Mohan Rao2016-02-091-33/+56
* Auto init/deinit libcryptoMatt Caswell2016-02-091-4/+0
* Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson2016-02-081-2/+2
* Make DTLSv1_listen a first class function and change its typeMatt Caswell2016-02-051-1/+1
* Refactoring BIO: Adapt s_client and s_serverRichard Levitte2016-02-031-37/+94
* Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte2016-02-031-5/+9
* constify PACKETEmilia Kasper2016-02-011-1/+1
* Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni2016-01-201-6/+4
* Support disabling any or all TLS or DTLS versionsViktor Dukhovni2016-01-191-28/+43