summaryrefslogtreecommitdiffstats
path: root/CHANGES (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-12Add a CHANGES entry for the recent ERR changesRichard Levitte1-0/+13
2019-09-12Document the deprecation of ERR_func_error_string()Richard Levitte1-9/+16
2019-09-12Modernise ERR_print_errors_cb()Richard Levitte1-8/+14
2019-09-12Modernise the ERR functionality further (new functions and deprecations)Richard Levitte6-43/+198
2019-09-12include/openssl/err.h: Depend on OPENSSL_NO_FILENAMES, not OPENSSL_NO_ERRRichard Levitte1-13/+3
2019-09-12include/openssl/macros.h: Remove the PEDANTIC OPENSSL_FUNC definitionRichard Levitte1-2/+2
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte37-37/+37
2019-09-12BIO_f_zlib: Properly handle BIO_CTRL_PENDING and BIO_CTRL_WPENDING calls.Tomas Mraz1-0/+22
2019-09-12Travis and Appveyor: use HARNESS_VERBOSE_FAILURE rather than HARNESS_VERBOSERichard Levitte2-3/+3
2019-09-12Rework test/run_tests.pl to support selective verbosity and TAP copyRichard Levitte4-57/+172
2019-09-12util/perl/OpenSSL/Test.pm: Disable stdout/stderr redirection on non-verbosityRichard Levitte1-18/+31
2019-09-12doc/man3/OSSL_PARAM.pod: add details about multiple elements with same keyRichard Levitte1-0/+4
2019-09-12doc/man3/OSSL_PARAM.pod: remove a comment that isn't true any moreRichard Levitte1-5/+0
2019-09-12doc/man3/OSSL_PARAM.pod: conform to man-page standardsRichard Levitte1-50/+50
2019-09-12test/evp_test.c: try fetching algorithmsRichard Levitte1-2/+16
2019-09-12Update the bundled external perl module Text-Template to version 1.56Richard Levitte57-3116/+3620
2019-09-12Clarify the status of bundled external perl modulesRichard Levitte1-1/+2
2019-09-12Rework the perl fallback functionalityRichard Levitte7-59/+124
2019-09-12Avoid passing NULL to memcpyMatt Caswell1-10/+6
2019-09-12Pass the correct ctx to provider KDF functionsMatt Caswell1-1/+1
2019-09-12Fix no-engineMatt Caswell1-1/+2
2019-09-12Fix no-dsaMatt Caswell2-1/+9
2019-09-12Fix test error if scrypt is disabledPaul Yang1-1/+2
2019-09-11crypto/threads_win.c: fix preprocessor indentationDr. Matthias St. Pierre1-3/+3
2019-09-11drbg: fix issue where DRBG_CTR fails if NO_DF is used (2nd attempt)Dr. Matthias St. Pierre1-2/+4
2019-09-11drbg: add fork id to additional data on UNIX systemsDr. Matthias St. Pierre1-0/+3
2019-09-11drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre10-30/+84
2019-09-11Add EVP_CIPHER_CTX_tag_length()Shane Lontis13-4/+61
2019-09-11Usages of KDFs converted to use the name macrosPauli4-4/+4
2019-09-11Register KDF's using their name macros rather than stringsPauli2-12/+12
2019-09-11Make FIPS provider use KDF name for PBKDF2Pauli1-1/+1
2019-09-11Update tests to (mostly) use KDF namesPauli1-11/+11
2019-09-11Convert SSL functions to use KDF names not SN_ stringsPauli2-3/+3
2019-09-11Add macros for the KDF algorithm names.Pauli1-0/+10
2019-09-11Coverity 1453629 and 1453638: Error handling issues (NEGATIVE_RETURNS)Pauli1-0/+4
2019-09-11Coverity 1453634: Resource leaks (RESOURCE_LEAK)Pauli1-1/+3
2019-09-11Coverity 1453633: Error handling issues (CHECKED_RETURN)Pauli1-1/+3
2019-09-11Coverity 1453632 & 1453635: Null pointer dereferences (FORWARD_NULL)Pauli1-2/+3
2019-09-11Coverity 1453630: Null pointer dereferences (FORWARD_NULL)Pauli1-1/+2
2019-09-11Coverity 1453628: Null pointer dereferences (REVERSE_INULL)Pauli1-1/+1
2019-09-11Coverity 1453627: Null pointer dereferences (REVERSE_INULL)Pauli1-1/+2
2019-09-11Coverity 1414465: Resource leaks (RESOURCE_LEAK)Pauli1-1/+3
2019-09-10Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkeyBernd Edlinger5-5/+45
2019-09-10Fix a potential crash in rand_unix.cBernd Edlinger1-31/+84
2019-09-10Fix a strict warnings error in rand_pool_acquire_entropyBernd Edlinger1-17/+22
2019-09-09[test] ECC: check the bounds for auto computing cofactorBilly Brumley1-0/+91
2019-09-09Fix build with VS2008Bernd Edlinger1-1/+2
2019-09-09Use simple names in core_names.hMatt Caswell2-9/+9
2019-09-09Move EVP_PKEY algorithm implementations into a unionMatt Caswell6-101/+172
2019-09-09Revise EVP_PKEY param handlingMatt Caswell13-99/+464