aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-10doc: fix two invalid <B> tagsBeat Bolli2-2/+2
2020-05-09Extract HTTP server code from apps/ocsp.c to apps/lib/http_server.cDr. David von Oheimb4-409/+536
2020-05-09Fix bio_wait() in crypto/bio/bio_lib.c in case OPENSSL_NO_SOCKDr. David von Oheimb1-0/+2
2020-05-09Constify 'req' parameter of OSSL_HTTP_post_asn1()Dr. David von Oheimb5-7/+7
2020-05-09Fix bug in OSSL_CMP_SRV_process_request() on transaction renewalDr. David von Oheimb1-4/+6
2020-05-09doc: remove deprecation notes for apps that are staying.Pauli8-50/+12
2020-05-08Fix PEM certificate loading that sometimes failsMaximilian Blenk5-7/+38
2020-05-08Fix issues reported by markdownlintRich Salz10-897/+781
2020-05-08travis: enable markdownlint checksRich Salz5-26/+53
2020-05-08EVP: when setting the operation to EVP_PKEY_OP_UNDEFINED, clean up!Richard Levitte4-6/+9
2020-05-07Fix use-after-free in BIO_C_SET_SSL callbackDr. Matthias St. Pierre1-0/+1
2020-05-07SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementationNikolay Morozov8-13/+62
2020-05-07Add documentation for CMS_EnvelopedData_create()Jakub Zelenka2-1/+52
2020-05-07Remove legacy FIPS_mode functionsShane Lontis5-30/+10
2020-05-07Add RSA SHA512 truncated digest supportShane Lontis5-0/+21
2020-05-07Add OIDS for md4 and ripemd160 to der_rsaShane Lontis2-0/+14
2020-05-07Remove gen_get_params & gen_gettable_params from keygen operationShane Lontis9-105/+12