summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-11-16EVP_DigestVerifyFinal: fix test function and invocationPeiwei Hu
2021-11-16EVP_Cipher: fix the incomplete return checkPeiwei Hu
2021-11-16Add RSA encrypt demoShane Lontis
2021-11-16Abstract out policy and extensions in CA.plAndrew Galante
2021-11-16Add a test for creating ECX private keys that are too shortMatt Caswell
2021-11-16Don't create an ECX key with short keysMatt Caswell
2021-11-16RAND_bytes_ex: fix return checkPeiwei Hu
2021-11-15Clarify the PEM docsMatt Caswell
2021-11-15Reset the rwstate before calling ASYNC_start_job()Matt Caswell
2021-11-15BIO_s_connect(): Enable BIO_gets()Dr. David von Oheimb
2021-11-15Add null digest implementation to the default providerTomas Mraz
2021-11-12Extend the test_multi_load() testMatt Caswell
2021-11-12Hold the flag_lock when calling child callbacksMatt Caswell
2021-11-12Use a write lock during ossl_provider_find()Matt Caswell
2021-11-12Correctly activate the provider in OSSL_PROVIDER_try_loadMatt Caswell
2021-11-12Stop receiving child callbacks in a child libctx when appropriateMatt Caswell
2021-11-12Don't bail out during provider deactivation if we don't have storeMatt Caswell
2021-11-12Don't try and do ossl_provider_find in ossl_provider_newMatt Caswell
2021-11-12Remove the isinited variable from child_prov_globalsMatt Caswell
2021-11-12Avoid a race in init_thread_stop()Matt Caswell
2021-11-12Don't attempt to deactive child providers if we don't need toMatt Caswell
2021-11-12Don't write to the globals ossl_property_true and ossl_property_falseMatt Caswell
2021-11-12doc: Document outcome of multiple digestsign/digestverify callsTomas Mraz
2021-11-12evp_extra_test: Add SIPHASH MAC digestsign test with reinitializationTomas Mraz
2021-11-12providers: Allow possible reinitialization in all signature algorithmsTomas Mraz
2021-11-12test: Add testing of reinitialization via EVP_DigestSignInit()Tomas Mraz
2021-11-12do_sigver_init: Allow reinitialization of an existing operation.Tomas Mraz
2021-11-12Fix return value checking of BN_check_prime invocationsPW Hu
2021-11-12Add return value NULL checks that were missingPauli
2021-11-12x509: use safe maths calls for overflow detectionPauli
2021-11-12run-checker: add CI to test safe_math without compiler support.Pauli
2021-11-12stack: increase the reallocation ratioPauli
2021-11-12test: add unit tests for integer overflow helpersPauli
2021-11-12doc: document the internal integer overflow helpersPauli
2021-11-12header: add integer overflow helper functionsPauli
2021-11-1125-test_req.t: Add systematic SKID+AKID tests for self-issued (incl. self-sig...Dr. David von Oheimb
2021-11-11X509: Fix handling of AKID and SKID extensions according to configurationDr. David von Oheimb
2021-11-11Add OID for RPKI id-ct-ASPAJob Snijders
2021-11-11sha/asm/keccak1600-ppc64.pl: Load data in 8 byte chunks on little endianAnton Blanchard
2021-11-10prov: remove unused field `flag_fallback` and function `ossl_provider_set_fal...Pauli
2021-11-09Fix sigsize usage in apps/speed.cXiaofei Bai
2021-11-09x509: remove dead call to strlen()Pauli
2021-11-09Fix: invoking X509_self_signed improperlyPW Hu
2021-11-09coverity: add a daily coverity buildPauli
2021-11-09Fix DER encoder implementations for output structures "EC" and "SM2"Richard Levitte
2021-11-09Fix: invoking x509_name_cannon improperlyPW Hu
2021-11-08KTLS: use EVP_CIPHER_is_a instead of nidTianjia Zhang
2021-11-08APPS/x509: Fix generation of AKID via v2i_AUTHORITY_KEYID()Dr. David von Oheimb
2021-11-08APPS/cmp: make the -sans option support email addresses (type rfc822Name)Dr. David von Oheimb
2021-11-08Fix errors in EVP_PKEY_fromdata examplesMatt Caswell