Modify ENGINE_pkey_asn1_find_str() to use a read lock instead of a write
[openssl.git] / crypto / bio /
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...
2021-06-11 Tomas MrazBIO_write_ex: No error only on 0 bytes to write
2021-06-08 Dr. David von OheimbBIO_write-ex(): Improve behavior in corner cases and...
2021-06-02 Paulibio: remove TODOs
2021-05-30 Shane LontisFix PKCS7_verify to not have an error stack if it succeeds.
2021-05-29 Dr. David von OheimbBIO acpt_state(): Allow retrying addresses (e.g., using...
2021-05-29 Dr. David von OheimbDOC: Slightly improve the documentation of BIO_lookup...
2021-05-28 Rich SalzRework and make DEBUG macros consistent.
2021-05-26 Tomas MrazDeprecate old style BIO callback calls
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-20 Matt CaswellUpdate copyright year
2021-05-19 Richard LevitteFix crypto/bio/b_sock.c for VMS
2021-05-19 Dr. David von Oheimbbio_lib: Add BIO_get_line, correct doc of BIO_gets
2021-05-18 Dr. David von OheimbMove ossl_sleep() to e_os.h and use it in apps
2021-05-13 Tomas MrazReplace some of the ERR_clear_error() calls with mark...
2021-05-11 Matt CaswellAdd the ability for ex_data to have a priority
2021-05-09 David CarlierBIO_listen: disable setting ipv6_v6only on OpenBSD...
2021-05-06 Matt CaswellUpdate copyright year
2021-05-04 Matt CaswellCreate libcrypto support for BIO_new_from_core_bio()
2021-04-22 Tomas MrazRemoved dead code in linebuffer_ctrl()
2021-04-22 Matt CaswellUpdate copyright year
2021-04-19 Tanzinul IslamLink with uplink module
2021-04-16 Shane LontisAdd more negative checks for integers passed to OPENSSL...
2021-04-14 Paulibio_printf: add \0 terminators for error returns in...
2021-04-14 Paulibio: add a malloc failed error to BIO_print
2021-04-08 Matt CaswellUpdate copyright year
2021-03-21 Shane LontisFix DER reading from stdin for BIO_f_readbuffer
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-12 Tomas MrazUse OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL...
2021-03-11 Matt CaswellUpdate copyright year
2021-03-10 PauliAdd a real type for OSSL_CORE_BIO which is distinct...
2021-03-10 Shane LontisAdd new filter BIO BIO_f_readbuffer()
2021-02-22 Dr. David von OheimbHandle NULL result of ERR_reason_error_string() in...
2021-02-19 John BaldwinCorrect the return value of BIO_get_ktls_*().
2021-01-28 Richard LevitteUpdate copyright year
2021-01-21 zsugabubusCheck input size before NULL pointer test inside mem_wr...
2021-01-16 Dr. David von Oheimbreplace all BIO_R_NULL_PARAMETER by ERR_R_PASSED_NULL_P...
2021-01-16 Dr. David von Oheimbbio_lib.c: Fix error queue entries and return codes...
next