]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl
add missing input in dtolnay/rust-toolchain action
[thirdparty/openssl.git] / ssl /
2 days ago  Matt CaswellUse the actual NID for provided signature algorithms
7 days ago  Richard LevitteRename SSL_CERT_LOOKUP.nid to pkey_nid
7 days ago  Richard LevitteFix NID bug in SSL_CERT_LOOKUP array construction
2025-10-17  Joshua Rogersssl: set tmp.pkey only after successful derive
2025-10-17  Joshua Rogersssl: use BAD_KEY_SHARE for invalid key share encoding
2025-10-17  Joshua Rogersquic: use PACKET_buf_init instead of writing to PACKET...
2025-10-17  Joshua Rogersquic: avoid partial update in ossl_quic_bind_channel
2025-10-17  Joshua Rogersssl/statem: write 16-bit ECDHE group id in SKE
2025-10-17  Joshua Rogersquic: small cleanup, write is_retry with u8
2025-10-17  Joshua RogersResetting the cookie_len should set the cookie_len...
2025-10-17  Joshua RogersFix wrong buffer and version in outgoing msg callback
2025-10-17  Joshua RogersDisallow Message sequence number 2 in DTLSv1_listen
2025-10-17  Joshua Rogersssl: fix OOB write in SSL_get_shared_ciphers when no...
2025-10-14  Joshua Rogersquic: pass is_write to quic_classify_stream in quic_get...
2025-10-14  Joshua Rogersssl: call SSLfatal on realloc failures in extract_keyshares
2025-10-14  Ulrich Weberktls: move ktls_enable() within ktls_start()
2025-10-04  Gustaf NeumannAdd SSL_get_peer_addr() function to query peer address...
2025-09-26  Bob BeckAdd util/codespell-check.sh and run it
2025-09-24  Neil HormanClose small race condition on error raising in QUIC
2025-09-23  Tomas Mraztls_common.c: Handle inner content type properly on...
2025-09-23  lan1120Fix the abnormal branch memory leak in ssl_set_cert_and...
2025-09-18  Ryan HooperUpdated SSL Trace to display the name for all MLKEM...
2025-09-17  Neil HormanFix ossl_prov_set_macctx
2025-09-17  Neil Hormansupport passing prop querys to composite algs
2025-09-09  Frederik Wedel-HeinenFix unnecessary casts between int and size_t
2025-09-04  Paulitls: explicitly clear the secure extensions on free
2025-09-02  openssl-machineCopyright year updates
2025-08-22  Nachel72Fix: Check for wrong object. The converted sc should...
2025-08-22  Niels DosscheFix reallocation failure condition in qtx_resize_txe()
2025-08-21  Alexandr NedvedickyMake SSL_poll() and SSL_shutdown() better friends
2025-08-20  Tomas MrazAvoid doublefree of OCSP_SINGLERESP
2025-08-20  Matt CaswellFail immediately if we have no key shares to send
2025-08-15  Neil Hormanset SSLfatal if tls1_set_shared_sigalgs has a malloc...
2025-08-14  Neil HormanAdd CRYPTO_FREE_REF to ossl_quic_free_token_store
2025-08-12  Neil HormanAssert SSLFatal on keylog failure
2025-08-10  Norbert Pocsquic_channel.c: NULL check SSL_CONNECTION
2025-08-08  Eugene Syromiatnikovssl: use array memory (re)allocation routines
2025-08-08  Eugene Syromiatnikovcrypto/params_dup.c: add overflow check to ossl_param_b...
2025-08-08  Eugene Syromiatnikovssl: drop multiplication by sizeof(char) in allocation...
2025-08-07  Neil HormanEnsure that the largest_pn values are migrated to our...
2025-08-07  Norbert Pocsquic_channel: Handle HRR and the second transport param...
2025-08-06  Nikolas Gauderssl/quic/quic_channel.c: Fix endianness of supported...
2025-08-06  Nikolas Gauderssl/quic/quic_port.c: Fix endianness of supported versi...
2025-07-27  Alexandr Nedvedicky- adding a missing file
2025-07-27  sashan- fix RFC reference and indentation
2025-07-27  SashanUpdate ssl/quic/quic_ackm.c
2025-07-27  SashanUpdate ssl/quic/quic_ackm.c
2025-07-27  sashanACK manager must avoid infinite probe time when waiting...
2025-07-25  martinAdd support for TLS 1.3 OCSP multi-stapling for server...
2025-07-17  Norbert PocsDeprecate ASN1_METH internal usage
2025-07-10  Alexandr NedvedickyQUIC receiver may accidentally ACK packet it fails...
2025-07-09  Michael BaentschIntroduce SSL_OP_SERVER_PREFERENCE to replace SSL_OP_CI...
2025-07-03  Andrew DinhAdd stream type flags to SSL_accept_stream
2025-07-02  Tomas Mrazlibssl: Silence warnings on Win64 builds
2025-06-30  noctuellesfix: msg callback in dtls1_do_write that incorrectly...
2025-06-30  Dmitry BelyavskiyEnforce permissions 0600 for SSLKEYLOGFILE
2025-06-20  Sergey KandaurovPreserve connection custom extensions in SSL_set_SSL_CTX()
2025-06-20  Sergey KandaurovAdd a helper function to copy custom extensions with...
2025-06-17  Matt CaswellEnsure we pass the user SSL object for the SSL_set_veri...
2025-06-13  Alexis GoodfellowBegin incorporating stdbool usage when json encoding
2025-06-13  sashanossl_rio_poll_builder_add_fd(): Fixup pfds after reallo...
2025-06-10  yexiaochuanfix: add parsing check in TLS compress_certificate...
2025-06-04  Matt CaswellFix DTLS handling when receiving a no_renegotiation...
2025-06-03  Andrew DinhReset qtls->local_transport_params_consumed to 0 on...
2025-06-03  Matt CaswellEnsure client read app data secret change occurs after...
2025-06-03  Matt CaswellImplement explicit storing of the server_finished_hash
2025-06-03  Matt CaswellEnsure client read handshake secret change occurs after...
2025-06-03  Matt CaswellImplement explicit storing of the handshake_traffic_hash
2025-05-30  Norbert Pocsquic_tls.c: Precede double free on EVP_MD variable
2025-05-19  JiashengJiangssl/t1_lib.c: Free gix if sk_TLS_GROUP_IX_push() fails...
2025-05-16  Norbert Pocss3_lib.c: Use illegal_parameter for failing encapsulati...
2025-05-15  Neil HormanAdd NULL check in ossl_quic_get_peer_token
2025-05-15  Norbert Pocss3_lib.c: Handle weak x keys as illegal_parameter alert
2025-05-13  Matt CaswellStop a TLSv1.3 server emitting an unsolicited PSK extension
2025-05-13  Norbert Pocsstatem_srvr.c: Add check for empty ecdhe encoded key
2025-05-08  Matt CaswellAdd a test for app data received too early
2025-05-08  Matt CaswellEnsure we properly release DTLS buffered app data records
2025-05-07  Matt CaswellFix memory management in port_make_channel
2025-05-07  Matt CaswellDrop empty app data records in DTLS
2025-05-06  Dr. David von OheimbFix SSL_{set1,add1}_host() handling of host name/IP...
2025-04-29  sashanossl_json_f64() seems to be unused, remove it to avoid...
2025-04-29  Anton TielemanTest+fix handling "wrong" downgrade signals
2025-04-28  Gerd Hoffmannpoll builder: add dummy field
2025-04-24  Matt CaswellFix errors on SSL_accept() and SSL_get_error()
2025-04-15  YugandharFix duplicate cipher definition in ssl/t1_trce.c
2025-04-15  Gerd Hoffmannrio: add RIO_POLL_METHOD_NONE
2025-04-14  Andrey TsygunkaFix potential NULL pointer dereference in final_maxfrag...
2025-04-14  Graham Leggettssl/ssl_lib.c: Avoid crash when SSL_CONNECTION is NULL
2025-04-14  Tim PerryAdd SSL_CTX_set_ec_point_formats() and SSL_set_ec_point...
2025-04-14  Matt CaswellFix SSL_accept()
2025-04-11  Matt CaswellPrevent SSL_poll from reporting a stream as writeable...
2025-04-05  Samson S. KolgeFix SSL_new() with QUIC_server_method and improve forma...
2025-04-01  Benjamin Kadukstatem: always save sigalgs during PHA
2025-03-31  Viktor DukhovniFix sigalg corner cases
2025-03-28  Viktor DukhovniFix goto label indents to match style
2025-03-27  Andrew Ioanoviciuport_init(): Security hardening for token key
2025-03-25  jay9827342Memory leak fix ktls_meth.c
2025-03-24  Bernd EdlingerTry to fix reported qlog issues
2025-03-24  Tomas Mrazqlog_event_helpers.c: Fix inverted condition
2025-03-20  Matt CaswellMove the Handshake read secret change earlier in the... 26860/head
next