Fix the RC4-MD5 cipher
[openssl.git] / crypto / bio /
2022-03-15 Matt CaswellUpdate copyright year
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-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-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...
2020-12-03 Pauliremove unused assignments
2020-11-30 Matt CaswellFix instances of pointer addition with the NULL pointer
2020-11-26 Matt CaswellUpdate copyright year
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-13 Richard LevitteBIO: Undefine UNICODE in b_addr.c to get POSIX declarat...
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-05 Matt CaswellUpdate copyright year
2020-10-21 Richard LevitteWork around Windows ftell() bug as per Microsoft engine...
2020-10-15 Matt CaswellUpdate copyright year
2020-10-03 drglerEnsure that _GNU_SOURCE is defined for NI_MAXHOST and...
2020-09-12 Randall S. BeckerNonStop port updates for 3.0.0.
2020-09-06 John BaldwinSlightly abstract ktls_start() to reduce OS-specific...
2020-09-06 John BaldwinFix the socket BIO control methods to use ktls_crypto_i...
2020-08-06 Matt CaswellUpdate copyright year
2020-08-01 Richard LevitteDESERIALIZER: Make OSSL_DESERIALIZER_from_{bio,fp}...
2020-06-16 Dr. David von OheimbImprove BIO_socket_wait(), BIO_wait(), BIO_connect_retr...
2020-06-16 Dr. David von OheimbAdd OPENSSL_strdup failure check to cpt_ctrl() in bss_a...
2020-06-16 Dr. David von OheimbFix err checking and mem leaks of BIO_set_conn_port...
2020-06-08 Vadim FedorenkokTLS: add support for AES_CCM128 and AES_GCM256
2020-06-04 Matt CaswellUpdate copyright year
2020-06-01 Bernd EdlingerRevert the check for NaN in %f format
2020-06-01 Dr. David von OheimbMake BIO_do_connect() and friends handle multiple IP...
2020-05-29 Bernd Edlingerbio printf: Avoid using rounding errors in range check
2020-05-09 Dr. David von OheimbFix bio_wait() in crypto/bio/bio_lib.c in case OPENSSL_...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-14 scottBIO_do_accept: correct error return value
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-16 John BaldwinSupport KTLS on connections using BIO_TYPE_CONNECT.
2020-02-21 Dr. David von OheimbDon't exclude quite so much in a no-sock build
2020-02-10 Dr. David von Oheimbadd BIO_socket_wait(), BIO_wait(), and BIO_connect_retr...
2020-02-05 Ross KinseyAuthor: Ross Kinsey <RossIKinsey@gmail.com>
2020-02-04 Matt CaswellTeach more BIOs how to handle BIO_CTRL_EOF
2020-02-04 Matt CaswellDetect EOF while reading in libssl
2019-12-18 Richard LevitteBIO: Add BIO_f_prefix(), a text line prefixing filter
2019-12-18 Richard Levittecrypto/bio/build.info: split the source files in categories
2019-11-09 Patrick Steuerbss_dgram.c: fix unaligned access
2019-11-07 Richard LevitteUpdate source files for pre-3.0 deprecation
2019-11-02 Richard LevitteBIO_s_connect: add an error state and use it
2019-10-31 Andrew GallatinAdd support for in-kernel TLS (KTLS) on FreeBSD.
2019-10-17 Rich SalzReplace BUF_ string function calls with OPENSSL_ ones
2019-10-10 Viktor SzakatsFix unused goto label gcc warning
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
next