summaryrefslogtreecommitdiffstats
path: root/doc/man3/BIO_meth_new.pod (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-09Add libctx to SMIME ASN1Shane Lontis2-19/+43
2020-08-09Add internal method x509_set0_libctx().Shane Lontis2-0/+15
2020-08-09Add libctx support to CMS.Shane Lontis20-340/+843
2020-08-08rand: fix typo in parameter nameDr. Matthias St. Pierre5-10/+10
2020-08-07Update gost-engine to fix API renameDmitry Belyavskiy1-0/+0
2020-08-07Use .cnf for config files, not .confKelvin Lee1-2/+2
2020-08-07Add evp_test fixes.Shane Lontis73-13956/+14170
2020-08-07drbgtest: avoid a memory leakPauli1-0/+7
2020-08-07rand_drbg: remove RAND_DRBG.Pauli52-19796/+716
2020-08-07PROV: Fix MSBLOB / PVK deserializerRichard Levitte1-1/+1
2020-08-07EVP: Fix the returned value for ASN1_PKEY_CTRL_DEFAULT_MD_NIDRichard Levitte1-10/+9
2020-08-07TEST: Adjust the serdes test to include MSBLOB and PVKRichard Levitte2-3/+248
2020-08-07PEM: Fix i2b_PvK to use EVP_Encrypt calls consistentlyRichard Levitte1-2/+2
2020-08-07PROV: Add MSBLOB and PVK to DSA and RSA deserializersRichard Levitte6-2/+326
2020-08-07DESERIALIZER: Adjust to allow the use several deserializers with same nameRichard Levitte1-31/+36
2020-08-07PEM: Make general MSBLOB reader functions exposed internallyRichard Levitte3-25/+40
2020-08-07RSA: Be less strict on PSS parameters when exporting to providerRichard Levitte3-11/+12
2020-08-07mac: add some consistency to setting the XXX_final output length.Pauli5-5/+7
2020-08-07gettables: documentation changes to pass the provider context.Pauli9-21/+21
2020-08-07gettables: test changes to pass the provider context.Pauli1-2/+2
2020-08-07gettables: provider changes to pass the provider context.Pauli54-99/+122
2020-08-07gettables: core changes to pass the provider context.Pauli10-65/+118
2020-08-06Add new APIs to get PKCS12 secretBag OID and valueJon Spillett19-9/+1738
2020-08-06apps/pkcs12: Change defaults from RC2 to PBES2 with PBKDF2Sahana Prasad2-13/+57
2020-08-06Prepare for 3.0 alpha 7Matt Caswell3-4/+4
2020-08-06Prepare for release of 3.0 alpha 6openssl-3.0.0-alpha6Matt Caswell3-4/+4
2020-08-06Update copyright yearMatt Caswell74-74/+74
2020-08-05Fix provider cipher reinit after init/update with a partial update block.Shane Lontis5-0/+83
2020-08-04Mark an argument of an inline function as unusedPeter Eisentraut1-1/+1
2020-08-04openssl-cmp.pod.in: Update and extend example using Insta Demo CADr. David von Oheimb2-0/+6
2020-08-04DESERIALIZER: Fix EVP_PKEY construction by exportRichard Levitte1-2/+2
2020-08-04Fix error message on setting cert validity period in apps/cmp.cDr. David von Oheimb1-1/+1
2020-08-04apps: Correct and extend diagnostics of parse_name()Dr. David von Oheimb7-32/+34
2020-08-04Add 'section=...' info in error output of X509V3_EXT_nconf() as far as approp...Dr. David von Oheimb1-12/+31
2020-08-04Rename misleading X509V3_R_INVALID_NULL_NAME to X509V3_R_INVALID_EMPTY_NAMEDr. David von Oheimb4-7/+7
2020-08-04Correct confusing X509V3 conf error output by removing needless 'section:<NUL...Dr. David von Oheimb13-33/+46
2020-08-04Correct misleading diagnostics of OBJ_txt2obj on unknown object nameDr. David von Oheimb4-3/+11
2020-08-04apps/cmp.c: Defer diagnostic output on server+proxy to be contactedDr. David von Oheimb1-1/+3
2020-08-04PROV: Make the DER to KEY deserializer decode parameters tooRichard Levitte1-0/+5
2020-08-04Coverity Fixes for issue #12531Norman Ashley3-3/+9
2020-08-04Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis12-122/+255
2020-08-03Add CHANGES.md entry for SSL_set1_host()/SSL_add1_host() taking IP literalsDavid Woodhouse1-0/+5
2020-08-03Disallow setting more than one IP address with SSL_add1_host()David Woodhouse1-2/+21
2020-08-03Fix certificate validation for IPv6 literals in sconnect demoDavid Woodhouse1-8/+7
2020-08-03Make SSL_set1_host() and SSL_add1_host() take IP addressesDavid Woodhouse1-0/+10
2020-08-0381-test_cmp_cli.t: Skip tests with mock server if server cannot be startedDr. David von Oheimb1-15/+19
2020-08-01Fix an ENGINE leak in asn1_item_digest_with_libctxMatt Caswell1-1/+5
2020-08-01DESERIALIZER: Small bugfix in the deser_process()Richard Levitte1-1/+2
2020-08-01DESERIALIZER: Make OSSL_DESERIALIZER_from_{bio,fp} use BIO_tell() / BIO_seek()Richard Levitte2-10/+35
2020-08-01DESERIALIZER: Refactor the constructor setting APIRichard Levitte8-101/+182