]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/bio
Fix intermittent sslapitest early data related failures
[thirdparty/openssl.git] / crypto / bio /
7 days ago  Randall S. BeckerRemove all references to FLOSS for NonStop Builds.
2024-04-16  Alexandr NedvedickyOpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP...
2024-04-10  olszomalFix socket descriptor checks on Windows
2024-04-09  Richard LevitteCopyright year updates
2024-04-02  Hugo LandauBIO_s_connect: Do not set keepalive on dgram sockets
2024-03-22  Yavor GeorgievDon’t use the recvmmsg dgram method on Android <5
2024-03-11  slontisFix BIO_get_new_index() to return an error when it...
2024-03-07  Neil HormanGate setting of ipi_spec_dst on not building for freebsd
2024-01-16  Samuel Thibaulthurd: Fix dgram_sendmmsg
2023-12-29  Dimitri PapadopoulosFix new typos found by codespell
2023-12-22  RoseOptimize circular buffer to avoid modulo
2023-12-12  Randall S. BeckerDeprecate SPT threading support on NonStop.
2023-11-14  Neil HormanForce Nonstop to use fcntl(F_GETFL) in BIO_sock_nbio
2023-10-25  Matt CaswellMake s_client -quic -debug work
2023-10-05  Neil Hormanembed bio_dgram_data inside bio_dgram_sctp_data
2023-09-28  Matt CaswellCopyright year updates
2023-09-24  Matt CaswellImplement a public BIO_ADDR_copy() function
2023-09-20  Hugo LandauBIO: Wire poll descriptor functions in BIO_s_sock
2023-09-13  Matt CaswellFix a failure in bio_dgram_test on the NonStop platform
2023-09-13  Dimitri PapadopoulosFix typos found by codespell
2023-09-11  Matt CaswellFix a build failure where recvmmsg is available but...
2023-09-07  Matt CaswellCopyright year updates
2023-09-01  Hugo LandauMinor fixes
2023-09-01  Hugo LandauMinor updates
2023-09-01  Hugo LandauBIO_s_dgram_pair: Correct implementation of BIO_CTRL_DG...
2023-09-01  Hugo LandauBIO_s_datagram: Wire capability negotiation for BIO_s_d...
2023-09-01  Hugo LandauBIO: Add BIO_dgram_detect_peer_addr API
2023-09-01  Hugo LandauBIO_s_datagram: Support configuring non-blocking mode
2023-09-01  Hugo LandauBIO_s_connect: Support configuration of non-blocking...
2023-09-01  Hugo LandauBIO_s_connect: Add support for datagram mode
2023-09-01  Hugo LandauBIO_s_connect: Make internal functions static
2023-08-30  Tomas MrazCorrect the fixed size handling for dgram_pair and...
2023-08-04  ihciahbio: pass flags on BIO_ctrl to make flush retriable
2023-07-25  MrRurikovbio_print.c: Delete unreachable code at lines 710 and 711
2023-07-06  Marcin KolnyAdd limited support for WebAssembly WASI target
2023-07-04  Paulifix memory allocation and reference counting issues
2023-07-01  Paulibio: update to structure based atomics
2023-03-07  Richard Levittebss_dgram.c: Use BIO_ADDR_sockaddr() and BIO_ADDR_socka...
2023-02-22  Matt CaswellEnsure calling BIO_recvmmsg() with a dgram pair reports...
2023-02-22  Matt CaswellDon't raise an error on retryable read in a BIO_s_dgram...
2023-02-08  ndosscheFix incomplete BIO_dup_state() error check
2023-02-08  ndosscheFix incomplete error check on BIO_set_accept_name()
2023-01-27  Tomas MrazImplement BIO_s_dgram_mem() reusing the BIO_s_dgram_pai...
2023-01-27  Tomas MrazRevert "Give BIO_s_mem() the ability to support datagrams"
2023-01-13  Hugo LandauAdd BIO poll descriptors
2022-12-05  Peiwei HuFix the check of BIO_set_write_buffer_size and BIO_set_...
2022-11-24  Maxim MikityanskiyAdd support for KTLS zerocopy sendfile on Linux
2022-11-14  J.W. Jagersmadjgpp: Fix unused-but-set-variable warning
2022-11-14  J.W. JagersmaCast socklen_t to size_t in assert comparison
2022-10-12  FdaSilvaYYcrypto/*: Fix various typos, repeated words, align...
2022-10-12  FdaSilvaYYcrypto: Fix various typos, repeated words, align some...
2022-10-06  Richard LevitteRename ossl_sleep calls to OSSL_sleep everywhere
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-30  Dr. David von OheimbERR: replace remnant ECerr() and EVPerr() calls in...
2022-09-27  Tomas Mrazdgram_pair_read_inner(): Do not move buf pointer if...
2022-09-27  Tomas MrazA static const variable is implicitly zero initialized
2022-09-23  Tomas MrazMaximum return value of BIO_ctrl_(w)pending is SIZE_MAX
2022-09-23  Tomas MrazFix error return values from BIO_ctrl_(w)pending()
2022-09-23  Hugo LandauBIO_s_dgram_pair
2022-09-13  Paulilibcrypto: remove reliance on struct timeval
2022-09-09  Todd ShortRemove perror() usage in library
2022-09-08  Hugo LandauFix BIO_sendmmsg/BIO_recvmmsg issues on FreeBSD
2022-09-08  Tristan LelongFix undefined ipi_spec_dst for cygwin build.
2022-09-07  Tomas MrazFix build failure on freebsd due to missing data declar...
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-19  Hugo LandauBIO_sendmmsg/BIO_recvmmsg (API only)
2022-08-12  Juergen ChristFix asan finding in bio_addr
2022-07-28  Matt CaswellGive BIO_s_mem() the ability to support datagrams
2022-07-17  PauliCoverity 1506566: unchecked return value
2022-07-08  Max BachmannAdd config option OPENSSL_NO_UNIX_SOCK
2022-06-29  Tee KOBAYASHIAvoid using union wrt. SystemTimeToFileTime
2022-06-29  Tee KOBAYASHIAvoid using union wrt. optlen parameter for getsockopt
2022-05-27  Tom HughesDon't include sys/select.h on HP-UX as it doesn't exist
2022-05-17  Bernd EdlingerFix KTLS with BIO_new_connect
2022-05-09  Max BachmannExclude IPv6 code using OPENSSL_USE_IPV6 instead of...
2022-05-03  Matt CaswellUpdate copyright year
2022-03-31  Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-03-10  Todd ShortAdd TFO support to socket BIO and s_client/s_server
2022-02-05  Richard LevitteMove e_os.h to include/internal
2022-02-04  Juan Manuel GuerreroFix builds with DJGPP
2022-01-27  Jiasheng JiangBIO_new_from_core_bio: Check for NULL pointer after...
2022-01-21  Gerd Hoffmanncrypto/bio: drop float formating for UEFI
2022-01-21  Gerd HoffmannRevert "crypto/bio: fix build on UEFI"
2022-01-09  Gerd Hoffmanncrypto/bio: fix build on UEFI
2021-11-15  Dr. David von OheimbBIO_s_connect(): Enable BIO_gets()
2021-10-28  x2018fix some code with obvious wrong coding style
2021-10-19  jwalchAvoid NULL+X UB in bss_mem.c
2021-09-28  Tomas MrazBIO_ctrl: Avoid spurious error being raised on NULL...
2021-09-28  Peiwei HuFix return value of BIO_free
2021-09-07  PW Hucrypto/bio/bss_bio.c/bio_write: improve border check
2021-08-29  Daniel KrüglerEnsure that _GNU_SOURCE is defined for bss_dgram.c
2021-07-10  Daiki UenoBIO_lookup_ex: use AI_ADDRCONFIG only if explicit host...
2021-06-30  Paulibio: check for valid socket when closing
2021-06-25  Petr GotthardBIO_new_from_core_bio: Fix heap-use-after-free after...
2021-06-17  Matt CaswellUpdate copyright year
2021-06-15  Dr. David von OheimbBIO_write_ex(): Make handing of BIO b == NULL and dlen...
2021-06-15  Dr. David von OheimbBIO: Make source file names in crypto/bio/ consistent
2021-06-15  Dr. David von OheimbBIO_dum_indent_cb(): Fix handling of cb return value
2021-06-15  Dr. David von OheimbBIO: prevent crash on NULL BIO for prefix_ctrl() and...
next