aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-10Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certsDr. David von Oheimb9-198/+201
2020-09-10Fix markdown nits in NOTES-Windows.txtRich Salz2-19/+21
2020-09-09Support writing RSA keys using the traditional format againKurt Roeckx7-27/+52
2020-09-09ENCODER: Refactor provider implementations, and some cleanupRichard Levitte37-5033/+2239
2020-09-09Fix up issue on AIX caused by broken compiler handling of macro expansionJon Spillett2-4/+4
2020-09-09s_time: check return values betterPauli1-4/+11
2020-09-09In a non-shared build, don't include the md5 object files in legacy providerPauli1-1/+10
2020-09-09TLS fixes for CBC mode and no-deprecatedPauli3-24/+23
2020-09-09TLS: remove legacy code path supporting special CBC modePauli2-0/+8
2020-09-09legacy: include MD5 code in legacy providerPauli1-0/+2
2020-09-09Deprecate SHA and MD5 again.Pauli3-84/+103
2020-09-08Allow unauthenticated CMP server if missing -trusted, -srvcert, and -secret o...Dr. David von Oheimb3-4/+18
2020-09-08Add 4 new OIDs for PKIX key purposes and 3 new CMP information typesDr. David von Oheimb5-5/+95
2020-09-08TEST: modify test/endecode_test.c to not use legacy keysRichard Levitte1-142/+79
2020-09-08PEM: Make PEM_write_bio_PrivateKey_traditional() handle provider-native keysRichard Levitte4-91/+163
2020-09-08Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka26-180/+686
2020-09-08apps/cmp.c: Allow default HTTP path (aka CMP alias) given with -server optionDr. David von Oheimb3-16/+16
2020-09-08apps/cmp.c: Use enhanced OSSL_HTTP_parse_url(), removing parse_addr() and ato...Dr. David von Oheimb1-56/+17
2020-09-08OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb11-107/+228
2020-09-08EVP: Move the functions and controls for setting and getting distidRichard Levitte5-94/+92
2020-09-08EVP: Expand the use of EVP_PKEY_CTX_md()Richard Levitte2-1/+8
2020-09-08EVP: Add support for delayed EVP_PKEY operation parametersRichard Levitte8-64/+365
2020-09-08New GOST PKCS12 standard supportDmitry Belyavskiy1-5/+45
2020-09-08Fix test/evp_extra_test.cRichard Levitte1-13/+39
2020-09-08EVP: Don't shadow EVP_PKEY_CTX_new* error recordsRichard Levitte1-3/+1
2020-09-08EVP: Preserve the EVP_PKEY id in a few more spotsRichard Levitte4-87/+149
2020-09-08Use return code for 'which command' checksJon Spillett1-2/+2
2020-09-07Fix memory leaks in conf_def.cluxinyou1-0/+2
2020-09-07Building: Build Unix static libraries one object file at a timeRichard Levitte2-4/+9
2020-09-06DOC: Fix check of EVP_PKEY_fromdata{,_init} in examplesRichard Levitte1-4/+4
2020-09-06DOC: Modify one example in EVP_PKEY_fromdata(3)Richard Levitte1-24/+45
2020-09-06Cleanup deprecation of ENGINE_setup_bsd_cryptodevjwalch2-2/+2
2020-09-05Slightly abstract ktls_start() to reduce OS-specific #ifdefs.John Baldwin3-22/+9
2020-09-05Remove unused dummy functions from ktls.h.John Baldwin1-28/+0
2020-09-05Fix the socket BIO control methods to use ktls_crypto_info_t.John Baldwin2-15/+8
2020-09-05X509_STORE_CTX_print_verify_cb(): add AKID and SKID output for (non-)trusted ...Dr. David von Oheimb3-7/+22
2020-09-05OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb12-48/+46
2020-09-05Strengthen chain building for CMPDr. David von Oheimb14-66/+157
2020-09-05Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb8-37/+84
2020-09-05test/drbgtest: improve the reseed after fork testDr. Matthias St. Pierre1-35/+310
2020-09-05Fix coverity CID #1454815 - NULL ptr dereference in initthread.cShane Lontis1-1/+2
2020-09-05Fix coverity CID #1452769 & #1452771 - Arg passed to function that cannot be ...Shane Lontis1-4/+4
2020-09-05Fix coverity CID #1457935 - Check return value in ffc_params.c for BIO_indent...Shane Lontis1-4/+6
2020-09-05Fix coverity CID #1465967 & #1465968 - fix NULL dereference in dh_ameth.cShane Lontis1-3/+2
2020-09-05Fix coverity CID #1466371 - fix dereference before NULL check.Shane Lontis1-3/+6
2020-09-05Fix coverity CID #1466375 - Remove dead code.Shane Lontis1-16/+13
2020-09-05Fix coverity CID #1466377 - resource leak due to early return in ec_get_param...Shane Lontis1-5/+5
2020-09-05Fix coverity CID #1466378 - Incorrect expression in ec_backend.cShane Lontis1-1/+1
2020-09-03ASN1: Make ASN1_item_verify_ctx() work with provider-native keysRichard Levitte1-1/+1
2020-09-03EC: Remove one error record that shadows anotherRichard Levitte2-3/+2