summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-09-09Deprecate SHA and MD5 again.Pauli
2020-09-08Allow unauthenticated CMP server if missing -trusted, -srvcert, and -secret o...Dr. David von Oheimb
2020-09-08Add 4 new OIDs for PKIX key purposes and 3 new CMP information typesDr. David von Oheimb
2020-09-08TEST: modify test/endecode_test.c to not use legacy keysRichard Levitte
2020-09-08PEM: Make PEM_write_bio_PrivateKey_traditional() handle provider-native keysRichard Levitte
2020-09-08Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka
2020-09-08apps/cmp.c: Allow default HTTP path (aka CMP alias) given with -server optionDr. David von Oheimb
2020-09-08apps/cmp.c: Use enhanced OSSL_HTTP_parse_url(), removing parse_addr() and ato...Dr. David von Oheimb
2020-09-08OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb
2020-09-08EVP: Move the functions and controls for setting and getting distidRichard Levitte
2020-09-08EVP: Expand the use of EVP_PKEY_CTX_md()Richard Levitte
2020-09-08EVP: Add support for delayed EVP_PKEY operation parametersRichard Levitte
2020-09-08New GOST PKCS12 standard supportDmitry Belyavskiy
2020-09-08Fix test/evp_extra_test.cRichard Levitte
2020-09-08EVP: Don't shadow EVP_PKEY_CTX_new* error recordsRichard Levitte
2020-09-08EVP: Preserve the EVP_PKEY id in a few more spotsRichard Levitte
2020-09-08Use return code for 'which command' checksJon Spillett
2020-09-07Fix memory leaks in conf_def.cluxinyou
2020-09-07Building: Build Unix static libraries one object file at a timeRichard Levitte
2020-09-06DOC: Fix check of EVP_PKEY_fromdata{,_init} in examplesRichard Levitte
2020-09-06DOC: Modify one example in EVP_PKEY_fromdata(3)Richard Levitte
2020-09-06Cleanup deprecation of ENGINE_setup_bsd_cryptodevjwalch
2020-09-05Slightly abstract ktls_start() to reduce OS-specific #ifdefs.John Baldwin
2020-09-05Remove unused dummy functions from ktls.h.John Baldwin
2020-09-05Fix the socket BIO control methods to use ktls_crypto_info_t.John Baldwin
2020-09-05X509_STORE_CTX_print_verify_cb(): add AKID and SKID output for (non-)trusted ...Dr. David von Oheimb
2020-09-05OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb
2020-09-05Strengthen chain building for CMPDr. David von Oheimb
2020-09-05Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb
2020-09-05test/drbgtest: improve the reseed after fork testDr. Matthias St. Pierre
2020-09-05Fix coverity CID #1454815 - NULL ptr dereference in initthread.cShane Lontis
2020-09-05Fix coverity CID #1452769 & #1452771 - Arg passed to function that cannot be ...Shane Lontis
2020-09-05Fix coverity CID #1457935 - Check return value in ffc_params.c for BIO_indent...Shane Lontis
2020-09-05Fix coverity CID #1465967 & #1465968 - fix NULL dereference in dh_ameth.cShane Lontis
2020-09-05Fix coverity CID #1466371 - fix dereference before NULL check.Shane Lontis
2020-09-05Fix coverity CID #1466375 - Remove dead code.Shane Lontis
2020-09-05Fix coverity CID #1466377 - resource leak due to early return in ec_get_param...Shane Lontis
2020-09-05Fix coverity CID #1466378 - Incorrect expression in ec_backend.cShane Lontis
2020-09-03ASN1: Make ASN1_item_verify_ctx() work with provider-native keysRichard Levitte
2020-09-03EC: Remove one error record that shadows anotherRichard Levitte
2020-09-03TEST: Ensure that the base provider i activated when neededRichard Levitte
2020-09-03Revert "TEST: separate out NIST ECC tests from non-NIST"Richard Levitte
2020-09-03EVP: Don't report malloc failure in new_raw_key_int()Richard Levitte
2020-09-03TEST: have key_unsupported() in evp_test.c look at the last errorRichard Levitte
2020-09-03STORE: Stop the flood of errorsRichard Levitte
2020-09-03CORE: Fix small bug in passphrase cachingRichard Levitte
2020-09-03STORE: Fix potential memory leakRichard Levitte
2020-09-03"Downgrade" provider-native keys to legacy where neededRichard Levitte
2020-09-03EVP: Downgrade EVP_PKEYs in EVP_PKEY2PKCS8()Richard Levitte
2020-09-03TEST: Modify test/recipes/90-test_store.t for use with different 'file:' loadersRichard Levitte