]> git.ipfire.org Git - thirdparty/openssl.git/history - include
Avoid exporting bogus (empty) data if empty selection is used
[thirdparty/openssl.git] / include /
2023-08-04  Pauliquic: using #defined constant rather than a magic number
2023-08-04  Pauliquic conformance: 10.2.1 rate limiting
2023-08-04  Pauliquic conformance: section 10.2.2 requirements
2023-08-02  Matt CaswellAdd the ability for tserver to use a pre-existing SSL_CTX
2023-07-31  Hugo LandauQUIC QSM: Infrastructure for tracking shutdown flush...
2023-07-31  Hugo LandauQUIC APL: Add internal call to allow changing send...
2023-07-31  Hugo LandauQUIC CHANNEL: Allow ticking to be inhibited for testing...
2023-07-28  Xi Ruoyaovpaes: LoongArch: Use getauxval(AT_HWCAP) for LSX detection
2023-07-27  John KohlInclude <openssl/err.h> in include/refcount.h
2023-07-21  Hugo LandauQUIC TXP: Refactor TXP-related deadline handling into TXP
2023-07-21  Hugo LandauQUIC TXP: Major refactor to handle padding correctly
2023-07-21  Hugo LandauQUIC QTX: Add ciphertext size calculation function
2023-07-19  Matt CaswellFix DH_check() excessive time with over sized modulus
2023-07-19  Hugo LandauQUIC TXP: Do not generate full-size packets when sendin...
2023-07-19  Hugo LandauQUIC ACKM: Clean up max_ack_delay tracking and separate...
2023-07-19  Hugo LandauQUIC STATM: Move max_ack_delay tracking out of STATM
2023-07-19  Pauliremove duplicate defines, add comment
2023-07-18  Tomas MrazRaise SSL_R_QUIC_PROTOCOL_ERROR on any QUIC protocol...
2023-07-18  Dimitri PapadopoulosFix typos found by codespell
2023-07-16  Dr. David von OheimbCMP: add support for genm with rootCaCert and genp...
2023-07-16  Dr. David von Oheimbrename OSSL_CMP_get{,1}_caCerts and improve OSSL_CMP_ex...
2023-07-16  Hugo LandauQUIC: Fix multistream test on macOS
2023-07-16  Hugo LandauMinor updates 2
2023-07-16  Hugo LandauMinor updates
2023-07-16  Hugo Landaumake update
2023-07-16  Hugo LandauQUIC QSM: Get rid of recv_fin_retired in favour of...
2023-07-16  Hugo LandauQUIC QSM: Update API documentation
2023-07-16  Hugo LandauQUIC APL: Validate send stream state
2023-07-16  Hugo LandauQUIC CONFORMANCE: Validate preferred_addr transport...
2023-07-16  Hugo LandauQUIC WIRE: Allow encoding/decoding of reserved header...
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 12.3: PN duplicate suppre...
2023-07-16  Hugo LandauQUIC ACKM: Clarify the role of is_inflight
2023-07-16  Hugo LandauQUIC CONFORMANCE: Enforce minimal frame type encoding
2023-07-16  Hugo LandauQUIC CONFORMANCE: Packet handling fixes
2023-07-16  Hugo LandauQUIC CONFORMANCE: Validate RESET_STREAM final sizes...
2023-07-16  Hugo LandauQUIC QSM: Model final sizes and handle STOP_SENDING...
2023-07-16  Hugo LandauQUIC QSM/STREAM: Refactor to use RFC stream states
2023-07-16  Matt CaswellOptimise PKEY decoders
2023-07-14  Tomas Mrazquicapitest: Fix SSL_trace() test on big endian platforms
2023-07-13  Liu-ErMenguse '__builtin_expect' to improve EVP_EncryptUpdate...
2023-07-10  Rajeev RanjanCMP: support specifying certificate to be revoked via...
2023-07-07  Tomas MrazQUIC err handling: Save and restore error state
2023-07-07  Tomas MrazQUIC err handling: Properly report network errors
2023-07-07  atishkovRemove unused internal functions
2023-07-04  Hugo LandauMinor updates
2023-07-04  Hugo LandauRemove unused server code
2023-07-04  Hugo LandauMinor fixes
2023-07-04  Hugo LandauQUIC: Implement SSL_has_pending
2023-07-04  Hugo LandauQUIC: Control SSL option setting
2023-07-04  Hugo LandauQUIC SSL Behaviours: Allow detection of an SSL connecti...
2023-07-04  Paulifix memory allocation and reference counting issues
2023-07-02  Tomas MrazCleanse data in send and receive ring buffers on release
2023-07-02  Tomas MrazCleanse also the send stream data with SSL_OP_CLEANSE_P...
2023-07-01  Paulievp: update to structure based atomics
2023-07-01  Pauliecx: update to structure based atomics
2023-07-01  Paulirefcnt: convert references counts to a structure
2023-06-29  Tomas Mrazhpke.h, thread.h: Add extern "C" for C++ inclusion
2023-06-28  Jonathan M. Wilburfeat: add missing pki / pmi object identifiers
2023-06-27  Matt CaswellAdd a test quicserver utility
2023-06-27  Fergus DallAdd support for SHA256/192
2023-06-23  Tomas MrazSupport SSL_OP_CLEANSE_PLAINTEXT on QUIC streams
2023-06-15  Hugo LandauQUIC: Allow application to trigger TXKU
2023-06-15  Hugo LandauQUIC CHANNEL: Optimise key update using ACKs
2023-06-15  Hugo LandauQUIC: Add internal APIs for white-box testing of key...
2023-06-15  Hugo LandauQUIC APL: Correct implementation of time callback override
2023-06-15  Hugo LandauQUIC RX: Support reporting the key epoch a packet was...
2023-06-15  Hugo LandauQUIC TXP: Allow callbacks on ACK transmission
2023-06-15  Hugo LandauQUIC TXP: Allow next PN to be used to be queried
2023-06-15  Hugo LandauQUIC RX: Refactor key update callback to provide PN
2023-06-15  Hugo LandauQUIC TXP: Remove TX key update handling from TXP
2023-06-15  Hugo LandauQUIC TXP: Refactor status output to use an extensible...
2023-06-15  Hugo LandauQUIC ACKM: Allow largest acked PN to be queried
2023-06-15  Hugo LandauQUIC WIRE: Utility function to determine if PN is in...
2023-06-15  Hugo LandauPartially revert #18070 (Add support for Windows CA...
2023-06-15  Dimitri PapadopoulosFix typos found by codespell
2023-06-14  Yi Liconfigure: introduce no-ecx to remove ECX related feature
2023-06-10  Tomas MrazInclude poll.h instead of incorrect sys/poll.h
2023-06-06  Alex BozarthAdd SSL_get0_group_name() to get name of the group...
2023-06-06  Vladimír Kotalallow to disable http
2023-06-02  Pauliparams: provide a faster TRIE based param lookup.
2023-06-02  Jairus Christensen[feat] SSL RTT in both client and server statem. SSL_ge...
2023-06-01  Dr. David von OheimbCMP: add support for genm/genp messages with id-it...
2023-05-30  Dr. David von OheimbCMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt...
2023-05-29  Matt CaswellDon't take a write lock when freeing an EVP_PKEY
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-25  Anis-cpu-13Replace __attribute__((malloc)) with __attribute__...
2023-05-24  Matt CaswellCreate internal/ssl.h
2023-05-24  Matt CaswellRename msg_callback_s to msg_callback_ssl for greater...
2023-05-24  Matt CaswellCreate setter functions for the msg_callback and msg_ca...
2023-05-24  Matt CaswellProperly handling stream/crypto frames while tracing
2023-05-24  Matt CaswellEnable tracing of packets that have been sent
2023-05-24  Matt CaswellExtend tracing of frames to transmitted frames
2023-05-24  Matt CaswellSupport trace for QUIC Frames
2023-05-24  Matt CaswellSupport trace for QUIC Packets
2023-05-24  Matt CaswellAdd initial QUIC support for the msg_callback
2023-05-24  Hugo LandauRemove an unused variable (clang 16 warning)
2023-05-24  Hugo LandauQUIC: Fix bugs where threading is disabled
2023-05-24  Hugo LandauQUIC QSM: Allow QSM to know if we are in the server...
2023-05-24  Hugo LandauQUIC TSERVER: Allow detection of new incoming streams
next