summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2022-05-13Avoid code duplication for locale initializationTomas Mraz
2022-05-13Move OPENSSL_strcasecmp() and related to o_str.cTomas Mraz
2022-05-05Add method store cache flush and method removal to non-EVP operationsRichard 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-03Update copyright yearMatt Caswell
2022-04-27Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau
2022-04-21Public API functions OPENSSL_str[n]casecmpDmitry Belyavskiy
2022-04-14Add error code for unsupported explicit parametersTomas Mraz
2022-04-05Redefine macro X509_http_nbio to avoid using ocsp.hDaniel Fiala
2022-03-15Update copyright yearMatt Caswell
2022-03-15EVP_MD performance fix (refcount cache contention)Hugo Landau
2022-03-14Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz
2022-02-28Change `strlen' argument name to `strlength' to avoid c++ reserved words.Pauli
2022-02-08Prevent crash with engine using different openssl runtimeBernd Edlinger
2022-02-04Fix builds with DJGPPJuan Manuel Guerrero
2022-02-03Fix copyrightsTodd Short
2022-02-03Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis
2022-01-24self_test.h: fix the C++ wrappingPauli
2022-01-21Fix the same BIO_FLAGS macro definitionyangyangtiantianlonglong
2022-01-14Add a comment to indicate ineffective macroShreenidhi Shedi
2022-01-13tsan: make detecting the need for locking when using tsan easierPauli
2022-01-06Fix copyright year issuesBernd Edlinger
2022-01-03Update troublesome copyright years of auto-generated files to 2022Dr. David von Oheimb
2022-01-03ec.h: Explain use of strstr() for EVP_EC_gen() and add #include <string.h>Dr. David von Oheimb
2021-12-20crypto/dsa.h: fix include guard nameCarlo Teubner
2021-12-10Make OSSL_provider_init() OPENSSL_EXPORT, not just externRichard Levitte
2021-12-10changes opensssl typos to opensslSam Eaton
2021-12-09OSSL_HTTP_get(): Fix timeout handling on redirectionDr. David von Oheimb
2021-12-06Fix pvk encoder to properly query for the passphraseTomas Mraz
2021-11-24Have OSSL_PARAM_allocate_from_text() raise error on unexpected neg numberRichard Levitte
2021-11-15Stop receiving child callbacks in a child libctx when appropriateMatt Caswell
2021-11-15Don't attempt to deactive child providers if we don't need toMatt Caswell
2021-11-04Fix builds on Armv8 systems without AArch64Tom Cosgrove
2021-10-27CORE: Encure that cached fetches can be done per providerRichard Levitte
2021-10-27EVP: Reverse the fetch logic in all pkey using functionalityRichard Levitte
2021-10-27CORE: add a provider argument to ossl_method_construct()Richard Levitte
2021-09-14MacOS prior to 10.12 does not support random API correctlylprimak
2021-08-31Add the self test type OSSL_SELF_TEST_TYPE_PCT_SIGNATUREslontis
2021-08-30Fix d2i_ECPKParameters_fp and i2d_ECPKParameters_fp macrosNicola Tuveri
2021-08-27Darwin platform allows to build on releases before Yosemite/ios 8.David Carlier
2021-08-26Add invalid input length errorPauli
2021-08-25cpp: fix included files to avoid failure in no-deprecated buildsPauli
2021-08-24Correctly calculate the length of SM2 plaintext given the ciphertextMatt Caswell
2021-08-24Fix i2v_GENERAL_NAME to not assume NUL terminated stringsMatt Caswell
2021-08-11aes_v8_xts_encrypt is present only on 64bit arm buildsTomas Mraz
2021-08-05fips: add power up test for TLS 1.3 KDFPauli
2021-08-05tls/prov: move the TLS 1.3 KDF code to providersPauli