ssl/statem: Replace size_t with int and add the checks
[openssl.git] / include / openssl / sslerr.h
2024-02-10 Hugo Landaumake update
2024-02-10 Hugo LandauQUIC: Add polling API
2024-02-08 Hugo LandauFix error code collision
2024-02-08 Hugo LandauQUIC: Add new error codes for tuning API
2024-01-23 Hugo LandauQUIC APL: Implement optimised FIN API
2023-08-30 Hugo Landaumake update
2023-08-30 Hugo LandauQUIC APL: Implement backpressure on stream creation
2023-08-25 Hugo LandauQUIC APL: Fix stream backpressure conditions to use...
2023-08-25 Hugo LandauQUIC APL: Implement backpressure on stream creation
2023-08-23 Tomas MrazQUIC: Add ERR_raise() calls for EVP call failures
2023-08-08 Hugo LandauQUIC TLS: Rethink error handling
2023-08-08 Hugo LandauQUIC CHANNEL: Improve error reporting
2023-07-18 Tomas MrazRaise SSL_R_QUIC_PROTOCOL_ERROR on any QUIC protocol...
2023-07-16 Hugo Landaumake update
2023-07-16 Hugo LandauQUIC APL: Validate send stream state
2023-05-12 Hugo LandauQUIC MSST: make update
2023-05-12 Hugo LandauQUIC DISPATCH/APL: Implement SSL_set_default_stream_mod...
2023-03-28 Todd ShortRFC7250 (RPK) support
2023-03-19 Matt CaswellProvide better errors for some QUIC failures
2022-12-12 Tomas MrazMake error reason for disallowed legacy sigalg more...
2022-10-20 Matt CaswellFix make update
2022-10-20 Matt CaswellConsolidate sequence counter incrementing code
2022-10-18 Todd ShortAdd support for compressed certificates (RFC8879)
2022-08-18 Matt CaswellMake the record layer directly aware of EtM
2022-08-18 Matt CaswellImplement KTLS in the new read record layer code
2022-08-18 Matt CaswellConvert ssl3_get_record to tls_read_record
2022-08-18 Matt CaswellTransfer the functionality from ssl3_read_n to the...
2021-05-12 Benjamin Kadukmake update
2021-05-05 Rich SalzRemove all trace of FIPS_mode functions
2021-05-01 Dmitry BelyavskiyUse OCSP-specific error code for clarity
2021-02-05 Matt CaswellRemove OPENSSL_NO_EC guards from libssl
2021-02-05 Matt CaswellMake supported_groups code independent of EC and DH
2021-02-05 Richard LevitteERR: Rebuild all generated error headers and source...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-12 Richard LevitteClean away extraneous library specific FETCH_FAILED...
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-10-14 Nicola Tuveri[ssl] Support ssl_encapsulate on server side
2020-10-14 Nicola Tuveri[ssl] Support ssl_decapsulate on client side
2020-08-29 Matt CaswellImprove some error messages if a digest is not available
2020-06-19 Matt CaswellProvider a better error message if we fail to copy...
2020-05-19 Dmitry BelyavskiyConstants for new GOST TLS 1.2 ciphersuites
2020-04-15 Dr. Matthias St... mkerr: remove legacy guards from generated error headers
2020-03-24 Matt CaswellUse a fetched version of SHA256 in tls_process_new_sess...
2020-03-13 Benjamin KadukCode to thread-safety in ChangeCipherState
2020-02-04 Matt CaswellDetect EOF while reading in libssl
2019-11-07 Richard LevitteUpdate source files for deprecation at 3.0
2019-09-28 Dr. Matthias St... Add legacy include guards to public header files
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-07-16 Rich SalzRegenerate mkerr files
2019-05-07 Boris Pismennyssl: Add SSL_sendfile
2019-03-29 Richard LevitteRemove heartbeats completely
2019-03-11 Rich SalzAdd regenerated header files
2019-02-19 Matt CaswellDon't interleave handshake and other record types in...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-07-31 Matt CaswellFix some TLSv1.3 alert issues
2018-07-20 Matt CaswellValidate legacy_version
2018-06-27 Matt CaswellReturn a fatal error if application data is encountered...
2018-06-26 Matt CaswellRespect SSL_OP_NO_TICKET in TLSv1.3
2018-06-26 Matt CaswellRestructure the ticket construction code
2018-04-26 Rich SalzFix last(?) batch of malloc-NULL places
2018-04-03 Rich SalzSet error code on alloc failures
2018-03-14 Matt CaswellFix an error number clash
2018-03-14 Matt CaswellSplit configuration of TLSv1.3 ciphers from older ciphers
2018-03-09 Todd ShortAdd SSL/SSL_CTX_use_cert_and_key()
2018-03-09 Matt CaswellGive more information in the SSL_stateless return code
2018-02-09 FdaSilvaYYSmall simplification in mkerr.pl
2018-02-01 Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2018-01-25 Benjamin KadukAdd support for the TLS 1.3 signature_algorithms_cert...
2018-01-24 Matt CaswellAdd support for sending TLSv1.3 cookies
2017-12-14 Todd ShortFix 'make update'
2017-12-14 Matt CaswellSend supported_versions in an HRR
2017-12-14 Matt CaswellMerge HRR into ServerHello
2017-12-14 Matt CaswellDrop CCS messages received in the TLSv1.3 handshake
2017-12-14 Matt CaswellImplement session id TLSv1.3 middlebox compatibility...
2017-12-14 Matt CaswellUpdate ServerHello to new draft-22 format
2017-12-08 Matt CaswellConvert the remaining functions in the record layer...
2017-12-04 Matt CaswellAdd some more cleanups
2017-12-04 Matt CaswellAdd some sanity checks for the fatal error condition
2017-12-04 Matt CaswellFix up a few places in the state machine that got misse...
2017-12-04 Matt CaswellConvert more functions in ssl/statem/statem.c to use...
2017-12-04 Matt CaswellConvert remaining functions in statem_srvr.c to use...
2017-12-04 Matt CaswellConvert remaining functions in statem_clnt.c to use...
2017-12-04 Matt CaswellConvert the state machine code to use SSLfatal()
2017-11-05 FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-10-04 Todd ShortSession resume broken switching contexts
2017-08-31 Matt CaswellComplain if we are writing early data but SNI or ALPN...
2017-07-13 Dr. Stephen Hensonmake errors
2017-06-21 Matt CaswellAdd TLSv1.3 client side external PSK support
2017-06-16 Matt CaswellAllow the server to change the ciphersuite on resume
2017-06-07 Rich Salzmake error tables const and separate header file