Resove some outstanding TODOs
[openssl.git] / include / internal /
2022-09-22 Hugo LandauAdd deferred datagram limit to QUIC Record Layer RX
2022-09-14 Hugo LandauAdd support for loading root CAs from Windows crypto API
2022-09-14 Hugo LandauFix URI handling in SSL_CERT_DIR/introduce SSL_CERT_URI env
2022-09-14 Richard LevitteFix the OSSL_TIME fallback in include/internal/e_os.h
2022-09-13 PauliFix white space
2022-09-13 Paulilibcrypto: remove reliance on struct timeval
2022-09-13 Paulitime: add some additional utilities and document everything
2022-09-05 Paulilist: add a doubly linked list type.
2022-09-02 Hugo LandauTX key update support, RX time and PN reporting, genera...
2022-09-02 Hugo LandauQUIC Record Layer (Refactor and TX Side)
2022-09-02 Hugo LandauQUIC Demuxer and Record Layer (RX Side)
2022-09-01 Hugo LandauBIO_dgram support for BIO_sendmmsg/BIO_recvmmsg
2022-08-24 Hugo LandauUpdates for OSSL_TIME changes
2022-08-24 Hugo LandauQUIC ACK Manager, Statistics Manager and Congestion...
2022-08-19 Hugo LandauBIO_sendmmsg/BIO_recvmmsg (API only)
2022-08-18 Todd ShortUpdate session timeout code with OSSL_TIME
2022-08-12 PauliMake OSSL_TIME a structure
2022-07-29 Hugo LandauQUIC Frame Encoding and Decoding Functions
2022-07-20 Richard Levitte"Reserve" the method store when constructing methods
2022-07-19 Dr. David von Oheimblibcrypto refactoring: introduce and use ossl_asn1_stri...
2022-07-18 Tomas MrazUse as small dh key size as possible to support the...
2022-07-08 Max BachmannAdd config option OPENSSL_NO_UNIX_SOCK
2022-07-06 Paulissl: implement an event queue
2022-07-06 Paulissl: add a zero time macro
2022-07-06 PauliAdd additional include
2022-06-27 Daniel Fialader_writer: Use uint32_t instead of long.
2022-06-22 Hugo LandauAdd deprecation macro for 3.1 and deprecate OPENSSL_LH_...
2022-06-22 Paulissl: expose the get time function internally
2022-06-22 Pauliadd priority queue implementation
2022-05-27 Hugo LandauQUIC wire format support
2022-05-22 Paulistrcasecmp: implement strcasecmp and strncasecmp
2022-05-21 Tomas MrazDrop ossl_namemap_add_name_n() and simplify ossl_namema...
2022-05-13 Tomas MrazAlways try locale initialization from OPENSSL_strcasecmp
2022-05-13 Tomas MrazAdd fallback in case of locale initialization failure
2022-05-13 Tomas MrazAvoid code duplication for locale initialization
2022-05-13 Tomas MrazMove OPENSSL_strcasecmp() and related to o_str.c
2022-05-13 Tomas MrazFix build on OPENSSL_SYS_TANDEM and older POSIXes
2022-05-05 Richard LevitteMake it possible to remove methods by the provider...
2022-05-05 Richard LevitteDon't empty the method store when flushing the query...
2022-05-05 Richard LevitteRefactor method construction pre- and post-condition
2022-05-05 Richard LevitteDrop ossl_provider_clear_all_operation_bits() and all...
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-22 Dmitry BelyavskiyPublic API functions OPENSSL_str[n]casecmp
2022-04-06 Hugo LandauRemove unused libctx functions (runonce, onfree)
2022-03-31 Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-03-29 PauliAdd a divide rounding up safe math function.
2022-03-10 Todd ShortAdd TFO support to socket BIO and s_client/s_server
2022-02-16 Weiguo LiAdd define guards to avoid multi-inclusion
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-02-04 John BaldwinAdd support for Chacha20-Poly1305 to kernel TLS on...
2022-02-04 Juan Manuel GuerreroFix builds with DJGPP
2022-01-26 Richard LevitteAdd support for signed BIGNUMs in the OSSL_PARAM_BLD API
2022-01-21 yangyangtiantianlo... Fix the same BIO_FLAGS macro definition
2022-01-13 Paulitsan: make detecting the need for locking when using...
2021-12-06 Tomas MrazFix pvk encoder to properly query for the passphrase
2021-11-26 Bernd EdlingerEnable brainpool curves for TLS1.3
2021-11-17 Dr. David von OheimbMove more general parts of internal/cryptlib.h to new...
2021-11-17 Dr. David von OheimbAdd and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREF...
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-11-12 Matt CaswellStop receiving child callbacks in a child libctx when...
2021-11-12 Matt CaswellDon't attempt to deactive child providers if we don...
2021-11-12 Pauliheader: add integer overflow helper functions
2021-11-09 Pauliprov: remove unused field `flag_fallback` and function...
2021-10-27 Richard LevitteCORE: Encure that cached fetches can be done per provider
2021-10-27 Richard LevitteCORE: add a provider argument to ossl_method_construct()
2021-09-25 Paulitsan: add an addition macro
2021-06-24 Matt CaswellFix a race in ossl_provider_add_to_store()
2021-06-24 Matt CaswellMerge ossl_provider_activate() and ossl_provider_activa...
2021-06-24 Matt CaswellSet use_fallbacks to zero when we add a provider to...
2021-06-24 Matt CaswellRemove flag_couldbechild
2021-06-24 Matt CaswellAdd a new provider to the store only after we activate it
2021-06-24 Matt CaswellInstantiate predefined providers just-in-time
2021-06-22 Richard LevitteFix definition of ossl_intmax_t and ossl_uintmax_t
2021-06-21 John BaldwinRefactor KTLS tests to better support TLS 1.3.
2021-06-16 Richard LevitteCORE: Do a bit of cleanup of core fetching
2021-06-15 Richard LevitteAdd the internal function ossl_method_store_do_all()
2021-06-15 Richard LevitteCORE: Move away the allocation of the temporary no_cach...
2021-06-05 Richard Levitteproperty: Add functionality to query data from a proper...
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-28 Rich SalzRework and make DEBUG macros consistent.
2021-05-26 Rich SalzUse <> for #include openssl/xxx
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-23 Paulicore: condition out more in FIPS builds
2021-05-20 Matt CaswellEnsure mirroring of properties works for subsequent...
2021-05-20 Matt CaswellAdd a callback for providers to know about global prope...
2021-05-20 Matt CaswellImplement the ability to convert a PROPERTY_LIST to...
2021-05-19 Richard LevitteFix include/internal/sockets.h for VMS
2021-05-18 Dr. David von OheimbMove ossl_sleep() to e_os.h and use it in apps
2021-05-17 Matt CaswellFix a use-after-free in the child provider code
2021-05-15 Matt CaswellInit the child providers immediately on creation of...
2021-05-12 Shane LontisExport/import flags for FFC params changed to seperate...
2021-05-11 Matt CaswellDon't convert pre-existing providers into children
2021-05-11 Matt CaswellAdd support for child provider to up_ref/free their...
2021-05-11 Matt CaswellAdd the concept of a child OSSL_LIB_CTX
2021-05-11 Matt CaswellAdd the ability for ex_data to have a priority
2021-05-07 Pauliprovider: flush the store cache when providers are...
2021-05-04 Matt CaswellCreate libcrypto support for BIO_new_from_core_bio()
2021-04-28 Matt CaswellStore the list of activated providers in the libctx
2021-04-26 Tomas MrazAdd type_name member to provided methods and use it
next