summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-08-01DESERIALIZER: Make it possible to deserialize public keys tooRichard Levitte
2020-08-01DESERIALIZER: Rethink password handlingRichard Levitte
2020-08-01RSA: Better synchronisation between ASN1 PSS params and RSA_PSS_PARAMS_30Richard Levitte
2020-07-30DER writer: Make context-specific tags constructed (i.e. explicit)Richard Levitte
2020-07-30PROV: Fix small logic error in ec_kmgmt.c matching functionRichard Levitte
2020-07-30Add OSSL_CMP_MSG_write(), use it in apps/cmp.cDr. David von Oheimb
2020-07-30Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.cDr. David von Oheimb
2020-07-30apps/cmp.c: Improve documentation of -recipient optionDr. David von Oheimb
2020-07-30deserialisation: add deserialisation to the base providerPauli
2020-07-30serialisation: Add a built-in base provider.Pauli
2020-07-30unify spelling of serializePauli
2020-07-30Fix test_cmp_cli for extended testsMatt Caswell
2020-07-30Don't fallback to legacy in DigestSignInit/DigestVerifyInit too easilyMatt Caswell
2020-07-30Export crm_new() of cmp_msg.c under the name OSSL_CMP_CTX_setup_CRM()Dr. David von Oheimb
2020-07-30Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb
2020-07-29[test][ectest] Minor touches to custom_generator_testNicola Tuveri
2020-07-29[test] Vertically test explicit EC params API patternsNicola Tuveri
2020-07-29namemap: fix threading issuePauli
2020-07-28Fix a test_verify failureMatt Caswell
2020-07-28Deprecate -nodes in favor of -noenc in pkcs12 and req appDr. David von Oheimb
2020-07-27TEST: Add RSA-PSS cases in test/serdes_test.cRichard Levitte
2020-07-27PROV: Add a DER to RSA-PSS deserializer implementationRichard Levitte
2020-07-27EVP, PROV: Add misc missing bits for RSA-PSSRichard Levitte
2020-07-27Fix no-ec2mMatt Caswell
2020-07-26DER to RSA deserializer: fix inclusionRichard Levitte
2020-07-26Fix no-dh and no-dsaMatt Caswell
2020-07-24Update EVP_EncodeInit.podRead Hughes
2020-07-24EVP: Fix key type check logic in evp_pkey_cmp_any()Richard Levitte
2020-07-24TEST: Update the serialization/deserialization test with legacy PEM encryptionRichard Levitte
2020-07-24PROV: Update the PEM to DER deserializer to handle encrypted legacy PEMRichard Levitte
2020-07-24TEST: Update the serialization/deserialization test with encryptionRichard Levitte
2020-07-24PROV: Update the DER to RSA deserializer to handle encrypted PKCS#8Richard Levitte
2020-07-24DESERIALIZER: Implement decryption of password protected objectsRichard Levitte
2020-07-24SERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set_passphrase_cb()Richard Levitte
2020-07-24TEST: Add new serializer and deserializer testRichard Levitte
2020-07-24PROV: Implement PEM to DER deserializerRichard Levitte
2020-07-24PROV: Implement DER to RSA deserializerRichard Levitte
2020-07-24CORE: Add upcalls for BIO_gets() and BIO_puts()Richard Levitte
2020-07-24SERIALIZER: Add functions to deserialize into an EVP_PKEYRichard Levitte
2020-07-24DESERIALIZER: Add foundation for deserializersRichard Levitte
2020-07-24KEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()Richard Levitte
2020-07-24EVP KEYMGMT utils: Make a few more utility functions availableRichard Levitte
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-07-23Test RSA oaep in fips modeShane Lontis
2020-07-23Fix: uninstantiation breaks the RAND_DRBG callback mechanismDr. Matthias St. Pierre
2020-07-23test/drbgtest.c: set the correct counter to trigger reseedingDr. Matthias St. Pierre
2020-07-23test/drbgtest.c: Remove error check for large generate requestsDr. Matthias St. Pierre
2020-07-23Fix DRBG reseed counter condition.Vitezslav Cizek
2020-07-23test/drbgtest.c: Fix error check testVitezslav Cizek
2020-07-22Cleanup fips provider initShane Lontis