summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2022-06-03Add OSSL_QUIC methods to headers and manual pagesTomas Mraz
2022-05-30http_client.c: Dump response on error when tracing is enabledDr. David von Oheimb
2022-05-30Move types.h #undefs for wincrypt.h compatibilitySamuel Lee
2022-05-27QUIC wire format supportHugo Landau
2022-05-23Add more SRTP protection profilesKijin Kim
2022-05-23strcasecmp: implement strcasecmp and strncasecmpPauli
2022-05-23tolower: refine the tolower code to avoid a memory accessPauli
2022-05-21Drop ossl_namemap_add_name_n() and simplify ossl_namemap_add_names()Tomas Mraz
2022-05-19Add BSWAP4/BSWAP8 routines for riscv64 with ZbbHenry Brausen
2022-05-19Add basic RISC-V cpuid and OPENSSL_riscvcapHenry Brausen
2022-05-19Prepare NonStop for fixed-size integer types.Randall S. Becker
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-13Add fallback in case of locale initialization failureTomas Mraz
2022-05-13Avoid code duplication for locale initializationTomas Mraz
2022-05-13Move OPENSSL_strcasecmp() and related to o_str.cTomas Mraz
2022-05-13Fix build on OPENSSL_SYS_TANDEM and older POSIXesTomas Mraz
2022-05-09Header file cleanup for C++20 header-unitsNathan Sidwell
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-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-04objects.txt: Add newly registered OIDs according to CMP Updates, for use in e...Dr. David von Oheimb
2022-05-03Update copyright yearMatt Caswell
2022-05-02evp_md_init_internal: Avoid reallocating algctx if digest unchangedTomas Mraz
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-22Public API functions OPENSSL_str[n]casecmpDmitry Belyavskiy
2022-04-14Add error code for unsupported explicit parametersTomas Mraz
2022-04-12SM4 optimization for ARM by ASIMDDaniel Hu
2022-04-06Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau
2022-04-06Remove unused libctx functions (runonce, onfree)Hugo Landau
2022-04-05Redefine macro X509_http_nbio to avoid using ocsp.hDaniel Fiala
2022-04-02CMS sign digestViktor Söderqvist
2022-04-01Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2022-03-30Add a divide rounding up safe math function.Pauli
2022-03-14Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz
2022-03-13EVP_MD performance fix (refcount cache contention)Hugo Landau
2022-03-10Add TFO support to socket BIO and s_client/s_serverTodd Short
2022-03-10async_posix: Allow custom stack allocation functions to be specified for POSI...Arran Cudbard-Bell
2022-02-28Change `strlen' argument name to `strlength' to avoid c++ reserved words.Pauli
2022-02-22chacha20 performance optimizations for ppc64le with 8x lanes,Deepankar Bhattacharjee
2022-02-16Add define guards to avoid multi-inclusionWeiguo Li
2022-02-14Add tests for do_updatedbArmin Fuerst
2022-02-10AES-GCM enabled with AVX512 vAES and vPCLMULQDQ.Andrey Matyukov
2022-02-08Prevent crash with engine using different openssl runtimeBernd Edlinger
2022-02-07Fixed counter overflowDanny Tsen
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-02-04Add support for Chacha20-Poly1305 to kernel TLS on FreeBSD.John Baldwin