summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-08-066-6/+6
* DESERIALIZER: Fix EVP_PKEY construction by exportRichard Levitte2020-08-041-2/+2
* Add 'section=...' info in error output of X509V3_EXT_nconf() as far as approp...Dr. David von Oheimb2020-08-041-12/+31
* Rename misleading X509V3_R_INVALID_NULL_NAME to X509V3_R_INVALID_EMPTY_NAMEDr. David von Oheimb2020-08-043-6/+6
* Correct confusing X509V3 conf error output by removing needless 'section:<NUL...Dr. David von Oheimb2020-08-0413-33/+46
* Correct misleading diagnostics of OBJ_txt2obj on unknown object nameDr. David von Oheimb2020-08-043-1/+8
* Coverity Fixes for issue #12531Norman Ashley2020-08-043-3/+9
* Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis2020-08-041-0/+23
* Fix an ENGINE leak in asn1_item_digest_with_libctxMatt Caswell2020-08-011-1/+5
* DESERIALIZER: Small bugfix in the deser_process()Richard Levitte2020-08-011-1/+2
* DESERIALIZER: Make OSSL_DESERIALIZER_from_{bio,fp} use BIO_tell() / BIO_seek()Richard Levitte2020-08-012-10/+35
* DESERIALIZER: Refactor the constructor setting APIRichard Levitte2020-08-014-31/+73
* DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte2020-08-013-0/+65
* DESERIALIZER: Rethink password handlingRichard Levitte2020-08-015-40/+66
* RSA: Better synchronisation between ASN1 PSS params and RSA_PSS_PARAMS_30Richard Levitte2020-08-011-16/+98
* DER writer: Make context-specific tags constructed (i.e. explicit)Richard Levitte2020-07-301-1/+5
* Add OSSL_CMP_MSG_write(), use it in apps/cmp.cDr. David von Oheimb2020-07-301-0/+18
* Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.cDr. David von Oheimb2020-07-302-3/+4
* serialisation: Add a built-in base provider.Pauli2020-07-301-0/+2
* unify spelling of serializePauli2020-07-304-6/+6
* Don't fallback to legacy in DigestSignInit/DigestVerifyInit too easilyMatt Caswell2020-07-301-3/+15
* Export crm_new() of cmp_msg.c under the name OSSL_CMP_CTX_setup_CRM()Dr. David von Oheimb2020-07-301-12/+10
* Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb2020-07-307-57/+45
* namemap: fix threading issuePauli2020-07-291-35/+52
* PROV: Add a DER to RSA-PSS deserializer implementationRichard Levitte2020-07-271-0/+1
* EVP, PROV: Add misc missing bits for RSA-PSSRichard Levitte2020-07-271-0/+2
* EVP: Fix key type check logic in evp_pkey_cmp_any()Richard Levitte2020-07-241-8/+7
* DESERIALIZER: Implement decryption of password protected objectsRichard Levitte2020-07-246-107/+258
* SERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set_passphrase_cb()Richard Levitte2020-07-243-5/+4
* CORE: Add upcalls for BIO_gets() and BIO_puts()Richard Levitte2020-07-241-0/+2
* SERIALIZER: Add functions to deserialize into an EVP_PKEYRichard Levitte2020-07-242-1/+292
* DESERIALIZER: Add foundation for deserializersRichard Levitte2020-07-2410-24/+1102
* KEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()Richard Levitte2020-07-242-1/+17
* EVP KEYMGMT utils: Make a few more utility functions availableRichard Levitte2020-07-242-33/+51
* Add X509 related libctx changes.Shane Lontis2020-07-2418-223/+429
* Fix: uninstantiation breaks the RAND_DRBG callback mechanismDr. Matthias St. Pierre2020-07-231-0/+13
* EVP: deprecate the EVP_X_meth_ functions.Pauli2020-07-225-4/+23
* Fix provider cipher reinit issueShane Lontis2020-07-222-6/+20
* Add ERR_raise() errors to fips OSSL_provider_init and self tests.Shane Lontis2020-07-212-1/+7
* mac: always pass a non-NULL output size pointer to providers.Pauli2020-07-181-6/+5
* x509_vfy.c: Improve key usage checks in internal_verify() of cert chainsDr. David von Oheimb2020-07-162-15/+41
* Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb2020-07-169-15/+14
* Update copyright yearRichard Levitte2020-07-1626-26/+26
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-166-29/+29
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-167-51/+52
* trace: condition out engine related tracingPauli2020-07-161-0/+2
* deprecate engines in libcryptoPauli2020-07-1630-0/+90
* Enable WinCE build without deceiving _MSC_VER.aSoujyuTanaka2020-07-153-3/+3
* Disable optimiization of BN_num_bits_word() for VS2005 ARM compiler due toaSoujyuTanaka2020-07-151-0/+12
* Changed uintptr_t to size_t. WinCE6 doesn't seem it have the definition.aSoujyuTanaka2020-07-151-2/+2