summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2016-07-19Convert the last uses of sockaddr in apps/* to use BIO_ADDR insteadRichard Levitte
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson
2016-07-08Disallow multiple protocol flags to s_server and s_clientMatt Caswell
2016-07-08Support PKCS v2.0 print in pkcs12 utility.Dr. Stephen Henson
2016-07-04perl: Separate compile-time environment from runtime environmentRichard Levitte
2016-07-01Simplify INCLUDE statements in build.info filesRichard Levitte
2016-06-29Whitespace cleanup in appsFdaSilvaYY
2016-06-25Fix BN_is_prime* calls.David Benjamin
2016-06-24Add -ciphers flag to enc commandRich Salz
2016-06-21segmentation fault with 'openssl s_client -prexit -keymatexport'mmiyashita
2016-06-20Allow proxy certs to be present when verifying a chainRichard Levitte
2016-06-20apps/req.c: Increment the right variable when parsing '+'Richard Levitte
2016-06-20RT3136: Remove space after issuer/subjectJiri Horky
2016-06-18Add a comment after some #endif at end of apps source code.FdaSilvaYY
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-18Use a STACK_OF(OPENSSL_CSTRING) for const char * stacksMatt Caswell
2016-06-18Replace 4 casts with 1Matt Caswell
2016-06-16Spelling fixesFdaSilvaYY
2016-06-16Revert "RT4526: Call TerminateProcess, not ExitProcess"Matt Caswell
2016-06-15Deal with the consequences of constifying gettersRichard Levitte
2016-06-15RT4526: Call TerminateProcess, not ExitProcessRich Salz
2016-06-15Constify X509_TRUST_add method.FdaSilvaYY
2016-06-14Avoid a double-free in crl2pl7Matt Caswell
2016-06-14Add missing break statementMatt Caswell
2016-06-13RT3809: basicConstraints is criticalRich Salz
2016-06-12Don't skip leading zeroes in PSK keys.Dr. Stephen Henson
2016-06-12RT2759: Don't read TTY when already at EOF.John Denker
2016-06-12Avoid memory leaks if options repeated.Rich Salz
2016-06-10GH1183: Fix -unix and -connect, etc., overrideRich Salz
2016-06-02GH1123: sort dir before rehashRich Salz
2016-06-02Build the 'openssl rehash' command on VMS version 8.3 and upRichard Levitte
2016-06-01Fix memory leak in crl2pkcs7 appMatt Caswell
2016-06-01Free a temporary buffer used by dsaparam applicationMatt Caswell
2016-06-01Free memory on error in cms appMatt Caswell
2016-06-01Add final(?) set of copyrights.Rich Salz
2016-06-01Fix some RAND bugsRich Salz
2016-06-01Ensure an ASN1_OBJECT is freed in error pathsMatt Caswell
2016-06-01Free allocated password strings on exitMatt Caswell
2016-06-01Free a BIO_ADDR if DTLSv1_listen return <=0Matt Caswell
2016-06-01Ensure BIGNUM is freed in an error pathMatt Caswell
2016-06-01Free an X509_CRL in an error pathMatt Caswell
2016-06-01Don't leak X509_OBJECT in an error pathMatt Caswell
2016-06-01Add dhparam sanity check and update DH_check documentationMatt Caswell
2016-06-01req command incorrectly displays the bits for an EC keyMatt Caswell
2016-05-31speed.c: fix segfault with unrecognized algorithmsCristian Stoica
2016-05-29remove winrand.c entirely, nothing seems to reference itJoey Yandle
2016-05-29cherry pick pr-512 changesJoey Yandle
2016-05-29cherry pick pr-512 changesJoey Yandle
2016-05-27Fix intermittent windows failures in TLSProxy testsMatt Caswell
2016-05-27Fix s_client/s_server waiting for stdin on WindowsMatt Caswell