summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-04-17Prepare for 1.1.1-pre5 releaseOpenSSL_1_1_1-pre5Richard Levitte
2018-04-17Update copyright yearRichard Levitte
2018-04-17OpenSSL 1.1.1-pre5: update CHANGES with recent user visible changesRichard Levitte
2018-04-16Revert "Add OPENSSL_VERSION_AT_LEAST"Dr. Matthias St. Pierre
2018-04-16Remove mandatory generated files on VMS tooBernd Edlinger
2018-04-16Remove mandatory generated files on windows tooBernd Edlinger
2018-04-16RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mont both get called...Matt Caswell
2018-04-15Remove mandatory generated files tooBernd Edlinger
2018-04-15Fix cygwin make dependenciesBernd Edlinger
2018-04-14TLSProxy/Proxy.pm: straighten inner loop termination logic.Andy Polyakov
2018-04-14TLSProxy/Proxy.pm: bind s_server to loopback interface.Andy Polyakov
2018-04-14openssl#5668: corrections after compiling with -qinfo=all:als.Matthias Kraft
2018-04-13make updateRichard Levitte
2018-04-13DRBG: implement a get_nonce() callbackDr. Matthias St. Pierre
2018-04-13Rework partial packet handling once moreBernd Edlinger
2018-04-13test/recipes/test_genrsa.t : don't fail because of size limit changesRichard Levitte
2018-04-13Split the scrypt and RSA-PSS into man3 and man7 pagesRichard Levitte
2018-04-13Add a test for SRPMatt Caswell
2018-04-13Add support for the SRP base64 alphabetMatt Caswell
2018-04-13Change SRP functions to use EVP_EncodeUpdate/EVP_DecodeUpdate functionsMatt Caswell
2018-04-13Docs for OpenSSL_init_crypto: there is no way to specify another fileRichard Levitte
2018-04-13TLSProxy/Proxy.pm: handle "impossible" failure to connect to s_server.Andy Polyakov
2018-04-13TLSProxy/Proxy.pm: handle -1 as return value from waitpid.Andy Polyakov
2018-04-12openssl rehash: use libcrypto variables for default dirRichard Levitte
2018-04-12openssl rehash: document -compatRichard Levitte
2018-04-12Configurations/*.tmpl: refine build_all_generated.Andy Polyakov
2018-04-12Clarify default section in config.podDaniel Bevenius
2018-04-11appveyor.yml: exercise build_all_generated.Andy Polyakov
2018-04-11.travis.yml: exercise build_all_generatedRichard Levitte
2018-04-11Configuration: Simplify generating list of generated files in build file temp...Richard Levitte
2018-04-11EVP_MD_CTX_cleanup replaced with EVP_MD_CTX_resetTheo Buehler
2018-04-11Fix minor typos in Configurations/READMEDaniel Bevenius
2018-04-11Minor corrections for the RAND_DRBG API documentationDr. Matthias St. Pierre
2018-04-11OpenSSL::Test: add data_dir()Richard Levitte
2018-04-10DRBG: fix memory leak on error in rand_drbg_get_entropy()Dr. Matthias St. Pierre
2018-04-09bio/b_addr.c: resolve HP-UX compiler warnings.Andy Polyakov
2018-04-09Configurations/10-main.conf: further HP-UX cleanups/unifications.Andy Polyakov
2018-04-09Correct the equation for Y' in the comment of point_double functionKunxian Xia
2018-04-08Fix false positives of IS_*() macros for 8-bit ASCII charactersDr. Matthias St. Pierre
2018-04-08Fix the build_all_generated rule to include generated .map, .def and .opt filesBernd Edlinger
2018-04-08TLSProxy/Record.pm: remove dead condition and improve readability.Andy Polyakov
2018-04-08TLSProxy/Proxy.pm: refine partial packet handling.Andy Polyakov
2018-04-08apps/{s_client.c|s_socket}.c: omit usleep calls.Andy Polyakov
2018-04-08apps/s_socket.c: disable the Nagle algorithm.Andy Polyakov
2018-04-08TLSProxy/Proxy.pm: harmonize inner loop with the way sockets are.Andy Polyakov
2018-04-08Configurations/10-main.conf: clean up HP-UX targets and add magic macros.Andy Polyakov
2018-04-08config: fix hpux64-parisc2-gcc detection.Andy Polyakov
2018-04-08test/asn1_time_test.c: make it work on 64-bit HP-UX.Andy Polyakov
2018-04-07Updated to CONTRIBUTING to reflect GitHub, etc.Rich Salz
2018-04-06Duplicate code refactoredKaoru Toda