summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-08-04DESERIALIZER: Fix EVP_PKEY construction by exportRichard Levitte
2020-08-04Add 'section=...' info in error output of X509V3_EXT_nconf() as far as approp...Dr. David von Oheimb
2020-08-04Rename misleading X509V3_R_INVALID_NULL_NAME to X509V3_R_INVALID_EMPTY_NAMEDr. David von Oheimb
2020-08-04Correct confusing X509V3 conf error output by removing needless 'section:<NUL...Dr. David von Oheimb
2020-08-04Correct misleading diagnostics of OBJ_txt2obj on unknown object nameDr. David von Oheimb
2020-08-04Coverity Fixes for issue #12531Norman Ashley
2020-08-04Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis
2020-08-01Fix an ENGINE leak in asn1_item_digest_with_libctxMatt Caswell
2020-08-01DESERIALIZER: Small bugfix in the deser_process()Richard Levitte
2020-08-01DESERIALIZER: Make OSSL_DESERIALIZER_from_{bio,fp} use BIO_tell() / BIO_seek()Richard Levitte
2020-08-01DESERIALIZER: Refactor the constructor setting APIRichard Levitte
2020-08-01DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard 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-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-30serialisation: Add a built-in base provider.Pauli
2020-07-30unify spelling of serializePauli
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-29namemap: fix threading issuePauli
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-24EVP: Fix key type check logic in evp_pkey_cmp_any()Richard 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-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-23Fix: uninstantiation breaks the RAND_DRBG callback mechanismDr. Matthias St. Pierre
2020-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli
2020-07-22Fix provider cipher reinit issueShane Lontis
2020-07-21Add ERR_raise() errors to fips OSSL_provider_init and self tests.Shane Lontis
2020-07-18mac: always pass a non-NULL output size pointer to providers.Pauli
2020-07-16x509_vfy.c: Improve key usage checks in internal_verify() of cert chainsDr. David von Oheimb
2020-07-16Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb
2020-07-16Update copyright yearRichard Levitte
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-07-16trace: condition out engine related tracingPauli
2020-07-16deprecate engines in libcryptoPauli
2020-07-15Enable WinCE build without deceiving _MSC_VER.aSoujyuTanaka
2020-07-15Disable optimiization of BN_num_bits_word() for VS2005 ARM compiler due toaSoujyuTanaka
2020-07-15Changed uintptr_t to size_t. WinCE6 doesn't seem it have the definition.aSoujyuTanaka
2020-07-14DRBG: rename the DRBG taxonomy.Pauli