Implement deterministic ECDSA sign (RFC6979)
[openssl.git] / include / internal /
2022-11-30 slontisImplement deterministic ECDSA sign (RFC6979)
2022-11-25 Stephen FarrellImplements Hybrid Public Key Encryption (HPKE) as per...
2022-11-25 J.W. JagersmaDisable atomic refcounts with no-threads
2022-11-24 Maxim MikityanskiyAdd support for KTLS zerocopy sendfile on Linux
2022-11-24 Hugo LandauQUIC TX Packetiser and Streams Mapper
2022-11-23 FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-11-16 Richard LevitteEnsure that SIZE_MAX is defined where OSSL_SSIZE_MAX...
2022-11-16 Paulilist: add debug sanity checks
2022-11-16 Paulilist: add an is empty function
2022-11-16 Paulilist: rename internal fields
2022-11-16 PauliQUIC: use list.h
2022-11-16 PauliQUIC ackm: use list.h
2022-11-16 Pauliuint_set: convert uint_set to use the list data type
2022-11-14 Tomas MrazPlug the QUIC_RSTREAM to the RX depacketizer
2022-11-14 Tomas MrazQUIC Receive Stream Management: Call QUIC flow control
2022-11-14 Tomas MrazQUIC Receive Stream Management
2022-11-14 J.W. Jagersmadjgpp: Skip check for negative timeval
2022-11-07 Hugo LandauQUIC CFQ Fixes
2022-11-07 Hugo LandauQUIC FIFD
2022-11-07 Hugo LandauQUIC TXPIM
2022-11-07 Hugo LandauQUIC CFQ
2022-10-25 Richard LevitteFix 32-bit Windows issues related to QUIC_ACKM / QUIC_CC
2022-10-25 Richard LevitteFix definitions of SHUT_RD and SHUT_WR
2022-10-21 Čestmír Kalinacrypto: thread: remove ossl_crypto_thread_native_terminate
2022-10-21 Čestmír Kalinacrypto: thread: serialize concurrent joins
2022-10-18 Todd ShortAdd ZSTD compression support (RFC8478bis)
2022-10-18 Todd ShortAdd brotli compression support (RFC7924)
2022-10-17 Čestmír Kalinacrypto: add preemptive threading support
2022-10-06 Richard LevitteRename ossl_sleep() to OSSL_sleep() and make it public
2022-10-05 Hugo LandauQUIC Send Stream Management
2022-10-02 Kelvin LeeAvoid divide by 0 exception
2022-09-30 Dr. David von Oheimbinternal/asn1.h: Add missing '#include <openssl/bio.h>'
2022-09-29 J.W. Jagersmadjgpp: Define WATT32_NO_OLDIES before including socket...
2022-09-29 J.W. Jagersmadjgpp: Use usleep() for ossl_sleep()
2022-09-26 Hugo LandauQUIC Flow Control
2022-09-23 Richard LevitteImplement the RX Depacketizer
2022-09-23 Richard LevitteMove the QUIC_CONNECTION typedef to internal headers
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
next