summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2016-01-14VMS open() doesn't take O_BINARY, but takes a context descriptionRichard Levitte
2016-01-14Rename binmode into textmode and use it correctlyRichard Levitte
2016-01-14To avoid possible time_t overflow use X509_time_adj_ex()Dr. Stephen Henson
2016-01-13Fix verify(1) to report failure when verification failsViktor Dukhovni
2016-01-13For stro[ui]max require both C99 and UINTMAX_MAX/INTMAX_MAXViktor Dukhovni
2016-01-13For stroimax need C99 inttypes.hViktor Dukhovni
2016-01-13Don't return from main(), use EXIT() insteadRichard Levitte
2016-01-13VMS will downcase all command parameters unless they're quotedRichard Levitte
2016-01-12Maximize time_t when intmax_t is availableViktor Dukhovni
2016-01-12Move Makefiles to Makefile.inRich Salz
2016-01-12Adapt all EVP_CIPHER users for it becoming opaqueRichard Levitte
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2016-01-12RT4227: Range-check in apps.Rich Salz
2016-01-11Yet another make update.Rich Salz
2016-01-11Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson
2016-01-11Add lh_new() inliningDr. Stephen Henson
2016-01-11Inline LHASH_OFDr. Stephen Henson
2016-01-11Fix NSS format session outputMatt Caswell
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