]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_lib.c
Remove unnecessary OPENSSL_NO_RSA remnants
[thirdparty/openssl.git] / ssl / ssl_lib.c
5 days ago  martinAdd support for TLS 1.3 OCSP multi-stapling for server...
2025-07-02  Tomas Mrazlibssl: Silence warnings on Win64 builds
2025-06-30  Dmitry BelyavskiyEnforce permissions 0600 for SSLKEYLOGFILE
2025-06-20  Sergey KandaurovPreserve connection custom extensions in SSL_set_SSL_CTX()
2025-06-03  Andrew DinhReset qtls->local_transport_params_consumed to 0 on...
2025-05-06  Dr. David von OheimbFix SSL_{set1,add1}_host() handling of host name/IP...
2025-04-24  Matt CaswellFix errors on SSL_accept() and SSL_get_error()
2025-04-14  Graham Leggettssl/ssl_lib.c: Avoid crash when SSL_CONNECTION is NULL
2025-03-20  Matt CaswellMove the Handshake read secret change earlier in the... 26860/head
2025-03-20  Matt CaswellEnsure SSL_get_app_data() continues to work even in...
2025-03-12  openssl-machineCopyright year updates
2025-02-25  Neil HormanChange cipher suite alert for 0 length cipher_suites
2025-02-25  Tomas MrazNo valid groups is not an error
2025-02-25  Viktor DukhovniAdd hybrid ML-KEM based groups to default TLS groups
2025-02-25  Andrew DinhCoverity fixes
2025-02-21  Andrew DinhVarious NULL checks
2025-02-21  Cheng ZhangAdded new API to enable 0-RTT for 3rd party QUIC stacks.
2025-02-20  Andrew Dinhssl_lib.c: Check for NULL from SSL_CONNECTION_FROM_SSL()
2025-02-19  Cheng ZhangAdd the SSL_NO_EOED internal macro
2025-02-18  Frederik Wedel-HeinenAdds missing checks of return from XXX_up_ref(). feature/evp_skey
2025-02-17  Neil HormanRemove NEW_TOKEN public api
2025-02-17  Neil HormanRemove SSL_TOKEN_STORE_HANDLE type
2025-02-17  Neil HormanModify ossl_quic_get_peer_token to return QUIC_TOKEN
2025-02-17  Neil HormanRename token_store functions to make them consistent
2025-02-17  Neil HormanAdd public api to create token cache for QUIC NEW_TOKENS
2025-02-17  Neil Hormanrename new_pending_ssl to new_pending_conn
2025-02-17  Neil HormanAdd a callback to announce newly created ssl waiting...
2025-02-17  Alexandr NedvedickyQUIC Concurrency API: Various minor fixes
2025-02-17  Hugo LandauQUIC APL: Refine domain flag handling
2025-02-17  Hugo LandauQUIC APL: Default domain flags
2025-02-17  Hugo LandauQUIC APL: Use domain flag to determine thread assisted...
2025-02-17  Hugo LandauQUIC APL: Add support for configuring domain flags
2025-02-17  Hugo LandauQUIC APL: Add QUIC Domain SSL Object: Implementation
2025-02-17  Hugo LandauMinor updates
2025-02-17  Hugo LandauQUIC APL: Add TODOs for unfinished listener APIs
2025-02-17  Hugo LandauQUIC APL: Add skeleton listener API methods
2025-02-17  Hugo LandauQUIC APL: Add skeleton listener API
2025-02-17  Hugo Landaulibssl: Move SSL object unwrapping macros to separate...
2025-02-17  Hugo LandauQUIC APL: Introduce QUIC listener SSL object type ...
2025-02-10  Dave KelseyAdd support for multiple key shares
2024-12-10  Neil HormanFix potential use-after-free in REF_PRINT_COUNT
2024-11-13  Andrew DinhChange "a SSL" to "an SSL"
2024-11-08  Matt CaswellDon't complain with "no cipher match" for QUIC objects
2024-11-07  Matt CaswellMake sure we use the correct SSL object when making...
2024-11-07  Matt CaswellKeep hold of a reference to the user SSL in QUIC
2024-10-21  Neil Hormanupdating comments in test recipie
2024-10-21  Neil HormanConvert keylogging in response to comments
2024-10-21  Neil HormanFix build break when OPENSSL_NO_SSLKEYLOGFILE is not...
2024-10-21  Neil HormanUpdate sslkeylog in response to comments
2024-10-21  Neil HormanAdd sslkeylog config option and implementation
2024-09-10  Frederik Wedel-HeinenCleanup of unused functions and macros in ssl_local.h
2024-09-05  FdaSilvaYYssl: rework "e_os.h" inclusions
2024-08-07  FdaSilvaYYssl: factorize and improved hex conversion code
2024-08-07  FdaSilvaYYssl: remove stdio.h and sprintf use from libssl.
2024-08-01  Tomas Mrazssl_evp_cipher_fetch(): Avoid using 3DES from the FIPS...
2024-07-22  Dimitri Papadopoulosthat open brace { should be on the previous line
2024-07-10  Stephen FarrellExtend TLSv1.3 record layer padding API calls
2024-06-27  Matt CaswellFix SSL_select_next_proto
2024-06-24  Dimitri PapadopoulosFix typos found by codespell
2024-05-30  Alexander Kanavinssl_sess.c: deprecate SSL_SESSION_get_time/SSL_SESSION_...
2024-05-30  Alexander Kanavinssl_sess.c: deprecate SSL_CTX_flush_sessions in favour...
2024-05-09  Tomas MrazMake conf_diagnostics apply also to the SSL conf errors
2024-04-26  Neil HormanMake a failure in ktls_sendfile a syscall error
2024-04-09  Richard LevitteCopyright year updates
2024-04-08  Matt CaswellFix unconstrained session cache growth in TLSv1.3
2024-04-02  Jiasheng JiangAlter the check
2024-04-02  Jiasheng Jiangssl/ssl_lib.c: Add the check before cast from int to...
2024-03-29  Alex BozarthAllow provider sigalgs in SignatureAlgorithms conf
2024-02-16  Frederik Wedel-HeinenRemoves record_queue struct which is no longer useful.
2024-02-16  Hugo LandauQUIC: Fix SSL_ctrl operation for QSSOs
2024-02-14  Hugo LandauFix SSL_export_keying_material for QUIC
2024-02-08  Hugo LandauQUIC APL: Move NULL pointer check to quic_impl.c
2024-02-08  Hugo LandauQUIC: Add new error codes for tuning API
2024-02-02  Hugo LandauQLOG: Wire title-setting code to QUIC_CHANNEL and SSL_CTX
2024-02-02  Hugo Landaulibssl: Make some global mutable structures constant
2024-01-31  Matt CaswellRationalise RECORD_LAYER_clear() and clear_record_layer()
2024-01-31  Matt CaswellFix an assertion failure in tls_common.c
2024-01-23  Hugo LandauQUIC APL: Implement optimised FIN API
2024-01-19  Frederik Wedel-HeinenRemoves unsed function: ssl_bad_method()
2023-12-29  Dimitri PapadopoulosFix new typos found by codespell
2023-12-20  lan1120Make SSL_clear_options pass new options to record layer
2023-11-29  Viktor DukhovniFix freshly introduced double-free.
2023-11-28  Bernd EdlingerFix a possible memory leak in ct_move_scts
2023-11-22  Bernd EdlingerFix a possible memory leak in dane_tlsa_add
2023-10-26  atishkovssl_lib: added pointer SSL_CONNECTION check to NULL...
2023-10-26  atishkovssl_lib: added pointer SSL and SSL_CONNECTION check...
2023-10-26  atishkovssl_lib: added pointer SSL and SSL_CONNECTION check...
2023-10-26  atishkovssl_lib: added pointer SSL_CONNECTION check to NULL...
2023-10-20  Tomas MrazQUIC: Add handling of SSL_get_shutdown()
2023-09-20  Hugo LandauQUIC APL: Wire SSL_get_[rw]poll_descriptor for TLS...
2023-09-20  Hugo LandauQUIC: Wire SSL_net_(read|write)_desired for TLS/DTLS
2023-09-18  Sumitra SharmaEnhance code safety and readability in SSL_get_shared_c...
2023-09-11  Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-01  Hugo LandauQUIC APL: Implement SSL_want
2023-09-01  Hugo LandauQUIC APL: Allow stream origin to be queried
2023-08-29  Hugo LandauQUIC APL: Handle modes correctly
2023-08-24  Hugo LandauQUIC: Rename SSL_set_initial_peer_addr to SSL_set1_init...
2023-08-08  Tomas MrazResolve some of the TODO(QUIC) items
2023-08-08  Hugo LandauQUIC TLS: Rethink error handling
2023-08-04  Frederik Wedel-HeinenResolves some magic values that has a hello_retry_reque...
next