summaryrefslogtreecommitdiffstats
path: root/util/other.syms (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-01TEST: Add testutil tests to compare unterminated strings of different lengthsRichard Levitte3-16/+45
2020-08-01DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte18-384/+684
2020-08-01DESERIALIZER: Make it possible to deserialize public keys tooRichard Levitte2-2/+69
2020-08-01DESERIALIZER: Rethink password handlingRichard Levitte13-232/+127
2020-08-01RSA: Better synchronisation between ASN1 PSS params and RSA_PSS_PARAMS_30Richard Levitte1-16/+98
2020-07-30DER writer: Make context-specific tags constructed (i.e. explicit)Richard Levitte1-1/+5
2020-07-30PROV: Fix small logic error in ec_kmgmt.c matching functionRichard Levitte1-1/+1
2020-07-30Add OSSL_CMP_MSG_write(), use it in apps/cmp.cDr. David von Oheimb5-11/+29
2020-07-30Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.cDr. David von Oheimb8-17/+16
2020-07-30apps/cmp.c: Improve documentation of -recipient optionDr. David von Oheimb2-3/+4
2020-07-30deserialisation: add deserialisation to the base providerPauli5-9/+122
2020-07-30serialisation: Add a built-in base provider.Pauli10-151/+460
2020-07-30unify spelling of serializePauli8-10/+10
2020-07-30Fix test_cmp_cli for extended testsMatt Caswell1-0/+2
2020-07-30Don't fallback to legacy in DigestSignInit/DigestVerifyInit too easilyMatt Caswell1-3/+15
2020-07-30Export crm_new() of cmp_msg.c under the name OSSL_CMP_CTX_setup_CRM()Dr. David von Oheimb4-12/+25
2020-07-30Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb22-125/+140
2020-07-29[test][ectest] Minor touches to custom_generator_testNicola Tuveri1-4/+2
2020-07-29[test] Vertically test explicit EC params API patternsNicola Tuveri1-1/+280
2020-07-29namemap: fix threading issuePauli1-35/+52
2020-07-28Fix a test_verify failureMatt Caswell2-17/+18
2020-07-28Deprecate -nodes in favor of -noenc in pkcs12 and req appDr. David von Oheimb8-25/+41
2020-07-27TEST: Add RSA-PSS cases in test/serdes_test.cRichard Levitte1-21/+97
2020-07-27PROV: Add a DER to RSA-PSS deserializer implementationRichard Levitte9-8/+105
2020-07-27EVP, PROV: Add misc missing bits for RSA-PSSRichard Levitte3-0/+4
2020-07-27Fix no-ec2mMatt Caswell1-1/+4
2020-07-26DER to RSA deserializer: fix inclusionRichard Levitte1-1/+1
2020-07-26Fix no-dh and no-dsaMatt Caswell1-3/+8
2020-07-24Update EVP_EncodeInit.podRead Hughes1-2/+2
2020-07-24EVP: Fix key type check logic in evp_pkey_cmp_any()Richard Levitte1-8/+7
2020-07-24TEST: Update the serialization/deserialization test with legacy PEM encryptionRichard Levitte1-26/+135
2020-07-24PROV: Update the PEM to DER deserializer to handle encrypted legacy PEMRichard Levitte1-14/+93
2020-07-24TEST: Update the serialization/deserialization test with encryptionRichard Levitte1-20/+89
2020-07-24PROV: Update the DER to RSA deserializer to handle encrypted PKCS#8Richard Levitte3-23/+129
2020-07-24DESERIALIZER: Implement decryption of password protected objectsRichard Levitte7-107/+261
2020-07-24SERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set_passphrase_cb()Richard Levitte6-8/+7
2020-07-24TEST: Add new serializer and deserializer testRichard Levitte4-1/+221
2020-07-24PROV: Implement PEM to DER deserializerRichard Levitte6-1/+142
2020-07-24PROV: Implement DER to RSA deserializerRichard Levitte9-1/+261
2020-07-24CORE: Add upcalls for BIO_gets() and BIO_puts()Richard Levitte4-6/+35
2020-07-24SERIALIZER: Add functions to deserialize into an EVP_PKEYRichard Levitte5-1/+419
2020-07-24DESERIALIZER: Add foundation for deserializersRichard Levitte24-32/+1803
2020-07-24KEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()Richard Levitte5-7/+42
2020-07-24EVP KEYMGMT utils: Make a few more utility functions availableRichard Levitte3-33/+66
2020-07-24Add X509 related libctx changes.Shane Lontis64-544/+1081
2020-07-23Test RSA oaep in fips modeShane Lontis11-26/+282
2020-07-23Fix: uninstantiation breaks the RAND_DRBG callback mechanismDr. Matthias St. Pierre1-0/+13
2020-07-23test/drbgtest.c: set the correct counter to trigger reseedingDr. Matthias St. Pierre1-2/+9
2020-07-23test/drbgtest.c: Remove error check for large generate requestsDr. Matthias St. Pierre1-6/+0
2020-07-23Fix DRBG reseed counter condition.Vitezslav Cizek2-3/+3