Free the tserver TLS object before freeing the channel
[openssl.git] / util /
2024-01-23 Hugo LandauFix docs
2024-01-23 Hugo LandauQUIC: Add optimised FIN API
2024-01-17 Neil HormanIntroduce hash thunking functions to do proper casting
2024-01-15 David BenjaminAdd X509_STORE_get1_objects
2024-01-09 Neil HormanAugment RSA provider to generate CRT coefficients on...
2024-01-03 slontisAdd missing documentation for X509_ATTRIBUTE related...
2023-12-29 Vitalii KoshuraDisable building quicserver utility when configured...
2023-12-21 Dr. David von Oheimbcrypto/cmp/,apps/lib/cmp_mock_srv.c: various improvemen...
2023-12-21 Rajeev Ranjancrypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delive...
2023-12-21 Hugo LandauERR: Add ERR_pop()
2023-12-21 Hugo LandauQUIC CHANNEL: Consolidate forward object declarations...
2023-12-19 Dr. David von OheimbCMP lib and app: add optional certProfile request messa...
2023-12-13 Hugo LandauLHASH: Document down_load functions
2023-12-04 Michael OsipovFix detection on HP-UX (IA64)
2023-11-28 Xi RuoyaoDo not define L_ENDIAN (for now) when we guessed linux6...
2023-11-23 Richard LevitteAdapt C compiler detection for VSI C on x86_64
2023-11-15 Neil HormanUpdate ci and ABI xml files to validate function parameters
2023-11-15 Richard LevitteAdd exporters for CMake
2023-11-15 Richard LevitteClean up exporters, specifically those we have for...
2023-11-10 Tomas MrazFix CI breakage due to ABIDIFF failure
2023-11-10 slontisAdd EVP_DigestSqueeze() API.
2023-11-02 Neil HormanFix quicserver binding when duplicate entries exist
2023-11-01 Neil HormanCreate a rudimentary symbol scanning script
2023-11-01 Matt CaswellStop the quicserver if the handshake or receiving the...
2023-10-24 Hugo LandauAdjust mdl configuration
2023-10-03 Tomas MrazAll lh_stats functions were deprecated in 3.1
2023-09-27 Paulifips selftest: avoid relying on a real RNG for self...
2023-09-24 Matt CaswellImplement a public BIO_ADDR_copy() function
2023-09-20 Sumitra SharmaAdd documentation for the function SSL_CONF_CTX_finish.
2023-09-15 Dmitry BelyavskiyStore: API for deletion - make update
2023-09-08 Matt CaswellReturn NULL if we fail to create a BIO in the demos...
2023-09-07 Matt CaswellCopyright year updates
2023-09-04 Tomas Mrazquicserver.c: Fix build with no-ssl-trace
2023-09-01 Hugo LandauQUIC API: Revise SSL_get_conn_close_info to use a flags...
2023-09-01 Hugo LandauDocument OSSL_get_thread_support_flags()
2023-09-01 Hugo LandauQUIC APL: Allow stream origin to be queried
2023-09-01 Hugo LandauMinor updates
2023-09-01 Hugo LandauAdd manpages
2023-08-30 Dmitry BelyavskiyOSSL_PROVIDER_load_ex
2023-08-30 Matthias St. Pierreman: update missingcrypto.txt file
2023-08-30 Hugo LandauMinor fix during rebase
2023-08-30 Hugo LandauQUIC MULTISTREAM TEST: Test WAIT_PEER
2023-08-29 Frederik Wedel-HeinenRemoved unused struct ssl3_comp_st
2023-08-25 Hugo LandauQUIC APL: Implement backpressure on stream creation
2023-08-25 Matt CaswellUpdate quicserver to be able to handle multiple streams
2023-08-24 Hugo LandauQUIC: Rename SSL_set_initial_peer_addr to SSL_set1_init...
2023-08-24 Matt CaswellAdd a -trace option to quicserver to enable tracing...
2023-08-17 vl-lozAdd X509_STORE_CTX_set_get_crl and X509_STORE_CTX_set_c...
2023-08-14 Tomas Mrazquicserver.c: Use BIO_printf to stderr instead of plain...
2023-08-08 Hugo LandauQUIC TLS: Rethink error handling
2023-08-04 Samuel ThibaultAdd hurd-x86_64 support
2023-08-02 Matt CaswellAdd the ability for tserver to use a pre-existing SSL_CTX
2023-08-02 Matt CaswellCorrectly keep track of where we are in the quicserver...
2023-08-01 Xi RuoyaoAdd system guessing for linux64-loongarch64 target
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-10 Rajeev RanjanCMP: support specifying certificate to be revoked via...
2023-07-09 Paulifips: make installations FIPS compliant by default
2023-07-07 Tomas MrazQUIC err handling: Save and restore error state
2023-07-04 Hugo Landaumake update
2023-07-02 Paulifips: use correct field names when generating fipsmodul...
2023-06-27 Matt CaswellAdd a test quicserver utility
2023-06-18 Dimitri PapadopoulosFix new typos found by codespell
2023-06-15 Hugo LandauPartially revert #18070 (Add support for Windows CA...
2023-06-15 Richard LevitteOpenSSL::paramnames: Use less magic perl
2023-06-14 Matt CaswellAllow man7 pages to not have a DESCRIPTION section
2023-06-09 Matthias St. Pierreutil/find-doc-nits: extend regex to match new OPT_INFORM A
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-29 Hugo LandauQUIC: Rename SSL_tick, SSL_get_tick_timeout
2023-05-24 Matt CaswellUpdate the msg_callback documentation
2023-05-24 Hugo LandauQUIC: Fix bugs where threading is disabled
2023-05-19 Richard LevitteUpdate VMS configurations
2023-05-18 Masatake YAMATOutil/ctags.sh: a script for generating tags file with...
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: Add documentation for new APIs
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_type
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-21 Paulifips: setup the FIPS provider in pendantic mode for...
2023-04-21 Irak RigiaAdded a macro OSSL_DISPATCH_END as marker of the end...
2023-04-03 Matt CaswellMake sure we can query the SSL object for version info...
2023-03-28 Todd ShortRFC7250 (RPK) support
2023-03-25 Dr. David von OheimbCMP add: fix -reqin option, which requires adding OSSL_...
2023-03-21 Hugo LandauQUIC: Add support for datagram injection
2023-03-08 Richard LevitteFix how util/wrap.pl is used in OpenSSL::Util::fixup_cmd()
2023-03-08 Richard LevitteFix util/wrap.pl.in for VMS usage
2023-03-05 Todd ShortAdd "make help" option
2023-02-24 Dr. David von Oheimbutil/find-doc-nits: improve error diagnostics on missin...
2023-02-08 Oliver MihatschNew function EC_GROUP_to_params to convert an EC_GROUP...
2023-02-08 Dr. David von Oheimbcheck-format.pl: fix statistics on whitespace and nesti...
2023-02-08 Dr. David von Oheimbcheck-format.pl: fix detection of '#ifdef __cplusplus'
next