aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid erroneous "assert(private)" failures.Viktor Dukhovni2015-12-134-13/+26
* Use OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1Kurt Roeckx2015-12-123-19/+13
* Use SHA256 not MD5 as default digest.Rich Salz2015-12-113-3/+3
* Don't run rehash as part of building the openssl appRichard Levitte2015-12-101-1/+0
* make updateDr. Stephen Henson2015-12-091-84/+34
* remove ecdsa.h headerDr. Stephen Henson2015-12-091-1/+1
* remove ecdh.h headerDr. Stephen Henson2015-12-091-1/+0
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-073-13/+13
* Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte2015-12-071-7/+11
* Have the few apps that accessed EVP_MD directly use accessors insteadRichard Levitte2015-12-072-2/+2
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-073-49/+66
* Adapt HMAC to the EVP_MD_CTX changesRichard Levitte2015-12-071-1/+1
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-051-45/+2
* Fix grammar errorsQuanah Gibson-Mount2015-11-241-4/+4
* Fix "primarility" typoMichal Bozon2015-11-211-1/+1
* Convert __thread to pthreads for Thread Local StorageMatt Caswell2015-11-202-4/+4
* Add s_client support for waiting for asyncMatt Caswell2015-11-204-16/+17
* Fix the error code for SSL_get_async_wait_fd()Matt Caswell2015-11-201-1/+1
* make updateMatt Caswell2015-11-201-22/+22
* Fix pools for s_clientMatt Caswell2015-11-201-1/+7
* 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
* Add ASYNC_JOB poolsMatt Caswell2015-11-202-24/+30
* Fix s_server -WWW with -asyncMatt Caswell2015-11-201-2/+2
* Add s_server and s_client async supportMatt Caswell2015-11-202-20/+62
* Use better defaults for TSA.Dr. Stephen Henson2015-11-202-3/+3
* Add support for signer_digest option in TS.Dr. Stephen Henson2015-11-203-12/+21
* add -psk option to ciphers commandDr. Stephen Henson2015-11-141-0/+24
* add -tls1_2,-tls1_1 options to ciphers commandDr. Stephen Henson2015-11-141-0/+10
* RT2667: Add IRC support to -starttlsNathan Phillip Brink2015-11-131-2/+66
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-0916-38/+46
* Fix usage of BIO_ctrl_set_connectedRichard Levitte2015-11-021-1/+1
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-306-36/+20
* Remove SSL_state and SSL_set_stateMatt Caswell2015-10-301-1/+1
* Remove a call to SSL_set_state from s_serverMatt Caswell2015-10-301-7/+19
* Remove redundant codeMatt Caswell2015-10-301-1/+1
* Remove useless codeAlessandro Ghedini2015-10-235-21/+3
* Do not treat 0 return value from BIO_get_fd() as errorAlessandro Ghedini2015-10-231-1/+1
* Move auto Host adding to query_responderDr. Stephen Henson2015-10-181-14/+11
* Fix memory leak with -issuer option.Dr. Stephen Henson2015-10-181-3/+5
* Fix error message when loading engines from configDmitry Belyavsky2015-10-161-4/+4
* Rename -set-serial command to reqMatt Caswell2015-10-121-1/+1
* Centralise loading default apps config fileMatt Caswell2015-10-1238-114/+19
* Fix option name discrepancyMatt Caswell2015-10-121-2/+2
* Make no-psk compile without warnings.Dr. Stephen Henson2015-10-111-4/+0
* DTLS: remove unused cookie fieldEmilia Kasper2015-10-092-2/+2
* Don't try and parse boolean type.Dr. Stephen Henson2015-10-061-2/+2
* Address Windows warnings in apps/.Andy Polyakov2015-10-052-25/+1
* Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov2015-10-051-6/+6