]> git.ipfire.org Git - thirdparty/openssl.git/history - include/internal
Remove unnecessary OPENSSL_NO_RSA remnants
[thirdparty/openssl.git] / include / internal /
4 days ago  Alexandr Nedvedicky- changes suggested by @t8m
4 days ago  sashanACK manager must avoid infinite probe time when waiting...
2025-07-10  Paulipacket: add new utility function PACKET_get_4_len()
2025-07-03  Andrew DinhAdd stream type flags to SSL_accept_stream
2025-07-02  Tomas Mrazlibssl: Silence warnings on Win64 builds
2025-07-02  Tomas Mrazlibapps + libcrypto: Silence warnings on Win64 builds
2025-06-21  Richard LevitteNit: macro parameters should always be parenthesised...
2025-06-20  Neil HormanRestore use of crypto_thread_default_context
2025-06-20  Neil HormanAllow for differentiating between default and NULL...
2025-06-20  Neil HormanMove thread-event handlers to the new thread-local api
2025-06-20  Neil HormanAdd new CRYPTO_THREAD_[get|set]_local_ex api
2025-06-20  sashanThe comment should refer `ossl_quic_stream_has_recv_buf...
2025-06-19  PauliRemove param_names.h
2025-06-13  Alexis GoodfellowBegin incorporating stdbool usage when json encoding
2025-06-06  Neil HormanRemove _strlen31
2025-06-03  Andrew DinhReset qtls->local_transport_params_consumed to 0 on...
2025-06-03  Jai SUse value barrier for constant_time_cond_swap_*
2025-05-07  Pauliparams: don't build removed file
2025-04-30  Matt CaswellEnsure that our fips internal provider is always loaded
2025-04-29  sashanossl_json_f64() seems to be unused, remove it to avoid...
2025-04-24  Matt CaswellFix errors on SSL_accept() and SSL_get_error()
2025-04-15  Gerd Hoffmannhashfunc: add stddef.h include
2025-03-20  Matt CaswellMove the Handshake read secret change earlier in the... 26860/head
2025-03-20  Matt CaswellFix the use of CCM ciphersuites with QUIC TLS API
2025-03-14  Randall S. BeckerWrap use of poll.h to prevent including on NonStop.
2025-03-12  openssl-machineCopyright year updates
2025-03-09  Neil HormanOrphan packets from qrx
2025-02-26  Andrew DinhOptimize ossl_namemap_name2num_n to avoid strndup
2025-02-26  Viktor DukhovniUse better data type info in decoders
2025-02-25  Tomas MrazRename fnv1a_hash() to ossl_fnv1a_hash()
2025-02-25  Alexandr NedvedickyFix AEAD validation of initial packets in port
2025-02-25  Alexandr NedvedickyPerform initial AEAD validation before creating a channel
2025-02-21  Cheng ZhangAdded new API to enable 0-RTT for 3rd party QUIC stacks.
2025-02-21  Paulifips: add function to detect if the self tests are...
2025-02-19  Cheng ZhangAdd the SSL_NO_EOED internal macro
2025-02-17  Alexandr NedvedickyBackout validation of initial packet done by port_defau...
2025-02-17  Alexandr NedvedickyPerform initial AEAD validation before creating a channel
2025-02-17  Neil HormanAdd api to fetch short conn id len from a given channel...
2025-02-17  Neil Hormanmove token store definition to quic_predef.h
2025-02-17  Neil Hormande-duplicate fnv1a_hash
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 HormanReview fixups
2025-02-17  Neil HormanReference count QUIC_TOKENS
2025-02-17  Neil HormanCentralize freeing of tokens
2025-02-17  Neil HormanEnhance get_peer_token to not require memcpy
2025-02-17  Neil HormanAugment client side recieve code to store NEW_TOKENS
2025-02-17  Neil Hormanextend internal api to allow for add/lookup token ops
2025-02-17  Neil HormanAdd public api to create token cache for QUIC NEW_TOKENS
2025-02-17  Neil HormanAdd new token generation transmission
2025-02-17  Tomas MrazClean up a few further TODO(QUIC SERVER)
2025-02-17  Neil HormanFix up some nits
2025-02-17  Neil Hormanuse internal callback to generate user ssl
2025-02-17  Neil HormanAdd callback to get user ssl on channel creation
2025-02-17  Neil HormanAdd tracking of receive credit for unvalidated connections
2025-02-17  Neil HormanAdd unvalidated credit tracking to packetizer
2025-02-17  Neil HormanAdd quic port flag to turn off address validation
2025-02-17  Neil HormanAllow packetizer to accept an arg to set protocol version
2025-02-17  Neil HormanAugment ossl_quic_wire_decode_pkt_hdr
2025-02-17  Saša NedvědickýImplement Server Address validation using retry packets
2025-02-17  Tomas MrazEnsure WSAStartup() before calling WSASocketA()
2025-02-17  Tomas MrazQUIC: Immediate-Mode Polling various fixups
2025-02-17  Hugo LandauQUIC APL: Add support for registering blocking operatio...
2025-02-17  Hugo LandauQUIC REACTOR: Add utility for tracking recursive blocki...
2025-02-17  Hugo LandauQUIC REACTOR: Add support for external registration...
2025-02-17  Matt CaswellSimplify the QUIC time override handling
2025-02-17  Alexandr NedvedickyQUIC Concurrency API: Various minor fixes
2025-02-17  Hugo LandauQUIC REACTOR: Allow ticks to schedule notifications...
2025-02-17  Hugo LandauQUIC REACTOR: Inter-thread notification
2025-02-17  Hugo LandauQUIC APL: Default domain flags
2025-02-17  Hugo LandauQUIC REACTOR: Integrate RIO NOTIFIER
2025-02-17  Hugo LandauRIO: Add OS notifier
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 LandauQUIC APL: Add QUIC Domain SSL Object: Basic Definitions
2025-02-17  Hugo LandauMinor update
2025-02-17  Hugo LandauQUIC APL: Support blocking connection acceptance
2025-02-17  Hugo LandauQUIC APL: Unify blocking mode handling for all object...
2025-02-17  Hugo LandauMinor fixes
2025-02-17  Hugo LandauQUIC PORT: Allow QUIC_PORT to throw away incoming conne...
2025-02-17  Hugo LandauMinor fixes
2025-02-17  Hugo LandauQUIC APL: Add TODOs for unfinished listener APIs
2025-02-17  Hugo LandauQUIC APL: Implement base listener API, move addressing...
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 the QUIC_OBJ base type and infrastr...
2025-02-17  Hugo LandauQUIC APL: Introduce QUIC listener SSL object type ...
2025-02-15  Simo SorceAdd generic secret skeymgmt provider, skey abstraction...
2025-02-14  Viktor DukhovniML-KEM hybrids for TLS
2025-02-14  Viktor DukhovniMulti-variant ML-KEM
2025-02-14  Michael BaentschAdd ML-KEM-768 implementation
2025-02-14  slontisML-DSA fixups
2025-02-11  Matt CaswellEnable the quic-tls API to work, even in the case of...
2025-02-11  Matt CaswellAdd an API for other QUIC stacks to use our TLS impleme...
2025-02-04  PauliAdd support for random provider
2025-02-04  PauliAdd a new provider API to generate random numbers.
2025-01-28  Viktor Dukhovniossl_provider_prov_ctx is redundant
2025-01-27  Rajeev RanjanCMP: add support for central key generation
next