summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2016-02-09Updates for auto init/deinit review commentsMatt Caswell
2016-02-09Add an OPENSSL_NO_AUTOERRINIT optionMatt Caswell
2016-02-09Auto init/de-init libsslMatt Caswell
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-02-09Provide framework for auto initialise/deinitialise of the libraryMatt Caswell
2016-02-09unified build scheme: adjust some scriptsRichard Levitte
2016-02-08make updateDr. Stephen Henson
2016-02-08rename old functions names in libeay.numDr. Stephen Henson
2016-02-08Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson
2016-02-08Make TESTS= work with "nmake -f ms/ntdll.mak tests"Rob Percival
2016-02-06make updateDr. Stephen Henson
2016-02-06Add BIO_ADDR_clear to libeay.numKurt Roeckx
2016-02-05RT4070: Improve struct/union regexpEllinger, Wesley M
2016-02-05Make DTLSv1_listen a first class function and change its typeMatt Caswell
2016-02-05Restore -no_comp switch for backwards compatible behaviourViktor Dukhovni
2016-02-05make updateDr. Stephen Henson
2016-02-04Add option to disable asyncTodd Short
2016-02-03Handle localhost being either 127.0.0.1 or ::1Viktor Dukhovni
2016-02-04Use matching quotesRichard Levitte
2016-02-04Make the mk1mf 'mv' command variableRichard Levitte
2016-02-03Refactoring BIO: small test correctionRichard Levitte
2016-02-03Refactoring BIO: add a simple networking test of s_client and s_serverRichard Levitte
2016-02-03make updateRichard Levitte
2016-02-03Refactoring BIO: add error macros & text, and make updateRichard Levitte
2016-02-03RT3234: disable compressionEmilia Kasper
2016-02-02make updateDr. Stephen Henson
2016-02-01Better check for gcc/clangRich Salz
2016-01-31Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson
2016-01-30Add function to return internal enoding of X509_NAME.Dr. Stephen Henson
2016-01-29Templatize util/domdRich Salz
2016-01-29Merge error, wrong domd submitted.Rich Salz
2016-01-29Remove clean-dependRich Salz
2016-01-28Remove extraneous output from util/mk scriptsRich Salz
2016-01-27Add CRYPTO_secure_zallocRich Salz
2016-01-26Add SSL_up_ref() and SSL_CTX_up_ref()Matt Caswell
2016-01-26Remove dirs from mkfiles.plMatt Caswell
2016-01-25Generate warning textRichard Levitte
2016-01-25Refactor file writing - Remake Makefile.org into a templateRichard Levitte
2016-01-25Now that Configure doesn't produce tools/c_rehash, mk1mf has to do itRichard Levitte
2016-01-24Move pqueue into sslRich Salz
2016-01-23Remove extra unused variable in util/dofile.plRichard Levitte
2016-01-22Refactor file writing - Adapt util/mkdef.pl to use configdata.pmRichard Levitte
2016-01-22Refactor file writing - adapt util/dofile.pl to use with_fallbackRichard Levitte
2016-01-22Refactor file writing - arrange for use of bundled Perl modules as fallbackRichard Levitte
2016-01-22Refactor file writing - introduce template driven file writingRichard Levitte
2016-01-22Refresh the thinking of --prefix and --openssldirRichard Levitte
2016-01-19Remove the GOST engineMatt Caswell
2016-01-19prf redirection build fixesDr. Stephen Henson
2016-01-18Don't use "grep -q", "-q" is not POSIX, and fails on Solaris.Kristian Amlie
2016-01-17Accessor update; fix API, document one.Rich Salz