]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2018-04-17  Richard LevittePrepare for 1.1.1-pre5 release OpenSSL_1_1_1-pre5
2018-04-17  Richard LevitteUpdate copyright year
2018-04-17  Richard LevitteOpenSSL 1.1.1-pre5: update CHANGES with recent user...
2018-04-16  Dr. Matthias... Revert "Add OPENSSL_VERSION_AT_LEAST"
2018-04-16  Bernd EdlingerRemove mandatory generated files on VMS too
2018-04-16  Bernd EdlingerRemove mandatory generated files on windows too
2018-04-16  Matt CaswellRSA key generation: ensure BN_mod_inverse and BN_mod_ex...
2018-04-15  Bernd EdlingerRemove mandatory generated files too
2018-04-15  Bernd EdlingerFix cygwin make dependencies
2018-04-14  Andy PolyakovTLSProxy/Proxy.pm: straighten inner loop termination...
2018-04-14  Andy PolyakovTLSProxy/Proxy.pm: bind s_server to loopback interface.
2018-04-14  Matthias Kraftopenssl#5668: corrections after compiling with -qinfo...
2018-04-13  Richard Levittemake update
2018-04-13  Dr. Matthias... DRBG: implement a get_nonce() callback
2018-04-13  Bernd EdlingerRework partial packet handling once more
2018-04-13  Richard Levittetest/recipes/test_genrsa.t : don't fail because of...
2018-04-13  Richard LevitteSplit the scrypt and RSA-PSS into man3 and man7 pages
2018-04-13  Matt CaswellAdd a test for SRP
2018-04-13  Matt CaswellAdd support for the SRP base64 alphabet
2018-04-13  Matt CaswellChange SRP functions to use EVP_EncodeUpdate/EVP_Decode...
2018-04-13  Richard LevitteDocs for OpenSSL_init_crypto: there is no way to specif...
2018-04-13  Andy PolyakovTLSProxy/Proxy.pm: handle "impossible" failure to conne...
2018-04-13  Andy PolyakovTLSProxy/Proxy.pm: handle -1 as return value from waitpid.
2018-04-12  Richard Levitteopenssl rehash: use libcrypto variables for default dir
2018-04-12  Richard Levitteopenssl rehash: document -compat
2018-04-12  Andy PolyakovConfigurations/*.tmpl: refine build_all_generated.
2018-04-12  Daniel BeveniusClarify default section in config.pod
2018-04-11  Andy Polyakovappveyor.yml: exercise build_all_generated.
2018-04-11  Richard Levitte.travis.yml: exercise build_all_generated
2018-04-11  Richard LevitteConfiguration: Simplify generating list of generated...
2018-04-11  Theo BuehlerEVP_MD_CTX_cleanup replaced with EVP_MD_CTX_reset
2018-04-11  Daniel BeveniusFix minor typos in Configurations/README
2018-04-11  Dr. Matthias... Minor corrections for the RAND_DRBG API documentation
2018-04-11  Richard LevitteOpenSSL::Test: add data_dir()
2018-04-10  Dr. Matthias... DRBG: fix memory leak on error in rand_drbg_get_entropy()
2018-04-09  Andy Polyakovbio/b_addr.c: resolve HP-UX compiler warnings.
2018-04-09  Andy PolyakovConfigurations/10-main.conf: further HP-UX cleanups...
2018-04-09  Kunxian XiaCorrect the equation for Y' in the comment of point_dou...
2018-04-08  Dr. Matthias... Fix false positives of IS_*() macros for 8-bit ASCII...
2018-04-08  Bernd EdlingerFix the build_all_generated rule to include generated...
2018-04-08  Andy PolyakovTLSProxy/Record.pm: remove dead condition and improve...
2018-04-08  Andy PolyakovTLSProxy/Proxy.pm: refine partial packet handling.
2018-04-08  Andy Polyakovapps/{s_client.c|s_socket}.c: omit usleep calls.
2018-04-08  Andy Polyakovapps/s_socket.c: disable the Nagle algorithm.
2018-04-08  Andy PolyakovTLSProxy/Proxy.pm: harmonize inner loop with the way...
2018-04-08  Andy PolyakovConfigurations/10-main.conf: clean up HP-UX targets...
2018-04-08  Andy Polyakovconfig: fix hpux64-parisc2-gcc detection.
2018-04-08  Andy Polyakovtest/asn1_time_test.c: make it work on 64-bit HP-UX.
2018-04-07  Rich SalzUpdated to CONTRIBUTING to reflect GitHub, etc.
2018-04-06  Kaoru TodaDuplicate code refactored
2018-04-06  Matt CaswellAdd a note and better error if using Ed25519/Ed448...
2018-04-06  Matt CaswellSupport EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA
2018-04-06  Rich SalzFix bugs in X509_NAME_ENTRY_set
2018-04-05  Rich SalzSet error code if alloc returns NULL
2018-04-05  Matt CaswellUpdate the genpkey documentation
2018-04-05  Matt CaswellPick a q size consistent with the digest for DSA param...
2018-04-05  Matt CaswellDon't crash if an unrecognised digest is used with...
2018-04-05  Matt CaswellDocument the change in the previous commit about loadin...
2018-04-05  Matt CaswellMove the loading of the ssl_conf module to libcrypto
2018-04-04  Richard LevitteChange rand_pool_add[_end] prototypes to match
2018-04-04  Andy Polyakovrand/randfile.c: fix potential resource leak in RAND_lo...
2018-04-04  Andy PolyakovTLSProxy/Proxy.pm: switch to dynamic ports and overhaul.
2018-04-04  Richard Levitteopenssl s_server: print the accepting address and socket
2018-04-04  Richard LevitteRemove ambiguity in rand_pool_add[_end] return value
2018-04-04  Matt CaswellAdd test/versions to gitignore
2018-04-04  Matt CaswellFix configuration of TLSv1.3 ciphersuites
2018-04-04  Matt CaswellAdd some tests for configuring the TLSv1.3 ciphersuites
2018-04-04  Richard LevitteDon't use CPP in Configurations/unix-Makefile.tmpl
2018-04-04  cedralVisual Studio 2017 debug build warning error on 32...
2018-04-04  Bernd EdlingerPrevent a possible recursion in ERR_get_state and fix...
2018-04-04  Bernd EdlingerDon't use getenv for critical functions when run as...
2018-04-03  David BenjaminFix a bug in ecp_nistp224.c.
2018-04-03  PecioEnabled OneCore Conf for Console Apps (removed nonUnive...
2018-04-03  Richard LevitteVMS: stricter acquisition of entropy for the pool
2018-04-03  Rich SalzSet error code on alloc failures
2018-04-03  Matt CaswellFix some errors in the mem leaks docs
2018-04-03  Matt CaswellFix a text canonicalisation bug in CMS
2018-04-03  Bernd EdlingerChange the "offset too large" message to more generic...
2018-04-03  Bernd EdlingerRemove an unnecessary cast in the param to BUF_MEM_grow
2018-04-03  Bernd EdlingerFix range checks with -offset and -length in asn1parse
2018-04-03  Bernd EdlingerUse strtol instead of atoi in asn1parse
2018-04-03  Bernd EdlingerImprove diagnostics for invalid arguments in asn1parse...
2018-04-03  Bernd EdlingerFix a crash in the asn1parse command
2018-04-03  Bernd EdlingerUse gnu_printf format attribute to minimise MinGW warnings
2018-04-03  Matt CaswellPrepare for 1.1.1-pre5-dev
2018-04-03  Matt CaswellPrepare for 1.1.1-pre4 release OpenSSL_1_1_1-pre4
2018-04-03  Matt CaswellFix CHANGES
2018-04-03  Matt CaswellUpdate copyright year
2018-04-02  Kurt RoeckxUse the private RNG for data that is not public
2018-04-02  Alexandre PerrinDocumentation typo fix in EVP_EncryptInit.pod
2018-04-02  Illya Gerasymchukfix typo in x509 documentation
2018-04-01  Daniel BeveniusRemove import/use of File::Spec::Function
2018-04-01  Richard LevitteWindows builds: remove over-quotation of LIBZ macro
2018-04-01  Kurt RoeckxMake sure we use a nonce when a nonce is required
2018-04-01  Kurt RoeckxUpdate documentation on how to close a connection
2018-03-31  Daniel BeveniusFix minor typo in comment in Configure
2018-03-31  Bernd EdlingerRemove -Wmisleading-indentation from gcc devteam warnin...
2018-03-31  Bernd EdlingerFix a gcc-8 warning -Wcast-function-type
2018-03-31  Richard LevitteRefuse to run test_cipherlist unless shared library...
2018-03-31  Bernd EdlingerFix a possible crash in BN_from_montgomery_word
next