summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-08-09Add libctx support to CMS.Shane Lontis
2020-08-08rand: fix typo in parameter nameDr. Matthias St. Pierre
2020-08-07Update gost-engine to fix API renameDmitry Belyavskiy
2020-08-07Use .cnf for config files, not .confKelvin Lee
2020-08-07Add evp_test fixes.Shane Lontis
2020-08-07drbgtest: avoid a memory leakPauli
2020-08-07rand_drbg: remove RAND_DRBG.Pauli
2020-08-07PROV: Fix MSBLOB / PVK deserializerRichard Levitte
2020-08-07EVP: Fix the returned value for ASN1_PKEY_CTRL_DEFAULT_MD_NIDRichard Levitte
2020-08-07TEST: Adjust the serdes test to include MSBLOB and PVKRichard Levitte
2020-08-07PEM: Fix i2b_PvK to use EVP_Encrypt calls consistentlyRichard Levitte
2020-08-07PROV: Add MSBLOB and PVK to DSA and RSA deserializersRichard Levitte
2020-08-07DESERIALIZER: Adjust to allow the use several deserializers with same nameRichard Levitte
2020-08-07PEM: Make general MSBLOB reader functions exposed internallyRichard Levitte
2020-08-07RSA: Be less strict on PSS parameters when exporting to providerRichard Levitte
2020-08-07mac: add some consistency to setting the XXX_final output length.Pauli
2020-08-07gettables: documentation changes to pass the provider context.Pauli
2020-08-07gettables: test changes to pass the provider context.Pauli
2020-08-07gettables: provider changes to pass the provider context.Pauli
2020-08-07gettables: core changes to pass the provider context.Pauli
2020-08-07Add new APIs to get PKCS12 secretBag OID and valueJon Spillett
2020-08-06apps/pkcs12: Change defaults from RC2 to PBES2 with PBKDF2Sahana Prasad
2020-08-06Prepare for 3.0 alpha 7Matt Caswell
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