summaryrefslogtreecommitdiffstats
path: root/include/internal
AgeCommit message (Expand)Author
2022-09-02QUIC Record Layer (Refactor and TX Side)Hugo Landau
2022-09-02QUIC Demuxer and Record Layer (RX Side)Hugo Landau
2022-09-01BIO_dgram support for BIO_sendmmsg/BIO_recvmmsgHugo Landau
2022-08-24Updates for OSSL_TIME changesHugo Landau
2022-08-24QUIC ACK Manager, Statistics Manager and Congestion Control APIHugo Landau
2022-08-19BIO_sendmmsg/BIO_recvmmsg (API only)Hugo Landau
2022-08-18Update session timeout code with OSSL_TIMETodd Short
2022-08-12Make OSSL_TIME a structurePauli
2022-07-29QUIC Frame Encoding and Decoding FunctionsHugo Landau
2022-07-20"Reserve" the method store when constructing methodsRichard Levitte
2022-07-19libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()Dr. David von Oheimb
2022-07-18Use as small dh key size as possible to support the securityTomas Mraz
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-06-27der_writer: Use uint32_t instead of long.Daniel Fiala
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-05-27QUIC wire format supportHugo Landau
2022-05-23strcasecmp: implement strcasecmp and strncasecmpPauli
2022-05-21Drop ossl_namemap_add_name_n() and simplify ossl_namemap_add_names()Tomas 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-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-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-22Public API functions OPENSSL_str[n]casecmpDmitry Belyavskiy
2022-04-06Remove unused libctx functions (runonce, onfree)Hugo Landau
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-10Add TFO support to socket BIO and s_client/s_serverTodd Short
2022-02-16Add define guards to avoid multi-inclusionWeiguo Li
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-02-04Add support for Chacha20-Poly1305 to kernel TLS on FreeBSD.John Baldwin
2022-02-04Fix builds with DJGPPJuan Manuel Guerrero
2022-01-26Add support for signed BIGNUMs in the OSSL_PARAM_BLD APIRichard Levitte
2022-01-21Fix the same BIO_FLAGS macro definitionyangyangtiantianlonglong
2022-01-13tsan: make detecting the need for locking when using tsan easierPauli
2021-12-06Fix pvk encoder to properly query for the passphraseTomas Mraz
2021-11-26Enable brainpool curves for TLS1.3Bernd Edlinger
2021-11-17Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb
2021-11-17Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb