summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Multiple -trusted/-untrusted/-CRLfile options in verifyViktor Dukhovni2016-01-201-22/+16
* Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni2016-01-2010-64/+45
* Remove update tagsRich Salz2016-01-201-3/+1
* Consolidate "make update"Rich Salz2016-01-201-1/+1
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-202-5/+5
* Support disabling any or all TLS or DTLS versionsViktor Dukhovni2016-01-194-45/+110
* Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen2016-01-181-9/+1
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Add a no-egd option to disable EGD-related codeBenjamin Kaduk2016-01-141-0/+6
* RT4232: Extra space in help message.Rich Salz2016-01-142-14/+1
* VMS open() doesn't take O_BINARY, but takes a context descriptionRichard Levitte2016-01-141-1/+11
* Rename binmode into textmode and use it correctlyRichard Levitte2016-01-141-4/+4
* To avoid possible time_t overflow use X509_time_adj_ex()Dr. Stephen Henson2016-01-142-3/+2
* Fix verify(1) to report failure when verification failsViktor Dukhovni2016-01-137-103/+113
* For stro[ui]max require both C99 and UINTMAX_MAX/INTMAX_MAXViktor Dukhovni2016-01-132-3/+6
* For stroimax need C99 inttypes.hViktor Dukhovni2016-01-132-3/+3
* Don't return from main(), use EXIT() insteadRichard Levitte2016-01-131-1/+1
* VMS will downcase all command parameters unless they're quotedRichard Levitte2016-01-131-1/+1
* Maximize time_t when intmax_t is availableViktor Dukhovni2016-01-122-12/+103
* Move Makefiles to Makefile.inRich Salz2016-01-122-1108/+154
* 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