summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2022-07-18Use as small dh key size as possible to support the securityTomas Mraz
2022-07-16CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb
2022-07-13Pre-declare all core dispatch table functions, and fix the internal onesRichard Levitte
2022-07-08Add config option OPENSSL_NO_UNIX_SOCKMax Bachmann
2022-07-06ssl: implement an event queuePauli
2022-07-06ssl: add a zero time macroPauli
2022-07-06Add additional includePauli
2022-07-01CMP: introduce version 3, while version 2 stays the defaultDr. David von Oheimb
2022-06-30Update the default macsaltlen and Add the configure for macsaltlenKan
2022-06-28store_result: Add fallback for fetching the keymgmt from the provider of the ...Tomas Mraz
2022-06-28CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()Dr. David von Oheimb
2022-06-28Objects: Add OIDs needed for CAdES-ProcessingLutz Jaenicke
2022-06-27der_writer: Use uint32_t instead of long.Daniel Fiala
2022-06-22Add ROTATE inline asm support for SM3Hongren (Zenithal) Zheng
2022-06-22Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
2022-06-22ssl: expose the get time function internallyPauli
2022-06-22add priority queue implementationPauli
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-06-10aes_platform: add riscv64 zkn asm supportHongren (Zenithal) Zheng
2022-06-10Add riscv scalar crypto extension capabilityHongren (Zenithal) Zheng
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