summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.0 alpha 6openssl-3.0.0-alpha6Matt Caswell2020-08-063-4/+4
* Update copyright yearMatt Caswell2020-08-0674-74/+74
* Fix provider cipher reinit after init/update with a partial update block.Shane Lontis2020-08-055-0/+83
* Mark an argument of an inline function as unusedPeter Eisentraut2020-08-041-1/+1
* openssl-cmp.pod.in: Update and extend example using Insta Demo CADr. David von Oheimb2020-08-042-0/+6
* DESERIALIZER: Fix EVP_PKEY construction by exportRichard Levitte2020-08-041-2/+2
* Fix error message on setting cert validity period in apps/cmp.cDr. David von Oheimb2020-08-041-1/+1
* apps: Correct and extend diagnostics of parse_name()Dr. David von Oheimb2020-08-047-32/+34
* 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-044-7/+7
* 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-044-3/+11
* apps/cmp.c: Defer diagnostic output on server+proxy to be contactedDr. David von Oheimb2020-08-041-1/+3
* PROV: Make the DER to KEY deserializer decode parameters tooRichard Levitte2020-08-041-0/+5
* 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-0412-122/+255
* Add CHANGES.md entry for SSL_set1_host()/SSL_add1_host() taking IP literalsDavid Woodhouse2020-08-031-0/+5
* Disallow setting more than one IP address with SSL_add1_host()David Woodhouse2020-08-031-2/+21
* Fix certificate validation for IPv6 literals in sconnect demoDavid Woodhouse2020-08-031-8/+7
* Make SSL_set1_host() and SSL_add1_host() take IP addressesDavid Woodhouse2020-08-031-0/+10
* 81-test_cmp_cli.t: Skip tests with mock server if server cannot be startedDr. David von Oheimb2020-08-031-15/+19
* 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-018-101/+182
* TEST: Add testutil tests to compare unterminated strings of different lengthsRichard Levitte2020-08-013-16/+45
* DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte2020-08-0118-384/+684
* DESERIALIZER: Make it possible to deserialize public keys tooRichard Levitte2020-08-012-2/+69
* DESERIALIZER: Rethink password handlingRichard Levitte2020-08-0113-232/+127
* 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
* PROV: Fix small logic error in ec_kmgmt.c matching functionRichard Levitte2020-07-301-1/+1
* Add OSSL_CMP_MSG_write(), use it in apps/cmp.cDr. David von Oheimb2020-07-305-11/+29
* Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.cDr. David von Oheimb2020-07-308-17/+16
* apps/cmp.c: Improve documentation of -recipient optionDr. David von Oheimb2020-07-302-3/+4
* deserialisation: add deserialisation to the base providerPauli2020-07-305-9/+122
* serialisation: Add a built-in base provider.Pauli2020-07-3010-151/+460
* unify spelling of serializePauli2020-07-308-10/+10
* Fix test_cmp_cli for extended testsMatt Caswell2020-07-301-0/+2
* 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-304-12/+25
* Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb2020-07-3022-125/+140
* [test][ectest] Minor touches to custom_generator_testNicola Tuveri2020-07-291-4/+2
* [test] Vertically test explicit EC params API patternsNicola Tuveri2020-07-291-1/+280
* namemap: fix threading issuePauli2020-07-291-35/+52
* Fix a test_verify failureMatt Caswell2020-07-282-17/+18
* Deprecate -nodes in favor of -noenc in pkcs12 and req appDr. David von Oheimb2020-07-288-25/+41
* TEST: Add RSA-PSS cases in test/serdes_test.cRichard Levitte2020-07-271-21/+97
* PROV: Add a DER to RSA-PSS deserializer implementationRichard Levitte2020-07-279-8/+105
* EVP, PROV: Add misc missing bits for RSA-PSSRichard Levitte2020-07-273-0/+4