summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-06-25Prepare for release of 3.0 alpha 4openssl-3.0.0-alpha4Matt Caswell
2020-06-25Update copyright yearMatt Caswell
2020-06-25apps/cmp.c: Add workaround for Coverity false positive; rename e -> engineDr. David von Oheimb
2020-06-25apps/cmp.c: Fix memory leaks in handle_opt_geninfo() found by CoverityDr. David von Oheimb
2020-06-24evp_generic_fetch.pod: fix documentation errorDr. Matthias St. Pierre
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2020-06-24apps: avoid memory overrun.Pauli
2020-06-24Fix some man page typosMatt Caswell
2020-06-24test: add test for generation of random data in chunks.Pauli
2020-06-24test: update EVP tests to include DRBG testingPauli
2020-06-24NIST DRBG set dataPauli
2020-06-24include source root directory via -I for libnonfips.aPauli
2020-06-24evp_rand: documentationPauli
2020-06-24fips rand: DRBG KAT self test updates to provider model.Pauli
2020-06-24update drbgtest to the provider modelPauli
2020-06-24CTR, HASH and HMAC DRBGs in providerPauli
2020-06-24rand: move drbg_{ctr,hash,hmac}.c without change to preserve historyDr. Matthias St. Pierre
2020-06-24share rand_pool between libcrypto and providersPauli
2020-06-24rand: add seeding sources to providers.Pauli
2020-06-24rand: move rand_{unix,vms,vxworks,win}.c without change to preserve historyDr. Matthias St. Pierre
2020-06-24params: add OSSL_PARAM helpers for time_t.Pauli
2020-06-24test: add a test RNG.Pauli
2020-06-24CRNGT: continuous DRBG tests for providersPauli
2020-06-24provider: add RAND algorithm tablesPauli
2020-06-24app/list: add RNG list optionPauli
2020-06-24rand: set up EVP and DRBG infrastructure for RAND from providers.Pauli
2020-06-24Move CRNG test to providersPauli
2020-06-24core: add OSSL_INOUT_CALLBACKPauli
2020-06-24rand: core APIs for provider friendly random.Pauli
2020-06-24CMS print should support string conversion: docsDmitry Belyavskiy
2020-06-24CMS print should support string conversionDmitry Belyavskiy
2020-06-23Add an SSL_dup testMatt Caswell
2020-06-23Don't attempt to duplicate the BIO state in SSL_dupMatt Caswell
2020-06-23Update the SSL_dup documentation to match realityMatt Caswell
2020-06-23Ensure that SSL_dup copies the min/max protocol versionMatt Caswell
2020-06-23property: correctly set the has optional flag when merging property listsPauli
2020-06-23property: Move global default properties to the library context.Pauli
2020-06-23DOC: Fix link to test/README.external in INSTALL.mdJean-Christophe Fillion-Robin
2020-06-23Fix potential double free in rsa_keygen pairwise test.Shane Lontis
2020-06-23TEST: Pass -no-CAstore in 80-test_ocsp.tSebastian Andrzej Siewior
2020-06-23APPS: Properly pass -no-CAstoreSebastian Andrzej Siewior
2020-06-23APPS: Fix invoking openssl without a commandSebastian Andrzej Siewior
2020-06-23serialization: break the provider locating code to avoid deadlock.Pauli
2020-06-23DOCS: Add documentation for EVP_PKEY_CTX_set_rsa_pss_keygen_mgf1_md_name()Richard Levitte
2020-06-23Fix wrong return value check of mmap functionTristan Bauer
2020-06-22Missing documentation missing, let's note that downRichard Levitte
2020-06-22util/find-doc-nits: Modernise printem()Richard Levitte
2020-06-22util/find-doc-nits: Do not read "missing" files when -u is givenRichard Levitte
2020-06-22test/run_tests.pl: Document new VFO and VFP modes in INSTALL.mdDr. David von Oheimb