Add an Apple privacy info file for OpenSSL
[openssl.git] / include / openssl / ssl.h.in
2024-04-09 Richard LevitteCopyright year updates
2024-03-09 Hugo LandauQUIC: Add stream write buffer queries
2024-02-21 Ijtaba HussainExtended SSL_SESSION functions using time_t
2024-02-19 Hugo LandauQUIC: Add API for SSL_VALUE_EVENT_HANDLING_MODE
2024-02-10 Hugo LandauQUIC: Add polling API
2024-02-08 Hugo LandauMinor updates
2024-02-08 Hugo LandauQUIC: Add documentation for tuning API
2024-01-23 Hugo LandauQUIC: Add optimised FIN API
2023-11-24 Markus MinichmayrAdd option `SSL_OP_PREFER_NO_DHE_KEX`, allowing the...
2023-10-25 Hugo LandauQUIC APL: Add support for querying frame type causing...
2023-10-11 Hugo LandauEnsure struct timeval is defined when including ssl.h
2023-09-01 Hugo LandauQUIC API: Revise SSL_get_conn_close_info to use a flags...
2023-09-01 Hugo LandauQUIC APL: Allow stream origin to be queried
2023-08-30 Hugo LandauQUIC APL: Support waiting for peer-initiated shutdown
2023-08-25 Hugo LandauQUIC APL: Implement backpressure on stream creation
2023-08-24 Hugo LandauQUIC: Rename SSL_set_initial_peer_addr to SSL_set1_init...
2023-08-10 Hugo LandauQUIC APL/CHANNEL: Wire up connection closure reason
2023-06-06 Alex BozarthAdd SSL_get0_group_name() to get name of the group...
2023-06-02 Jairus Christensen[feat] SSL RTT in both client and server statem. SSL_ge...
2023-05-29 Hugo LandauQUIC APL: Change SSL_get_event_timeout API design
2023-05-29 Hugo LandauQUIC: Rename SSL_tick, SSL_get_tick_timeout
2023-05-12 Hugo LandauQUIC APL: De-publicise SSL_attach_stream/SSL_detach_stream
2023-05-12 Hugo LandauQUIC MSST: Rename SSL_set_incoming_stream_reject_policy
2023-05-12 Hugo LandauQUIC MSST: Revise SSL_get_conn_close_info API (char)
2023-05-12 Hugo LandauQUIC MSST: Minor fixes and cleanups
2023-05-12 Hugo LandauQUIC DISPATCH/APL: Add SSL_stream_reset and status...
2023-05-12 Hugo LandauQUIC DISPATCH/APL: SSL_accept_stream, SSL_get_accept_qu...
2023-05-12 Hugo LandauQUIC DISPATCH/APL: Add SSL_set_incoming_stream_reject_p...
2023-05-12 Hugo LandauQUIC DISPATCH/APL: Implement SSL_set_default_stream_mod...
2023-05-12 Hugo LandauQUIC DISPATCH/APL: Implement SSL_get_stream_id
2023-05-12 Hugo LandauQUIC DISPATCH/APL: Implement SSL_get_stream_type
2023-05-12 Hugo LandauQUIC DISPATCH/APL: Implement SSL_is_connection
2023-05-12 Hugo LandauQUIC DISPATCH/APL: Implement SSL_get0_connection
2023-05-12 Hugo LandauQUIC APL: Refactor stream-related code into QUIC_XSO...
2023-04-03 Matt CaswellMake sure we can query the SSL object for version info...
2023-03-28 Todd ShortRFC7250 (RPK) support
2023-03-21 Hugo LandauQUIC: Add support for datagram injection
2023-01-27 Hugo LandauQUIC FIN Support: Various fixes
2023-01-27 Hugo LandauQUIC Front End I/O API: Add support for signalling...
2023-01-27 Hugo LandauQUIC: Refine SSL_shutdown and begin to implement SSL_sh...
2023-01-13 Hugo LandauQUIC API: Rename want_net_read and want_net_write
2023-01-13 Hugo LandauQUIC Front-End I/O API
2023-01-13 Hugo LandauAdd BIO poll descriptors
2022-11-24 Maxim MikityanskiyAdd support for KTLS zerocopy sendfile on Linux
2022-10-18 Todd ShortAdd `for_comp` flag when retrieving certs for compression
2022-10-18 Todd ShortAdd support for compressed certificates (RFC8879)
2022-06-03 Tomas MrazAdd OSSL_QUIC methods to headers and manual pages
2022-05-09 Nathan SidwellHeader file cleanup for C++20 header-units
2022-05-03 Matt CaswellUpdate copyright year
2022-04-06 Hugo LandauAdd SSL_(CTX_)?get0_(verify|chain)_cert_store functions
2022-03-14 Tomas MrazReplace handling of negative verification result with...
2022-02-03 Phus Luadd SSL_get0_iana_groups() & SSL_client_hello_get_exten...
2021-06-10 Todd ShortOptimize session cache flushing
2021-06-04 Tomas MrazMove libssl related defines used by fips provider to...
2021-05-14 Rich SalzSlightly reformat ssl.h.in
2021-05-14 Rich SalzConvert SSL_{CTX}_[gs]et_options to 64
2021-05-08 Dr. David von Oheimbssl.h.in: Fix deprecation exclusion for SRP-related...
2021-05-05 Benjamin KadukEnforce secure renegotiation support by default
2021-04-12 Matt CaswellOnly enable KTLS if it is explicitly configured
2021-02-12 Matt CaswellDeprecate the libssl level SRP APIs
2021-02-05 Matt CaswellRemove all OPENSSL_NO_XXX from libssl where XXX is...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Dr. David von OheimbTLS client: allow cert verify callback return -1 for...
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-08 Thomas De Schamphe... replace 'unsigned const char' with 'const unsigned...
2021-01-08 Michael BaentschAdding TLS group name retrieval
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-04 Richard LevitteSwitch deprecation method for SSL
2020-11-18 Richard LevitteDeprecate RSA harder
2020-11-18 Matt CaswellImplement a replacement for SSL_set_tmp_dh()
2020-11-18 Matt CaswellDeprecate SSL_CTRL_SET_TMP_DH and other related ctrls
2020-10-26 KanAdd parentheses to fix PCLINT Info:773
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-21 Eric CurtinIncrease PSK_MAX_IDENTITY_LEN from 128 to 256
2020-09-21 Rutger HendriksIncrease PSK_MAX_PSK_LEN to 512
2020-09-13 Matt CaswellFix safestack issues in ssl.h