summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_err.c
AgeCommit message (Expand)Author
7 daysMake conf_diagnostics apply also to the SSL conf errorsTomas Mraz
2024-02-10QUIC: Add polling APIHugo Landau
2024-02-08QUIC: Add new error codes for tuning APIHugo Landau
2024-01-23QUIC APL: Implement optimised FIN APIHugo Landau
2023-08-25QUIC APL: Implement backpressure on stream creationHugo Landau
2023-08-23QUIC: Add ERR_raise() calls for EVP call failuresTomas Mraz
2023-08-08QUIC TLS: Rethink error handlingHugo Landau
2023-08-08QUIC CHANNEL: Improve error reportingHugo Landau
2023-07-18Raise SSL_R_QUIC_PROTOCOL_ERROR on any QUIC protocol errorTomas Mraz
2023-07-17make updateHugo Landau
2023-05-12QUIC MSST: make updateHugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactorHugo Landau
2023-03-28RFC7250 (RPK) supportTodd Short
2023-03-20Provide better errors for some QUIC failuresMatt Caswell
2022-12-13Make error reason for disallowed legacy sigalg more specificTomas Mraz
2022-10-20Consolidate sequence counter incrementing codeMatt Caswell
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-08-18Make the record layer directly aware of EtMMatt Caswell
2022-08-18Implement KTLS in the new read record layer codeMatt Caswell
2022-08-18Convert ssl3_get_record to tls_read_recordMatt Caswell
2022-08-18Transfer the functionality from ssl3_read_n to the new record layerMatt Caswell
2022-05-03Update copyright yearMatt Caswell
2022-01-08Update alert to common protocolKan
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-12make updateBenjamin Kaduk
2021-05-06Remove all trace of FIPS_mode functionsRich Salz
2021-05-01Use OCSP-specific error code for clarityDmitry Belyavskiy
2021-02-05Remove OPENSSL_NO_EC guards from libsslMatt Caswell
2021-02-05Make supported_groups code independent of EC and DHMatt Caswell
2021-01-28Update copyright yearRichard Levitte
2021-01-12Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-08-29Improve some error messages if a digest is not availableMatt Caswell
2020-06-19Provider a better error message if we fail to copy parametersMatt Caswell
2020-05-19New Russian TLS 1.2 implementationDmitry Belyavskiy
2020-03-24Use a fetched version of SHA256 in tls_process_new_session_ticket()Matt Caswell
2020-02-04Detect EOF while reading in libsslMatt Caswell
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-07-16Regenerate mkerr filesRich Salz
2019-05-07ssl: Add SSL_sendfileBoris Pismenny
2019-03-29Remove heartbeats completelyRichard Levitte
2019-02-19Don't interleave handshake and other record types in TLSv1.3Matt Caswell
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-07-31Fix some TLSv1.3 alert issuesMatt Caswell
2018-07-20Validate legacy_versionMatt Caswell
2018-06-27Return a fatal error if application data is encountered during shutdownMatt Caswell
2018-06-26Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell
2018-06-26Restructure the ticket construction codeMatt Caswell
2018-04-26Fix last(?) batch of malloc-NULL placesRich Salz
2018-04-03Set error code on alloc failuresRich Salz