Update copyright year
[openssl.git] / crypto / bio /
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
2019-09-21 Kurt RoeckxUse the correct maximum indent
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-08-13 Tomas MrazBIO_lookup_ex: Do not retry on EAI_MEMORY
2019-08-13 Tomas MrazBIO_lookup_ex: Always retry the lookup on failure with...
2019-08-09 raja-ashokRestrict usage of bio_dgram_sctp_data only to DGRAM...
2019-08-02 Rich SalzReplace FUNCerr with ERR_raise_data
2019-07-24 Dr. Matthias St... Remove HEADER_BSS_FILE_C module include guard
2019-07-22 Rich SalzDeprecate SYSerr, add new FUNCerr macro
2019-07-22 Rich SalzAdd ERR_put_func_error, and use it.
2019-07-16 Rich SalzRegenerate mkerr files
2019-07-02 Antoine CœurFix Typos
2019-06-26 Bernd EdlingerKeep the externally visible macro BIO_FLAGS_UPLINK...
2019-06-19 Tomas MrazFix and document BIO_FLAGS_NONCLEAR_RST behavior on...
2019-06-11 Matt CaswellMove a fall through comment
2019-06-10 Tomas MrazBIO_lookup_ex: Retry with AI_ADDRCONFIG cleared if...
2019-04-16 Tomas MrazAdd testing of RDONLY memory BIOs
2019-04-16 Tomas MrazFix for BIO_get_mem_ptr and related regressions
2019-04-03 Tomas MrazUse AI_ADDRCONFIG hint with getaddrinfo if available.
2019-04-01 Boris Pismennybio: Linux TLS Rx Offload
2019-02-18 Corinna Vinschencygwin: drop explicit O_TEXT
2019-01-24 Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2019-01-21 Corey MinyardFix a memory leak in the mem bio
2019-01-16 Richard Levittecrypto/bio/b_dump.c: change all char* to void*, and...
2018-12-07 Boris Pismennybio: Linux TLS Offload
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-10-04 Matt CaswellFix the BIO callback return code handling
2018-09-30 Richard LevitteSmall cleanup (util/mkdef.pl, crypto/bio/bss_log.c...
2018-09-12 Viktor Szakatsminor fixes for Windows
2018-07-20 Andy Polyakovbio/bss_dgram.c: harmonize usage of OPENSSL_USE_IPV6...
2018-06-24 Bernd EdlingerFix a new gcc-9 warning [-Wstringop-truncation]
2018-05-29 Matt CaswellUpdate copyright year
2018-05-11 Kurt RoeckxUse void in all function definitions that do not take...
2018-05-04 Richard LevitteBIO_s_mem() write: Skip early when input length is...
2018-04-26 FdaSilvaYYAdd missing error code when alloc-return-null
2018-04-26 Richard LevitteUse get_last_sys_error() instead of get_last_rtl_error()
2018-04-20 Bernd EdlingerEnsure the thread keys are always allocated in the...
next