summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-04-19Ensure cw32mt.lib and import32.lib are linked to in no-sock modeTanzinul Islam
2021-04-19Document C++Builder usage in NOTES-WINDOWS.mdTanzinul Islam
2021-04-19Replace "ld_wildcard_args" with "bin_lflags"Tanzinul Islam
2021-04-19Add explanation + bugtracker link for quoted dependency workaroundsTanzinul Islam
2021-04-19Use cmd.exe to export env vars before commandsTanzinul Islam
2021-04-19Resurrect and modernize C++Builder configTanzinul Islam
2021-04-19Avoid redirection to quoted filenameTanzinul Islam
2021-04-19Generalize link rule in windows-makefile.tmplTanzinul Islam
2021-04-19Ensure at least one command if no dependenciesTanzinul Islam
2021-04-19Avoid quoting dependency filepaths in build treeTanzinul Islam
2021-04-19Generalize delimiter in archiver response fileTanzinul Islam
2021-04-19Avoid space between "-I" and include directoryTanzinul Islam
2021-04-19Move VS Tools configuration to VC-common targetTanzinul Islam
2021-04-19Avoid "&&" in windows-makefile.tmplTanzinul Islam
2021-04-19Add test for the IV handling of DES based ciphersTomas Mraz
2021-04-19Do IV reset also for DES and 3DES implementationsTomas Mraz
2021-04-19Change the default MANSUFFIXMatt Caswell
2021-04-19Add DHX FIPS 186-4 domain parameter validation exampleTomas Mraz
2021-04-18CORE: pre-populate the namemap with legacy OIDs tooRichard Levitte
2021-04-18TEST: Use OSSL_MAX_NAME_SIZE instead of arbitrary number of mdnameRichard Levitte
2021-04-18CORE: Register all legacy "names" when generating the initial namemapRichard Levitte
2021-04-18Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte
2021-04-18TEST: Modify how the retrieved digest name for SM2 digestsign is checkedRichard Levitte
2021-04-18TEST: Modify testutil's run_tests to display NOSUBTEST cases individuallyRichard Levitte
2021-04-18TEST: Modify test/evp_fetch_prov_test.c to also fetch by OIDRichard Levitte
2021-04-18PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-18Standard style for all EVP_xxx_free routinesRich Salz
2021-04-18Fix typo in aesccm.cNan Xiao
2021-04-17apps/cmp.c: Fix TLS hostname checking in case -server provides more than host...Dr. David von Oheimb
2021-04-17OSSL_CMP_CTX_new(): Fix distinction of out-of-memory and other errorsDr. David von Oheimb
2021-04-17Fix naming for EVP_RAND_CTX_gettable functions.Pauli
2021-04-16Sanity check provider up-callsMatt Caswell
2021-04-16Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell
2021-04-16lifecycle: update master lifecycle transition spreadsheet fixing the ettable ...Pauli
2021-04-16lifecycle: correct [sg]ettable to [sg]etPauli
2021-04-16demos: Add clean target for bio/MakefileNan Xiao
2021-04-16Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis
2021-04-16SipHash: Fix CTRL API for the digest size.Pauli
2021-04-15Github workflows: re-implement a no-shared buildRichard Levitte
2021-04-15Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis
2021-04-15Add OID for mdc2WithRSASignature and remove related TODO 3.0Tomas Mraz
2021-04-15Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz
2021-04-15changes: note that some ctrl calls have a different error return.Pauli
2021-04-15Do not allow creating empty RSA keys by duplicationTomas Mraz
2021-04-15Remove keymgmt_copy function from the provider APITomas Mraz
2021-04-15Add selection support to the provider keymgmt_dup functionTomas Mraz
2021-04-15Implement provider-side keymgmt_dup functionTomas Mraz
2021-04-1480-test_cmp_http.t: Extend diagnostics of mock server launchDr. David von Oheimb
2021-04-1480-test_cmp_http.t: Silence check for availability of 'kill' and 'lsof' commandsDr. David von Oheimb