summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau2022-06-223-46/+97
* ssl: expose the get time function internallyPauli2022-06-221-0/+84
* add priority queue implementationPauli2022-06-221-0/+87
* Fix for OSSL_PARAM sample code referencing OSSL_PARAM_UTF8_PTRMichael Baentsch2022-06-161-3/+3
* RSA keygen update: Raise an error if no prime candidate q is found.slontis2022-06-132-2/+3
* aes_platform: add riscv64 zkn asm supportHongren (Zenithal) Zheng2022-06-101-0/+13
* Add riscv scalar crypto extension capabilityHongren (Zenithal) Zheng2022-06-101-0/+10
* Add OSSL_QUIC methods to headers and manual pagesTomas Mraz2022-06-032-0/+44
* http_client.c: Dump response on error when tracing is enabledDr. David von Oheimb2022-05-301-1/+3
* Move types.h #undefs for wincrypt.h compatibilitySamuel Lee2022-05-301-10/+13
* QUIC wire format supportHugo Landau2022-05-272-0/+204
* Add more SRTP protection profilesKijin Kim2022-05-231-8/+20
* strcasecmp: implement strcasecmp and strncasecmpPauli2022-05-231-3/+0
* tolower: refine the tolower code to avoid a memory accessPauli2022-05-231-4/+8
* Drop ossl_namemap_add_name_n() and simplify ossl_namemap_add_names()Tomas Mraz2022-05-211-2/+0
* Add BSWAP4/BSWAP8 routines for riscv64 with ZbbHenry Brausen2022-05-191-0/+7
* Add basic RISC-V cpuid and OPENSSL_riscvcapHenry Brausen2022-05-192-0/+92
* Prepare NonStop for fixed-size integer types.Randall S. Becker2022-05-191-0/+3
* Fix BIO_get_ktls_send/recv to return 0 or 1 onlyTomas Mraz2022-05-161-2/+2
* Always try locale initialization from OPENSSL_strcasecmpTomas Mraz2022-05-131-0/+1
* Add fallback in case of locale initialization failureTomas Mraz2022-05-131-0/+1
* Avoid code duplication for locale initializationTomas Mraz2022-05-131-3/+0
* Move OPENSSL_strcasecmp() and related to o_str.cTomas Mraz2022-05-132-4/+2
* Fix build on OPENSSL_SYS_TANDEM and older POSIXesTomas Mraz2022-05-131-0/+19
* Header file cleanup for C++20 header-unitsNathan Sidwell2022-05-0914-15/+58
* Remove the _fetch_by_number functionsPauli2022-05-062-6/+0
* Add method store cache flush and method removal to non-EVP operationsRichard Levitte2022-05-053-1/+13
* Make it possible to remove methods by the provider that provides themRichard Levitte2022-05-052-0/+3
* Don't empty the method store when flushing the query cacheRichard Levitte2022-05-052-2/+3
* Refactor method construction pre- and post-conditionRichard Levitte2022-05-051-1/+1
* Drop ossl_provider_clear_all_operation_bits() and all uses of itRichard Levitte2022-05-051-2/+5
* objects.txt: Add newly registered OIDs according to CMP Updates, for use in e...Dr. David von Oheimb2022-05-041-1/+41
* Update copyright yearMatt Caswell2022-05-0334-34/+34
* evp_md_init_internal: Avoid reallocating algctx if digest unchangedTomas Mraz2022-05-021-0/+2
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-3/+3
* Public API functions OPENSSL_str[n]casecmpDmitry Belyavskiy2022-04-224-2/+6
* Add error code for unsupported explicit parametersTomas Mraz2022-04-142-2/+3
* SM4 optimization for ARM by ASIMDDaniel Hu2022-04-121-0/+29
* Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau2022-04-061-0/+11
* Remove unused libctx functions (runonce, onfree)Hugo Landau2022-04-061-5/+0
* Redefine macro X509_http_nbio to avoid using ocsp.hDaniel Fiala2022-04-051-3/+3
* CMS sign digestViktor Söderqvist2022-04-023-2/+6
* Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau2022-04-012-13/+41
* Add a divide rounding up safe math function.Pauli2022-03-301-0/+38
* Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz2022-03-141-0/+3
* EVP_MD performance fix (refcount cache contention)Hugo Landau2022-03-131-1/+1
* Add TFO support to socket BIO and s_client/s_serverTodd Short2022-03-103-1/+162
* async_posix: Allow custom stack allocation functions to be specified for POSI...Arran Cudbard-Bell2022-03-101-0/+8
* Change `strlen' argument name to `strlength' to avoid c++ reserved words.Pauli2022-02-281-1/+1
* chacha20 performance optimizations for ppc64le with 8x lanes,Deepankar Bhattacharjee2022-02-221-0/+1