aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-071-2/+2
* Remove more (rest?) of FIPS build stuff.Rich Salz2016-01-064-41/+8
* Fix X509_STORE_CTX_cleanup()Viktor Dukhovni2016-01-031-26/+16
* Cleanup of verify(1) failure outputViktor Dukhovni2016-01-031-24/+27
* Update to SHA256 for TSA signing digest.Rich Salz2015-12-301-1/+1
* Fix faulty check in the VMS version of opt_prognameRichard Levitte2015-12-301-1/+1
* Fix some missing or faulty header file inclusionsRichard Levitte2015-12-301-0/+2
* Refactor DTLS cookie generation and verificationRichard Levitte2015-12-231-66/+11
* Add ssl configuration support to s_server and s_clientDr. Stephen Henson2015-12-223-2/+31
* Fix no-dgram.Ben Laurie2015-12-161-2/+3
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-1614-67/+50
* Fix s_server problem with no-ecMatt Caswell2015-12-154-28/+7
* Fix no-psk compile failureMatt Caswell2015-12-151-0/+2
* New function X509_get0_pubkeyDr. Stephen Henson2015-12-145-16/+8
* Fix option value parsing in crl2pkcs7 -certfileViktor Dukhovni2015-12-131-1/+1
* 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