summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2016-07-08GH1278: Removed error code for alertsRich Salz
2016-07-08Replace all #define's in pod pages.Rich Salz
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov
2016-07-05make updateRichard Levitte
2016-06-27Add a test for fragmented alertsMatt Caswell
2016-06-27RT4586: Remove RSA_memory_lock; unused, not neededRich Salz
2016-06-24Add a getter to obtain the HMAC_CTX mdMatt Caswell
2016-06-23utils/mkdir-p: check if dir exists also after mkdir failedSebastian Andrzej Siewior
2016-06-22crypto/cryptlib.c: omit OPENSSL_ia32cap_loc().Andy Polyakov
2016-06-21More doc cleanupRich Salz
2016-06-16Fix GCC build; make update; fix number re-useRich Salz
2016-06-16Add EVP_PKEY_get0_hmac() functionNathaniel McCallum
2016-06-16Skip the TLSProxy tests if environmental problems are an issueMatt Caswell
2016-06-14RT4562: Fix misleading doc on OPENSSL_configRich Salz
2016-06-14make updateMatt Caswell
2016-06-09Make a2i_ipadd an internal functionRich Salz
2016-06-09More API docs; small changes.Rich Salz
2016-06-08Add some accessor API'sRich Salz
2016-06-07Unify d2i/i2d documentation.Rich Salz
2016-06-07Nit about pod filenamesRich Salz
2016-06-07Add script to find undocumented APIRich Salz
2016-06-06More doc nitsRich Salz
2016-06-04More utils cleanup.Rich Salz
2016-06-02perl: refactor .pod name section extractor into its own moduleRichard Levitte
2016-06-01Remove NOEXIST entriesRich Salz
2016-06-01Remove/rename some old files.Rich Salz
2016-06-01Add final(?) set of copyrights.Rich Salz
2016-05-31make updateMatt Caswell
2016-05-30perl: use the 'if' module to conditionally load File::GlobRichard Levitte
2016-05-29set RAND_event and RAND_screen to deprecated in 1.1.0 in librypto.numJoey Yandle
2016-05-29Configure,test/recipes: "pin" glob to File::Glob::glob.Andy Polyakov
2016-05-28make updateRichard Levitte
2016-05-27perl glob: make sure to put quotes around the pattern, in case of spacesRichard Levitte
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-23make updateDr. Stephen Henson
2016-05-23Add checks on CRYPTO_set_ex_data return valueFdaSilvaYY
2016-05-23util/process_docs.pl: Add more debugging outputRichard Levitte
2016-05-23Improve the checking of pod sectionsRichard Levitte
2016-05-23process_docs.pl: When starting to read a new head1 section, remove previous textRichard Levitte
2016-05-22Have doc-nit-check look for mandatory manual sectionsRichard Levitte
2016-05-21Add OpenSSL copyright to .pl filesRich Salz
2016-05-20Doc nits cleanup, round 2Rich Salz
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz
2016-05-20Fix nits in pod files.Rich Salz
2016-05-19Documentation processor in perl, for platforms that don't have shRichard Levitte
2016-05-18Small typo, a tab where there should have been a spaceRichard Levitte
2016-05-18Fix util/mkerr.plRichard Levitte
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-05-17X509_STORE_CTX accessors.Rich Salz
2016-05-16Workaround an IO::Socket::IP bugMatt Caswell