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