summaryrefslogtreecommitdiffstats
path: root/util/libssl.num
AgeCommit message (Expand)Author
2023-09-01QUIC APL: Allow stream origin to be queriedHugo Landau
2023-08-24QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau
2023-07-05make updateHugo Landau
2023-06-06Add SSL_get0_group_name() to get name of the group used for KEXAlex Bozarth
2023-06-02[feat] SSL RTT in both client and server statem. SSL_get_handshake_rtt makes ...Jairus Christensen
2023-05-29QUIC: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau
2023-05-12QUIC APL: De-publicise SSL_attach_stream/SSL_detach_streamHugo Landau
2023-05-12QUIC MSST: Rename SSL_set_incoming_stream_reject_policyHugo Landau
2023-05-12QUIC DISPATCH/APL: Add SSL_stream_reset and status query APIsHugo Landau
2023-05-12QUIC DISPATCH/APL: SSL_accept_stream, SSL_get_accept_queue_lenHugo Landau
2023-05-12QUIC DISPATCH/APL: Add SSL_set_incoming_stream_reject_policy (unwired)Hugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactorHugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_get_stream_typeHugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_get0_connectionHugo Landau
2023-05-12QUIC APL: Refactor stream-related code into QUIC_XSO objectHugo Landau
2023-04-04Make sure we can query the SSL object for version info when using QUICMatt Caswell
2023-03-28RFC7250 (RPK) supportTodd Short
2023-03-22QUIC: Add support for datagram injectionHugo Landau
2023-01-27QUIC Front End I/O API: Add support for signalling and detecting end-of-streamHugo Landau
2023-01-27QUIC: Refine SSL_shutdown and begin to implement SSL_shutdown_exHugo Landau
2023-01-13QUIC API: Rename want_net_read and want_net_writeHugo Landau
2023-01-13QUIC: make updateHugo Landau
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-10-07Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branchRichard Levitte
2022-06-03Add OSSL_QUIC methods to headers and manual pagesTomas Mraz
2022-02-03add SSL_get0_iana_groups() & SSL_client_hello_get_extension_order()Phus Lu
2021-05-20Add ordinal numbers to the .num filesMatt Caswell
2021-05-08ssl.h.in: Fix deprecation exclusion for SRP-related declarationsDr. David von Oheimb
2021-01-08Adding TLS group name retrievalMichael Baentsch
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-11-24Modify the ERR init functions to use the internal ERR string loadersRichard Levitte
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-18Implement a replacement for SSL_set_tmp_dh()Matt Caswell
2020-11-18Deprecate SSL_CTRL_SET_TMP_DH and other related ctrlsMatt Caswell
2020-10-01Fix some things the rename script didn't quite get rightMatt Caswell
2020-08-12Mark SSL_CTX_set_ssl_version() as deprecated in 3.0Benjamin Kaduk
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short
2020-06-01undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locationsTim Hudson
2020-05-01make update for SSL_new_session_ticketBenjamin Kaduk
2020-01-29TLS: use EVP for HMAC throughout libssl.Pauli
2020-01-22Introduce SSL_CTX_new_with_libex()Matt Caswell
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-11-05util/*.num: deassign ordinal numbers from new symbolsRichard Levitte
2019-11-03X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URIRichard Levitte
2019-06-11Change cipher default strings to a functionTodd Short
2019-05-07ssl: Add SSL_sendfileBoris Pismenny
2019-01-27add an additional async notification communication method based on callbackPing Yu
2018-12-07make updateRichard Levitte
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni