summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2021-05-11Add convenience functions and macros for asymmetric key generationDr. David von Oheimb
2021-05-11Tests for creating req from PKCS8 keys with extra attrsDmitry Belyavskiy
2021-05-11reduce surprise in choice of CASE/String/STRING by allowing all inputs to be ...Michael Richardson
2021-05-11Reduce the runtime/output from the gmdiff testPauli
2021-05-11armcap: fix Mac M1 SHA512 support.David CARLIER
2021-05-10Fix i2d_PKCS8PrivateKey_nid_bio() regression.Shane Lontis
2021-05-10checksum fixPauli
2021-05-09Mark pop/clear error stack in der2key_decode_p8Daniel Bevenius
2021-05-09BIO_listen: disable setting ipv6_v6only on OpenBSD as it is a read only data ...David Carlier
2021-05-09Optimize RSA on armv8fangming.fang
2021-05-09FIPS checksums updateNicola Tuveri
2021-05-09Test oct2point for hybrid point encoding of (0, y)Theo Buehler
2021-05-09Avoid division by zero in hybrid point encodingTheo Buehler