aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* RT4232: Extra space in help message.Rich Salz2016-01-141-3/+0
* Add ssl configuration support to s_server and s_clientDr. Stephen Henson2015-12-221-1/+15
* Fix no-dgram.Ben Laurie2015-12-161-2/+3
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* Fix s_server problem with no-ecMatt Caswell2015-12-151-10/+4
* Use OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1Kurt Roeckx2015-12-121-15/+9
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-051-45/+2
* Convert __thread to pthreads for Thread Local StorageMatt Caswell2015-11-201-2/+2
* Add s_client support for waiting for asyncMatt Caswell2015-11-201-16/+0
* Fix the error code for SSL_get_async_wait_fd()Matt Caswell2015-11-201-1/+1
* Fix s_server bugMatt Caswell2015-11-201-2/+9
* Implement local thread poolsMatt Caswell2015-11-201-1/+1
* Initial Async notify code changesMatt Caswell2015-11-201-1/+21