summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2016-01-27Remove outdated legacy crypto optionsRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-25Generate warning textRichard Levitte
2016-01-25Make sure apps/Makefile builds apps/CA.pl by defaultRichard Levitte
2016-01-22Refactor file writing - introduce template driven file writingRichard Levitte
2016-01-22Fix quoting error in SRP printfAndy Isaacson
2016-01-20Multiple -trusted/-untrusted/-CRLfile options in verifyViktor Dukhovni
2016-01-20Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni
2016-01-20Remove update tagsRich Salz
2016-01-20Consolidate "make update"Rich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-19Support disabling any or all TLS or DTLS versionsViktor Dukhovni
2016-01-18Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen
2016-01-17Remove some old makefile targetsRich Salz
2016-01-14Add a no-egd option to disable EGD-related codeBenjamin Kaduk
2016-01-14RT4232: Extra space in help message.Rich Salz
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