summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2022-11-01Update copyright yearTomas Mraz
2022-10-25Add missing ERR_R_XXX_LIB codesTomas Mraz
2022-10-11Update copyright yearMatt Caswell
2022-10-04Disable printf format checking on MinGWDaniel Fiala
2022-09-29djgpp: Define WATT32_NO_OLDIES before including socket headersJ.W. Jagersma
2022-08-22Coverity 1508506: misuse of time_tPauli
2022-08-19Limit the size of various MAXCHUNK definitionsPauli
2022-07-20"Reserve" the method store when constructing methodsRichard Levitte
2022-07-19For known safe primes use the minimum key length according to RFC 7919Tomas Mraz
2022-07-13Pre-declare all core dispatch table functions, and fix the internal onesRichard Levitte
2022-07-05Update copyright yearRichard Levitte
2022-06-28store_result: Add fallback for fetching the keymgmt from the provider of the ...Tomas Mraz
2022-06-27der_writer: Use uint32_t instead of long.Daniel Fiala
2022-06-21Update copyright yearMatt Caswell
2022-06-16Fix for OSSL_PARAM sample code referencing OSSL_PARAM_UTF8_PTRMichael Baentsch
2022-06-13RSA keygen update: Raise an error if no prime candidate q is found.slontis
2022-05-23strcasecmp: implement strcasecmp and strncasecmpPauli
2022-05-23tolower: refine the tolower code to avoid a memory accessPauli
2022-05-16Fix BIO_get_ktls_send/recv to return 0 or 1 onlyTomas Mraz
2022-05-13Always try locale initialization from OPENSSL_strcasecmpTomas Mraz
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