aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Adapt all EVP_CIPHER users for it becoming opaqueRichard Levitte2016-01-122-7/+7
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-21/+19
* RT4227: Range-check in apps.Rich Salz2016-01-125-79/+67
* Yet another make update.Rich Salz2016-01-111-516/+647
* Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson2016-01-112-2/+2
* Add lh_new() inliningDr. Stephen Henson2016-01-111-5/+1
* Inline LHASH_OFDr. Stephen Henson2016-01-113-1/+4
* Fix NSS format session outputMatt Caswell2016-01-111-2/+3
* Enable/disable crypto-mdebug just like other featuresViktor Dukhovni2016-01-111-1/+1
* Another portability fix.Rich Salz2016-01-081-1/+1
* Portability fix for apps/s_client.cRich Salz2016-01-081-13/+16
* DANE s_client supportViktor Dukhovni2016-01-071-2/+222
* mem functions cleanupRich Salz2016-01-071-10/+4
* 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