aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-17Prepare for 1.1.1-pre5 releaseOpenSSL_1_1_1-pre5Richard Levitte2-2/+2
2018-04-17Update copyright yearRichard Levitte53-53/+53
2018-04-17OpenSSL 1.1.1-pre5: update CHANGES with recent user visible changesRichard Levitte1-0/+32
2018-04-16Revert "Add OPENSSL_VERSION_AT_LEAST"Dr. Matthias St. Pierre3-16/+0
2018-04-16Remove mandatory generated files on VMS tooBernd Edlinger1-0/+1
2018-04-16Remove mandatory generated files on windows tooBernd Edlinger1-0/+2
2018-04-16RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mont both get called...Matt Caswell1-0/+1
2018-04-15Remove mandatory generated files tooBernd Edlinger1-1/+1
2018-04-15Fix cygwin make dependenciesBernd Edlinger1-3/+7
2018-04-14TLSProxy/Proxy.pm: straighten inner loop termination logic.Andy Polyakov1-5/+7
2018-04-14TLSProxy/Proxy.pm: bind s_server to loopback interface.Andy Polyakov2-55/+62
2018-04-14openssl#5668: corrections after compiling with -qinfo=all:als.Matthias Kraft1-9/+12
2018-04-13make updateRichard Levitte3-0/+12
2018-04-13DRBG: implement a get_nonce() callbackDr. Matthias St. Pierre6-154/+354
2018-04-13Rework partial packet handling once moreBernd Edlinger2-2/+3
2018-04-13test/recipes/test_genrsa.t : don't fail because of size limit changesRichard Levitte1-6/+34
2018-04-13Split the scrypt and RSA-PSS into man3 and man7 pagesRichard Levitte6-110/+276
2018-04-13Add a test for SRPMatt Caswell3-2/+239
2018-04-13Add support for the SRP base64 alphabetMatt Caswell3-38/+190
2018-04-13Change SRP functions to use EVP_EncodeUpdate/EVP_DecodeUpdate functionsMatt Caswell4-13/+65
2018-04-13Docs for OpenSSL_init_crypto: there is no way to specify another fileRichard Levitte1-4/+4
2018-04-13TLSProxy/Proxy.pm: handle "impossible" failure to connect to s_server.Andy Polyakov1-4/+10
2018-04-13TLSProxy/Proxy.pm: handle -1 as return value from waitpid.Andy Polyakov1-6/+15
2018-04-12openssl rehash: use libcrypto variables for default dirRichard Levitte1-3/+4
2018-04-12openssl rehash: document -compatRichard Levitte1-0/+6
2018-04-12Configurations/*.tmpl: refine build_all_generated.Andy Polyakov3-10/+26
2018-04-12Clarify default section in config.podDaniel Bevenius1-1/+1
2018-04-11appveyor.yml: exercise build_all_generated.Andy Polyakov1-1/+2
2018-04-11.travis.yml: exercise build_all_generatedRichard Levitte1-10/+22
2018-04-11Configuration: Simplify generating list of generated files in build file temp...Richard Levitte5-19/+43
2018-04-11EVP_MD_CTX_cleanup replaced with EVP_MD_CTX_resetTheo Buehler4-4/+4
2018-04-11Fix minor typos in Configurations/READMEDaniel Bevenius1-3/+3
2018-04-11Minor corrections for the RAND_DRBG API documentationDr. Matthias St. Pierre3-11/+12
2018-04-11OpenSSL::Test: add data_dir()Richard Levitte1-0/+23
2018-04-10DRBG: fix memory leak on error in rand_drbg_get_entropy()Dr. Matthias St. Pierre1-1/+2
2018-04-09bio/b_addr.c: resolve HP-UX compiler warnings.Andy Polyakov1-3/+3
2018-04-09Configurations/10-main.conf: further HP-UX cleanups/unifications.Andy Polyakov1-42/+18
2018-04-09Correct the equation for Y' in the comment of point_double functionKunxian Xia1-1/+1
2018-04-08Fix false positives of IS_*() macros for 8-bit ASCII charactersDr. Matthias St. Pierre3-34/+45
2018-04-08Fix the build_all_generated rule to include generated .map, .def and .opt filesBernd Edlinger3-3/+3
2018-04-08TLSProxy/Record.pm: remove dead condition and improve readability.Andy Polyakov1-57/+45
2018-04-08TLSProxy/Proxy.pm: refine partial packet handling.Andy Polyakov1-2/+3
2018-04-08apps/{s_client.c|s_socket}.c: omit usleep calls.Andy Polyakov2-26/+13
2018-04-08apps/s_socket.c: disable the Nagle algorithm.Andy Polyakov1-1/+2
2018-04-08TLSProxy/Proxy.pm: harmonize inner loop with the way sockets are.Andy Polyakov1-9/+20
2018-04-08Configurations/10-main.conf: clean up HP-UX targets and add magic macros.Andy Polyakov1-14/+21
2018-04-08config: fix hpux64-parisc2-gcc detection.Andy Polyakov1-6/+5
2018-04-08test/asn1_time_test.c: make it work on 64-bit HP-UX.Andy Polyakov1-0/+2
2018-04-07Updated to CONTRIBUTING to reflect GitHub, etc.Rich Salz1-25/+26
2018-04-06Duplicate code refactoredKaoru Toda1-63/+43