Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-15If SOURCE_DATE_EPOCH is defined, use it for copyright yearNicolas Vigier
2020-05-15Correct alignment calculation in ssl3_setup_writeMatt Caswell
2020-05-15Configure: Avoid SIXTY_FOUR_BIT for linux-mips64Orgad Shaneh
2020-05-15dev/release.sh: Add --reviewer to set reviewersRichard Levitte
2020-05-15Pass "-z defs" to the linker via "-Wl,-z,defs" rather than with gcc's -zThomas Dwyer III
2020-05-14test/evp_extra_test.c: Add OPENSSL_NO_CMAC around CMAC testRichard Levitte
2020-05-14PROV: make some DER AID arrays non-static, to avoid clang complaintsRichard Levitte
2020-05-14.travis.yml: never use -Werror, use --strict-warnings insteadRichard Levitte
2020-05-14test/recipes/15-test_rsapss.t: Add test with unrestricted signatureRichard Levitte
2020-05-14test/ssl-tests/20-cert-select.cnf.in: Re-enable RSA-PSS related testsRichard Levitte
2020-05-14test/evp_pkey_provided_test.c: Display first, compare afterRichard Levitte
2020-05-14PROV & ASYM_CIPHER: Adapt the RSA asymmetric cipher code for PSS-parametersRichard Levitte
2020-05-14EVP: Refactor the RSA-PSS key generation controls for providersRichard Levitte
2020-05-14PROV & SIGNATURE: Adapt the RSA signature code for PSS-parametersRichard Levitte
2020-05-14EVP: For SIGNATURE operations, pass the propquery earlyRichard Levitte
2020-05-14PROV & SERIALIZER: Adapt the RSA serializers for PSS-parametersRichard Levitte
2020-05-14PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementationRichard Levitte
2020-05-14PROV: Refactor the RSA SIGNATURE implementation for better param controlRichard Levitte
2020-05-14PROV: Refactor the RSA DER supportRichard Levitte
2020-05-14DER writer: Add the possibility to abandon empty SEQUENCEsRichard Levitte
2020-05-14RSA: Add PSS-parameter processing in EVP_PKEY_ASN1_METHOD functionsRichard Levitte
2020-05-14RSA: Add a less loaded PSS-parameter structureRichard Levitte
2020-05-14RSA: Add rsa_schemes.c, to store scheme data and translator functionsRichard Levitte
2020-05-14RSA: Extract much of the rsa_pkey_export_to() code to a separate functionRichard Levitte
2020-05-14RSA: Add RSA key typesRichard Levitte
2020-05-14test/evp_extra_test.c: Add test for CMAC keygen with a NULL engineRichard Levitte
2020-05-14EVP: Only use the engine when one is defined, in pkey_mac_ctrl()Richard Levitte
2020-05-14Add documentation for ASN1_INTEGER_new() and ASN1_INTEGER_free()Nikolay Morozov
2020-05-13Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()Dr. David von Oheimb
2020-05-13Add -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MSG_update_transactionID()Dr. David von Oheimb
2020-05-13Improve CMP documentation regarding use of untrusted certsDr. David von Oheimb
2020-05-13Chunk 11 of CMP contribution to OpenSSL: CMP command-line interfaceDr. David von Oheimb
2020-05-13Preliminary fix of memory leak in try_decode_PKCS12() - full fix is in #11733Dr. David von Oheimb
2020-05-13Improve description of algorithm NIDs in doc/man3/OSSL_CMP_CTX_new.podDr. David von Oheimb
2020-05-13Reflect constifications of 62dcd2aa in doc/man3/OSSL_CRMF_MSG_get0_tmpl.podDr. David von Oheimb
2020-05-13OSSL_STORE: Make the 'file' scheme loader handle MSBLOB and PVK filesRichard Levitte
2020-05-13OSSL_STORE: Better information when prompting for pass phrasesRichard Levitte
2020-05-13OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIORichard Levitte
2020-05-13PROV: Adapt all our providers to use the new PROV_CTX structureRichard Levitte
2020-05-13PROV: Add a proper provider context structure for OpenSSL providersRichard Levitte
2020-05-13Remove explicit dependency on configdata.pm when processing .in filesRichard Levitte
2020-05-13Fix FreeBSD build with --strict-warningsBenjamin Kaduk
2020-05-13Fix rsa8192.pemBernd Edlinger
2020-05-12Replace misleading error message when loading PEMTomas Mraz
2020-05-12CORE: Attach the provider context to the provider lateRichard Levitte
2020-05-12Fix some misunderstandings in our providers' main modulesRichard Levitte
2020-05-12CORE: Fix the signature of OSSL_provider_query_operation_fnRichard Levitte
2020-05-12Fix d2i_PrivateKey_ex() to work as documentedRichard Levitte
2020-05-11Fix CHANGES.md issues reported by markdownlintRichard Levitte
2020-05-10doc: fix two invalid <B> tagsBeat Bolli