summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2019-09-09[test] ECC: check the bounds for auto computing cofactorBilly Brumley
2019-09-09Fix build with VS2008Bernd Edlinger
2019-09-09Use simple names in core_names.hMatt Caswell
2019-09-09Move EVP_PKEY algorithm implementations into a unionMatt Caswell
2019-09-09Revise EVP_PKEY param handlingMatt Caswell
2019-09-09Enable DH "keys" which only contain domain parametersMatt Caswell
2019-09-09Add docs for the provider interface for signature operationsMatt Caswell
2019-09-09Add public API docs for newly added EVP_SIGNATURE related functionsMatt Caswell
2019-09-09Add support for verify/verify_recover functions to EVP_SIGNATUREMatt Caswell
2019-09-09Implement DSA in the default providerMatt Caswell
2019-09-09Add the ability to perform signatures in a providerMatt Caswell
2019-09-09DH_check_pub_key_ex was accidentally calling DH_check,Bernd Edlinger
2019-09-09Use BN_clear_free in DH_set0_keyBernd Edlinger
2019-09-09Check the DH modulus bit lengthBernd Edlinger