aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2016-06-21segmentation fault with 'openssl s_client -prexit -keymatexport'mmiyashita1-1/+2
2016-06-20Allow proxy certs to be present when verifying a chainRichard Levitte3-3/+9
2016-06-20apps/req.c: Increment the right variable when parsing '+'Richard Levitte1-3/+3
2016-06-20RT3136: Remove space after issuer/subjectJiri Horky1-2/+2
2016-06-18Add a comment after some #endif at end of apps source code.FdaSilvaYY3-3/+3
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY1-1/+0
2016-06-18Use a STACK_OF(OPENSSL_CSTRING) for const char * stacksMatt Caswell1-15/+11
2016-06-18Replace 4 casts with 1Matt Caswell1-6/+7
2016-06-16Spelling fixesFdaSilvaYY3-6/+6
2016-06-16Revert "RT4526: Call TerminateProcess, not ExitProcess"Matt Caswell1-1/+1
2016-06-15Deal with the consequences of constifying gettersRichard Levitte10-12/+13
2016-06-15RT4526: Call TerminateProcess, not ExitProcessRich Salz1-1/+1
2016-06-15Constify X509_TRUST_add method.FdaSilvaYY1-1/+1
2016-06-14Avoid a double-free in crl2pl7Matt Caswell1-3/+1
2016-06-14Add missing break statementMatt Caswell1-0/+1
2016-06-13RT3809: basicConstraints is criticalRich Salz2-10/+2
2016-06-12Don't skip leading zeroes in PSK keys.Dr. Stephen Henson2-36/+28
2016-06-12RT2759: Don't read TTY when already at EOF.John Denker1-1/+10
2016-06-12Avoid memory leaks if options repeated.Rich Salz1-5/+14
2016-06-10GH1183: Fix -unix and -connect, etc., overrideRich Salz1-45/+39
2016-06-02GH1123: sort dir before rehashRich Salz1-3/+25
2016-06-02Build the 'openssl rehash' command on VMS version 8.3 and upRichard Levitte1-2/+6
2016-06-01Fix memory leak in crl2pkcs7 appMatt Caswell1-2/+1
2016-06-01Free a temporary buffer used by dsaparam applicationMatt Caswell1-0/+1
2016-06-01Free memory on error in cms appMatt Caswell1-1/+2
2016-06-01Add final(?) set of copyrights.Rich Salz1-4/+9
2016-06-01Fix some RAND bugsRich Salz1-6/+10
2016-06-01Ensure an ASN1_OBJECT is freed in error pathsMatt Caswell1-1/+6
2016-06-01Free allocated password strings on exitMatt Caswell1-0/+2
2016-06-01Free a BIO_ADDR if DTLSv1_listen return <=0Matt Caswell1-0/+2
2016-06-01Ensure BIGNUM is freed in an error pathMatt Caswell1-2/+1
2016-06-01Free an X509_CRL in an error pathMatt Caswell1-1/+3
2016-06-01Don't leak X509_OBJECT in an error pathMatt Caswell1-3/+3
2016-06-01Add dhparam sanity check and update DH_check documentationMatt Caswell1-5/+20
2016-06-01req command incorrectly displays the bits for an EC keyMatt Caswell1-2/+6
2016-05-31speed.c: fix segfault with unrecognized algorithmsCristian Stoica1-1/+5
2016-05-29remove winrand.c entirely, nothing seems to reference itJoey Yandle1-92/+0
2016-05-29cherry pick pr-512 changesJoey Yandle1-8/+0
2016-05-29cherry pick pr-512 changesJoey Yandle1-4/+0
2016-05-27Fix intermittent windows failures in TLSProxy testsMatt Caswell1-0/+10
2016-05-27Fix s_client/s_server waiting for stdin on WindowsMatt Caswell4-23/+40
2016-05-27Fix some s_server issues on WindowsMatt Caswell1-1/+14
2016-05-25build.info files: add quotes around any spec that may contain spacesRichard Levitte1-1/+1
2016-05-23Make sure tsget and c_rehash are named with .pl suffix on Windows and VMSRichard Levitte1-3/+5
2016-05-23Make sure to initialize all CA.pl variables properlyRichard Levitte1-2/+2
2016-05-23Support -no-CAfile -no-CApath in ctx2Dr. Stephen Henson1-2/+3
2016-05-23Support for traditional format private keys.Dr. Stephen Henson2-10/+29
2016-05-21Indent and dead code cleanupFdaSilvaYY2-44/+43
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2-3/+3
2016-05-20Fixup READLINE caseRichard Levitte1-1/+1