summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-09-12Document the deprecation of ERR_STATE and ERR_get_state()Richard Levitte
2019-09-12Deprecate ERR_get_state()Richard Levitte
2019-09-12Deprecate the public definition of ERR_STATERichard Levitte
2019-09-12confdata.pm.in: New template for configdata.pmRichard Levitte
2019-09-12util/dofile.pl, util/perl/OpenSSL/Template.pm: move parts of dofile.plRichard Levitte
2019-09-12Add a CHANGES entry for the recent ERR changesRichard Levitte
2019-09-12Document the deprecation of ERR_func_error_string()Richard Levitte
2019-09-12Modernise ERR_print_errors_cb()Richard Levitte
2019-09-12Modernise the ERR functionality further (new functions and deprecations)Richard Levitte
2019-09-12include/openssl/err.h: Depend on OPENSSL_NO_FILENAMES, not OPENSSL_NO_ERRRichard Levitte
2019-09-12include/openssl/macros.h: Remove the PEDANTIC OPENSSL_FUNC definitionRichard Levitte
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-09-12BIO_f_zlib: Properly handle BIO_CTRL_PENDING and BIO_CTRL_WPENDING calls.Tomas Mraz
2019-09-12Travis and Appveyor: use HARNESS_VERBOSE_FAILURE rather than HARNESS_VERBOSERichard Levitte
2019-09-12Rework test/run_tests.pl to support selective verbosity and TAP copyRichard Levitte
2019-09-12util/perl/OpenSSL/Test.pm: Disable stdout/stderr redirection on non-verbosityRichard Levitte
2019-09-12doc/man3/OSSL_PARAM.pod: add details about multiple elements with same keyRichard Levitte
2019-09-12doc/man3/OSSL_PARAM.pod: remove a comment that isn't true any moreRichard Levitte
2019-09-12doc/man3/OSSL_PARAM.pod: conform to man-page standardsRichard Levitte
2019-09-12test/evp_test.c: try fetching algorithmsRichard Levitte
2019-09-12Update the bundled external perl module Text-Template to version 1.56Richard Levitte
2019-09-12Clarify the status of bundled external perl modulesRichard Levitte
2019-09-12Rework the perl fallback functionalityRichard Levitte
2019-09-12Avoid passing NULL to memcpyMatt Caswell
2019-09-12Pass the correct ctx to provider KDF functionsMatt Caswell
2019-09-12Fix no-engineMatt Caswell
2019-09-12Fix no-dsaMatt Caswell
2019-09-12Fix test error if scrypt is disabledPaul Yang
2019-09-11crypto/threads_win.c: fix preprocessor indentationDr. Matthias St. Pierre
2019-09-11drbg: fix issue where DRBG_CTR fails if NO_DF is used (2nd attempt)Dr. Matthias St. Pierre
2019-09-11drbg: add fork id to additional data on UNIX systemsDr. Matthias St. Pierre
2019-09-11drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre
2019-09-11Add EVP_CIPHER_CTX_tag_length()Shane Lontis
2019-09-11Usages of KDFs converted to use the name macrosPauli
2019-09-11Register KDF's using their name macros rather than stringsPauli
2019-09-11Make FIPS provider use KDF name for PBKDF2Pauli
2019-09-11Update tests to (mostly) use KDF namesPauli
2019-09-11Convert SSL functions to use KDF names not SN_ stringsPauli
2019-09-11Add macros for the KDF algorithm names.Pauli
2019-09-11Coverity 1453629 and 1453638: Error handling issues (NEGATIVE_RETURNS)Pauli
2019-09-11Coverity 1453634: Resource leaks (RESOURCE_LEAK)Pauli
2019-09-11Coverity 1453633: Error handling issues (CHECKED_RETURN)Pauli
2019-09-11Coverity 1453632 & 1453635: Null pointer dereferences (FORWARD_NULL)Pauli
2019-09-11Coverity 1453630: Null pointer dereferences (FORWARD_NULL)Pauli
2019-09-11Coverity 1453628: Null pointer dereferences (REVERSE_INULL)Pauli
2019-09-11Coverity 1453627: Null pointer dereferences (REVERSE_INULL)Pauli
2019-09-11Coverity 1414465: Resource leaks (RESOURCE_LEAK)Pauli
2019-09-10Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkeyBernd Edlinger
2019-09-10Fix a potential crash in rand_unix.cBernd Edlinger
2019-09-10Fix a strict warnings error in rand_pool_acquire_entropyBernd Edlinger