summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-05-09Correct padding mode flag name for EVP_PKEY_decrypt/encrypt() examplesDimitry Andric
2022-05-09doc: Fix RSA public key parametersAhmed JELIJLI
2022-05-09Add a testcase for OSSL_PROVIDER_unload() being fully effectiveTomas Mraz
2022-05-09Add documentation for key validation that indicates the difference between theslontis
2022-05-09Exclude IPv6 code using OPENSSL_USE_IPV6 instead of AF_INET6Max Bachmann
2022-05-09Header file cleanup for C++20 header-unitsNathan Sidwell
2022-05-08Fix Coverity 1201740 & 1201712: uninitialised valuesPauli
2022-05-08Update GOST enginePauli
2022-05-08doc: add not that DTLS 1.0, TLS 1.1 and before are disabled at security level 1Pauli
2022-05-08tls: ban SSL3, TLS1, TLS1.1 and DTLS1.0 at security level one and abovePauli
2022-05-06Update .gitignoreBernd Edlinger
2022-05-06s_serve: Report an error if init-connection fails without an attempt to read.Daniel Fiala
2022-05-06Fix Coverity 1503322, 1503324, 1503328 memory accessesPauli
2022-05-06Fix Coverity 1503325 use after freePauli
2022-05-06Fix Coverity 1503329 use after freePauli
2022-05-06Fix coverity 1503330 use after freePauli
2022-05-06fix for sslecho in demos echoing garbage #18165philippe lhardy
2022-05-06Correct NEWS entry about required security level for old versions of TLS, DTL...Pauli
2022-05-06Remove the _fetch_by_number functionsPauli
2022-05-05Add method store cache flush and method removal to non-EVP operationsRichard Levitte
2022-05-05For child libctx / provider, don't count self-references in parentRichard Levitte
2022-05-05Complete the cleanup of an algorithm in OSSL_METHOD_STORERichard Levitte
2022-05-05Make it possible to remove methods by the provider that provides themRichard Levitte
2022-05-05Don't empty the method store when flushing the query cacheRichard Levitte
2022-05-05Refactor method construction pre- and post-conditionRichard Levitte
2022-05-05Drop ossl_provider_clear_all_operation_bits() and all uses of itRichard Levitte
2022-05-05s_client -proxy / -starttls shouldn't be mutually exclusiveVita Batrla
2022-05-05crmf_lib.c: Make sure Ed signature for POPO is called without digestDr. David von Oheimb
2022-05-04X509{,_LOOKUP}: Improve distinction between not found and fatal/internal errorDr. David von Oheimb
2022-05-04objects.txt: Add newly registered OIDs according to CMP Updates, for use in e...Dr. David von Oheimb
2022-05-04openssl: dhparam: Print warning if -in argument is ignoredDaniel Fiala
2022-05-04Fix Coverity 1503314 unchecked return valuePauli
2022-05-04Remove duplicated #include headersJHH20
2022-05-03CHANGES.md: Attribute the OPENSSL_LH_flush() fix properlyTomas Mraz
2022-05-03Update copyright yearMatt Caswell
2022-05-03Update CHANGES and NEWS for new releaseMatt Caswell
2022-05-03Update Paul's pgp key signaturePauli
2022-05-03c_rehash: Do not use shell to invoke opensslTomas Mraz
2022-05-03Fix the RC4-MD5 cipherMatt Caswell
2022-05-03Test ocsp with invalid responses and the "-no_cert_checks" optionMatt Caswell
2022-05-03Fix OCSP_basic_verify signer certificate validationMatt Caswell
2022-05-03Acceleration of chacha20 on aarch64 by SVEDaniel Hu
2022-05-03md5: add assembly implementation for aarch64Jonathan Swinney
2022-05-02Improving locale testDmitry Belyavskiy
2022-05-02fix_dh_paramgen_type: Avoid crash with invalid paramgen typeTomas Mraz
2022-05-02evp_md_init_internal: Avoid reallocating algctx if digest unchangedTomas Mraz
2022-05-02http_client.c: check expected content type only if HTTP status code is 200 (OK)Dr. David von Oheimb
2022-04-29Testing the EVP_PKEY_CTX_new_from_name without preliminary initDmitry Belyavskiy
2022-04-29Ensure we initialized the locale before evp_pkey_name2typeDmitry Belyavskiy
2022-04-29Fix memleak in test/provider_test.cRichard Levitte