summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni
2016-01-08Another portability fix.Rich Salz
2016-01-08Portability fix for apps/s_client.cRich Salz
2016-01-07DANE s_client supportViktor Dukhovni
2016-01-07mem functions cleanupRich Salz
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson
2016-01-06Remove more (rest?) of FIPS build stuff.Rich Salz
2016-01-03Fix X509_STORE_CTX_cleanup()Viktor Dukhovni
2016-01-03Cleanup of verify(1) failure outputViktor Dukhovni
2015-12-30Update to SHA256 for TSA signing digest.Rich Salz
2015-12-30Fix faulty check in the VMS version of opt_prognameRichard Levitte
2015-12-30Fix some missing or faulty header file inclusionsRichard Levitte
2015-12-23Refactor DTLS cookie generation and verificationRichard Levitte
2015-12-22Add ssl configuration support to s_server and s_clientDr. Stephen Henson
2015-12-16Fix no-dgram.Ben Laurie
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-15Fix s_server problem with no-ecMatt Caswell
2015-12-15Fix no-psk compile failureMatt Caswell
2015-12-14New function X509_get0_pubkeyDr. Stephen Henson
2015-12-13Fix option value parsing in crl2pkcs7 -certfileViktor Dukhovni
2015-12-13Avoid erroneous "assert(private)" failures.Viktor Dukhovni
2015-12-12Use OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1Kurt Roeckx
2015-12-11Use SHA256 not MD5 as default digest.Rich Salz
2015-12-10Don't run rehash as part of building the openssl appRichard Levitte
2015-12-09make updateDr. Stephen Henson
2015-12-09remove ecdsa.h headerDr. Stephen Henson
2015-12-09remove ecdh.h headerDr. Stephen Henson
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte
2015-12-07Have the few apps that accessed EVP_MD directly use accessors insteadRichard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-12-07Adapt HMAC to the EVP_MD_CTX changesRichard Levitte
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx
2015-11-24Fix grammar errorsQuanah Gibson-Mount
2015-11-21Fix "primarility" typoMichal Bozon
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell
2015-11-20Add s_client support for waiting for asyncMatt Caswell
2015-11-20Fix the error code for SSL_get_async_wait_fd()Matt Caswell
2015-11-20make updateMatt Caswell
2015-11-20Fix pools for s_clientMatt Caswell
2015-11-20Fix s_server bugMatt Caswell
2015-11-20Implement local thread poolsMatt Caswell
2015-11-20Initial Async notify code changesMatt Caswell
2015-11-20Add ASYNC_JOB poolsMatt Caswell
2015-11-20Fix s_server -WWW with -asyncMatt Caswell
2015-11-20Add s_server and s_client async supportMatt Caswell
2015-11-20Use better defaults for TSA.Dr. Stephen Henson
2015-11-20Add support for signer_digest option in TS.Dr. Stephen Henson
2015-11-14add -psk option to ciphers commandDr. Stephen Henson
2015-11-14add -tls1_2,-tls1_1 options to ciphers commandDr. Stephen Henson