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