summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-08-06Prepare for release of 3.0 alpha 6openssl-3.0.0-alpha6Matt Caswell
2020-08-06Update copyright yearMatt Caswell
2020-08-05Fix provider cipher reinit after init/update with a partial update block.Shane Lontis
2020-08-04Mark an argument of an inline function as unusedPeter Eisentraut
2020-08-04openssl-cmp.pod.in: Update and extend example using Insta Demo CADr. David von Oheimb
2020-08-04DESERIALIZER: Fix EVP_PKEY construction by exportRichard Levitte
2020-08-04Fix error message on setting cert validity period in apps/cmp.cDr. David von Oheimb
2020-08-04apps: Correct and extend diagnostics of parse_name()Dr. David von Oheimb
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-04apps/cmp.c: Defer diagnostic output on server+proxy to be contactedDr. David von Oheimb
2020-08-04PROV: Make the DER to KEY deserializer decode parameters tooRichard Levitte
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-03Add CHANGES.md entry for SSL_set1_host()/SSL_add1_host() taking IP literalsDavid Woodhouse
2020-08-03Disallow setting more than one IP address with SSL_add1_host()David Woodhouse
2020-08-03Fix certificate validation for IPv6 literals in sconnect demoDavid Woodhouse
2020-08-03Make SSL_set1_host() and SSL_add1_host() take IP addressesDavid Woodhouse
2020-08-0381-test_cmp_cli.t: Skip tests with mock server if server cannot be startedDr. David von Oheimb
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-01TEST: Add testutil tests to compare unterminated strings of different lengthsRichard Levitte
2020-08-01DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte
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