summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-05-13Compute the FIPS checksums in $(BLDDIR) and remove it from update targetTomas Mraz
2021-05-13x509: fix a dangling pointerPauli
2021-05-13e_loader_attic: fix a use after free issuePauli
2021-05-13test: fix thread test config file problemPauli
2021-05-13EVP_PKEY-X25519.pod: Correct EVP_PKEY_Q_keygen function name in exampleDr. David von Oheimb
2021-05-13Add $AESDEF in libdefault.a to fix aes regressionXiaofei Bai
2021-05-13Fix cut/paste (?) error.Rich Salz
2021-05-13Export/import flags for FFC params changed to seperate fields.Shane Lontis
2021-05-12apps: improve hygeine for SET_EXPECT macroBenjamin Kaduk
2021-05-12Update expected results for tls13kexmodes testsBenjamin Kaduk
2021-05-12Don't send key_share for PSK-only key exchangeBenjamin Kaduk
2021-05-12make updateBenjamin Kaduk
2021-05-12Improve RFC 8446 PSK key exchange mode complianceBenjamin Kaduk
2021-05-12HTTP client: Minimal changes that include the improved APIDr. David von Oheimb
2021-05-12Add ASN1_item_i2d_mem_bio(); document and improve also ASN1_item_d2i_bio()Dr. David von Oheimb
2021-05-12A few cleanups of the provider build.infosTomas Mraz
2021-05-12Allow arbitrary digests with ECDSA and DSATomas Mraz
2021-05-12apps: make list -help not continue with listingPauli
2021-05-12apps: change list command to only list fetchable algorithms.Pauli
2021-05-12encoder: add a _name() function for encoders and decodersPauli
2021-05-12doc: document the encoder and decoder name functionsPauli
2021-05-12Checksum updatePauli
2021-05-12property: add test case for setting default user properties before fetchingMatt Caswell
2021-05-12property: create property names more eagerly.Pauli
2021-05-12Run-checker converted to GitHub ActionsPauli
2021-05-12coveralls: fix comment to indicate daily not weeklyPauli
2021-05-12Add OID for RPKI id-ct-signedChecklistJob Snijders
2021-05-12find-doc-nits fix courtesy Rich SalzEasySec
2021-05-12use LHASH_OF(TYPE) macro to make the example consistent with the declaration ...EasySec
2021-05-12Checksum updatePauli
2021-05-12evp: fix return code check.Pauli
2021-05-12coverity: fix 1484542 dereference after null checkPauli
2021-05-12coverity: fix 1484540 resource leakPauli
2021-05-12coverity: fix 1484539 resource leakPauli
2021-05-1180-test_cmp_http.t: Improve fuzzing exclusion pattern - fixup!Dr. David von Oheimb
2021-05-11Fix missing $CPUIDDEF in libdefault.aXiaofei Bai
2021-05-11Update FIPS checksumsMatt Caswell
2021-05-11Exclude child provider code from the FIPS moduleMatt Caswell
2021-05-11Update documentation following addition of OSSL_LIB_CTX_new_child()Matt Caswell
2021-05-11Add additional testing of child libctx/providersMatt Caswell
2021-05-11Don't convert pre-existing providers into childrenMatt Caswell
2021-05-11Add support for child provider to up_ref/free their parentMatt Caswell
2021-05-11Add a test to check that child provider callbacks are workingMatt Caswell
2021-05-11Register callbacks with core for child provider creation/deletionMatt Caswell
2021-05-11Add a test for OSSL_LIB_CTX_new_child()Matt Caswell
2021-05-11Modify the legacy provider to use OSSL_LIB_CTX_new_child()Matt Caswell
2021-05-11Add the concept of a child OSSL_LIB_CTXMatt Caswell
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell
2021-05-11Only load the config file into the default libctx if necessaryMatt Caswell
2021-05-11Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc.Dr. David von Oheimb