Fix grammar in srp_verifier.txt
[openssl.git] / include / openssl / bio.h.in
2024-04-09 Richard LevitteCopyright year updates
2024-03-11 slontisFix BIO_get_new_index() to return an error when it...
2024-02-10 Hugo LandauBIO: Add SSL poll descriptor type
2023-10-25 Tomas MrazAvoid using gets as an argument name in a prototype
2023-09-24 Matt CaswellImplement a public BIO_ADDR_copy() function
2023-09-07 Matt CaswellCopyright year updates
2023-09-01 Hugo LandauBIO: Allow third parties to use integers instead of...
2023-09-01 Hugo LandauMinor updates
2023-09-01 Hugo LandauMinor fixes
2023-09-01 Hugo LandauBIO: Add BIO_dgram_detect_peer_addr API
2023-09-01 Hugo LandauBIO_s_connect: Add support for datagram mode
2023-01-27 Tomas MrazImplement BIO_s_dgram_mem() reusing the BIO_s_dgram_pai...
2023-01-13 Hugo LandauQUIC BIO Poll Descriptors: simplify custom interface
2023-01-13 Hugo LandauAdd BIO poll descriptors
2022-11-24 Maxim MikityanskiyAdd support for KTLS zerocopy sendfile on Linux
2022-10-04 Daniel FialaDisable printf format checking on MinGW
2022-09-23 Hugo LandauBIO_s_dgram_pair
2022-08-19 Hugo LandauBIO_sendmmsg/BIO_recvmmsg (API only)
2022-07-28 Matt CaswellGive BIO_s_mem() the ability to support datagrams
2022-05-16 Tomas MrazFix BIO_get_ktls_send/recv to return 0 or 1 only
2022-05-03 Matt CaswellUpdate copyright year
2022-03-10 Todd ShortAdd TFO support to socket BIO and s_client/s_server
2022-01-21 yangyangtiantianlo... Fix the same BIO_FLAGS macro definition
2021-05-26 Tomas MrazDeprecate old style BIO callback calls
2021-05-19 Dr. David von Oheimbbio_lib: Add BIO_get_line, correct doc of BIO_gets
2021-05-04 Matt CaswellCreate libcrypto support for BIO_new_from_core_bio()
2021-03-29 Nan XiaoFix typo in bio.h.in
2021-03-11 Matt CaswellUpdate copyright year
2021-03-10 Shane LontisAdd new filter BIO BIO_f_readbuffer()
2020-12-04 Richard LevitteSwitch deprecation method for BIO
2020-12-02 Matt CaswellFix a compile error with the no-sock option
2020-09-13 Matt CaswellFix safestack issues in bio.h