summaryrefslogtreecommitdiffstats
path: root/engines/e_dasync_err.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-15Update copyright yearMatt Caswell142-142/+142
2020-05-15If SOURCE_DATE_EPOCH is defined, use it for copyright yearNicolas Vigier1-1/+1
2020-05-15Correct alignment calculation in ssl3_setup_writeMatt Caswell1-1/+1
2020-05-15Configure: Avoid SIXTY_FOUR_BIT for linux-mips64Orgad Shaneh1-1/+1
2020-05-15dev/release.sh: Add --reviewer to set reviewersRichard Levitte1-0/+29
2020-05-15Pass "-z defs" to the linker via "-Wl,-z,defs" rather than with gcc's -zThomas Dwyer III1-1/+1
2020-05-14test/evp_extra_test.c: Add OPENSSL_NO_CMAC around CMAC testRichard Levitte1-0/+4
2020-05-14PROV: make some DER AID arrays non-static, to avoid clang complaintsRichard Levitte1-7/+20
2020-05-14.travis.yml: never use -Werror, use --strict-warnings insteadRichard Levitte1-2/+2
2020-05-14test/recipes/15-test_rsapss.t: Add test with unrestricted signatureRichard Levitte1-8/+26
2020-05-14test/ssl-tests/20-cert-select.cnf.in: Re-enable RSA-PSS related testsRichard Levitte1-4/+1
2020-05-14test/evp_pkey_provided_test.c: Display first, compare afterRichard Levitte1-6/+7
2020-05-14PROV & ASYM_CIPHER: Adapt the RSA asymmetric cipher code for PSS-parametersRichard Levitte1-1/+10
2020-05-14EVP: Refactor the RSA-PSS key generation controls for providersRichard Levitte4-51/+89
2020-05-14PROV & SIGNATURE: Adapt the RSA signature code for PSS-parametersRichard Levitte4-51/+151
2020-05-14EVP: For SIGNATURE operations, pass the propquery earlyRichard Levitte7-29/+65
2020-05-14PROV & SERIALIZER: Adapt the RSA serializers for PSS-parametersRichard Levitte6-34/+183
2020-05-14PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementationRichard Levitte6-66/+204
2020-05-14PROV: Refactor the RSA SIGNATURE implementation for better param controlRichard Levitte1-59/+121
2020-05-14PROV: Refactor the RSA DER supportRichard Levitte8-28/+444
2020-05-14DER writer: Add the possibility to abandon empty SEQUENCEsRichard Levitte1-4/+33
2020-05-14RSA: Add PSS-parameter processing in EVP_PKEY_ASN1_METHOD functionsRichard Levitte2-17/+115
2020-05-14RSA: Add a less loaded PSS-parameter structureRichard Levitte6-5/+343
2020-05-14RSA: Add rsa_schemes.c, to store scheme data and translator functionsRichard Levitte3-1/+91
2020-05-14RSA: Extract much of the rsa_pkey_export_to() code to a separate functionRichard Levitte3-57/+55
2020-05-14RSA: Add RSA key typesRichard Levitte2-1/+33
2020-05-14test/evp_extra_test.c: Add test for CMAC keygen with a NULL engineRichard Levitte1-0/+22
2020-05-14EVP: Only use the engine when one is defined, in pkey_mac_ctrl()Richard Levitte1-7/+11
2020-05-14Add documentation for ASN1_INTEGER_new() and ASN1_INTEGER_free()Nikolay Morozov2-2/+44
2020-05-13Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()Dr. David von Oheimb14-78/+83
2020-05-13Add -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MSG_update_transactionID()Dr. David von Oheimb13-133/+170
2020-05-13Improve CMP documentation regarding use of untrusted certsDr. David von Oheimb3-6/+6
2020-05-13Chunk 11 of CMP contribution to OpenSSL: CMP command-line interfaceDr. David von Oheimb10-5/+4655
2020-05-13Preliminary fix of memory leak in try_decode_PKCS12() - full fix is in #11733Dr. David von Oheimb1-0/+1
2020-05-13Improve description of algorithm NIDs in doc/man3/OSSL_CMP_CTX_new.podDr. David von Oheimb1-8/+8
2020-05-13Reflect constifications of 62dcd2aa in doc/man3/OSSL_CRMF_MSG_get0_tmpl.podDr. David von Oheimb1-5/+7
2020-05-13OSSL_STORE: Make the 'file' scheme loader handle MSBLOB and PVK filesRichard Levitte4-21/+131
2020-05-13OSSL_STORE: Better information when prompting for pass phrasesRichard Levitte1-39/+48
2020-05-13OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIORichard Levitte13-114/+210
2020-05-13PROV: Adapt all our providers to use the new PROV_CTX structureRichard Levitte5-21/+63
2020-05-13PROV: Add a proper provider context structure for OpenSSL providersRichard Levitte2-1/+65
2020-05-13Remove explicit dependency on configdata.pm when processing .in filesRichard Levitte2-2/+0
2020-05-13Fix FreeBSD build with --strict-warningsBenjamin Kaduk1-0/+1
2020-05-13Fix rsa8192.pemBernd Edlinger1-3/+1
2020-05-12Replace misleading error message when loading PEMTomas Mraz1-1/+1
2020-05-12CORE: Attach the provider context to the provider lateRichard Levitte1-1/+3
2020-05-12Fix some misunderstandings in our providers' main modulesRichard Levitte4-45/+76
2020-05-12CORE: Fix the signature of OSSL_provider_query_operation_fnRichard Levitte1-1/+1
2020-05-12Fix d2i_PrivateKey_ex() to work as documentedRichard Levitte1-0/+2
2020-05-11Fix CHANGES.md issues reported by markdownlintRichard Levitte1-1/+1