summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2016-08-01apps/openssl.c: UTF-y Windows argv.Andy Polyakov
2016-07-30Ignore the serial number for now and just do the rest.Richard J. Moore
2016-07-30Make some more X509 functions const.Richard J. Moore
2016-07-30rsa.c: fix incorrect guard for pvk-* optionsViktor Szakats
2016-07-29print out MAC algorithmDr. Stephen Henson
2016-07-26RT4639: Typo when -DSSL_DEBUGJon Loeliger
2016-07-25Typo and comment fixFdaSilvaYY
2016-07-25Unused variable, and cleanupsFdaSilvaYY
2016-07-25Unused variable cleanupFdaSilvaYY
2016-07-25Discard a dead optionFdaSilvaYY
2016-07-22Add mask for newly created symlink.Dr. Stephen Henson
2016-07-22Check suffixes properly.Dr. Stephen Henson
2016-07-22use correct name for duplicateDr. Stephen Henson
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-20Simplify buffer limit checking, and reuse BIO_snprintf returned value.FdaSilvaYY
2016-07-20Code factorisation and simplificationFdaSilvaYY
2016-07-20Fix double calls to strlenFdaSilvaYY
2016-07-20Simplify code related to tmp_email_dn.FdaSilvaYY
2016-07-20Use more X509_REQ_get0_pubkey & X509_get0_pubkeyFdaSilvaYY
2016-07-19Fix forgotten gotoRichard Levitte
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