openssl.git
2023-11-23 Richard LevittePrepare for release of 3.2.0 openssl-3.2.0
2023-11-23 Richard Levittemake update
2023-11-23 Richard LevitteCopyright year updates
2023-11-23 Hugo LandauMake CHANGES.md header more appropriate
2023-11-23 Hugo LandauAmend NEWS.md to be more like release notes
2023-11-22 James Muirdoc: fix description of mac "block-size" parameter
2023-11-22 James Muirdoc: better description of KECCAK-KMAC XOF
2023-11-22 Matt CaswellUpdate the provider documentation
2023-11-22 James MuirUpdate OpenSSL logos
2023-11-22 Bernd EdlingerFix possible memleak in PKCS7_add0_attrib_signing_time
2023-11-22 Bernd EdlingerFix a possible use-after-free in custom_exts_free
2023-11-22 Bernd EdlingerFix a possible memleak in CMS_sign_receipt
2023-11-22 Bernd EdlingerFix a possible memleak in PKCS7_add_attrib_smimecap
2023-11-22 Bernd EdlingerFix a possible memory leak in dane_tlsa_add
2023-11-21 Anders JanssonFix typo in variable name
2023-11-21 Matt CaswellMove freeing of an old record layer to dtls1_clear_sent...
2023-11-21 Neil Hormanzero data in hm_fragment on alloc
2023-11-21 Neil Hormanaugment quic demos to support ipv4/6 connections
2023-11-15 dependabot... Bump actions/github-script from 6 to 7
2023-11-15 Viktor SzakatsConfigure: do not check for an absolute prefix in cross...
2023-11-15 Matt CaswellCorrect tag len check when determining how much space...
2023-11-15 Matt CaswellAdd some additional tests for the new fc "consumed...
2023-11-15 Matt CaswellKeep track of connection credit as we add stream data
2023-11-15 Matthias St... README: add link to OpenSSL 3.2 manual pages
2023-11-14 Tomas MrazRearrange some CI jobs
2023-11-14 Randall S.... Correct 50-nonstop.conf to support QUIC tests under...
2023-11-14 James Muircms demos: print signingTime attributes
2023-11-14 Neil HormanForce Nonstop to use fcntl(F_GETFL) in BIO_sock_nbio
2023-11-13 Tomas MrazProperly limit the variable output size for BLAKE2
2023-11-10 Alexey Fofanovapps/list.c: Check the result of inserting a provider...
2023-11-09 Bernd EdlingerFix a possible memory leak of ssl->s3.tmp.psk
2023-11-09 Matt CaswellAfter a stream has implicit length don't add more strea...
2023-11-08 Tomas MrazAdd CHANGES.md and NEWS.md entry for CVE-2023-5678
2023-11-08 Tomas MrazSync CHANGES.md and NEWS.md with 3.1 branch
2023-11-08 Hugo LandauQUIC TXP: Handle padding correctly for ACK_ONLY archetype
2023-11-08 Hugo LandauQUIC TXP: Fix use of implicit-length STREAM frames...
2023-11-08 Neil Hormanadd locking around fake_now
2023-11-08 Neil HormanCorrect order of ossl_condvar_signal in quic_multistrea...
2023-11-08 PauliAdd unit test for #22644
2023-11-08 PauliFix bug in priority queue remove function
2023-11-08 Matthias St... apps/rehash.c: avoid printf format warning [-Wformat]
2023-11-08 Bernd EdlingerFix a possible memory leak in custom_ext_add
2023-11-08 James Muirquic http3 demo: minor updates
2023-11-07 Dmitry BelyavskiyUse proper KDF SS parameter name
2023-11-06 Richard LevitteFix conflicts between DH check flags and FFC check...
2023-11-06 Richard LevitteMake DH_check_pub_key() and DH_generate_key() safer yet
2023-11-06 Matt CaswellCorrectly track the original length when generating...
2023-11-06 Tomas Mraztparam_on_enc_ext(): Remove dead code in cleanup
2023-11-06 Tomas Mrazossl_quic_new(): Avoid dereferencing NULL qc during...
2023-11-06 Michael HinzFix documentation regarding KMAC sizes
2023-11-06 Tomas Mrazossl_qrl_enc_level_set_provide_secret(): Avoid leaking...
2023-11-03 Tomas MrazAdd negative test for key length change
2023-11-03 Tomas MrazAdd negative test for iv length change
2023-11-03 Tomas Mrazupdate/final: Return error if key is not set
2023-11-03 Tomas MrazWhen changing IV length invalidate previously set IV
2023-11-03 Paulirand uniform: fix likely usage
2023-11-03 Matt CaswellAdd support for streams to the quic-client fuzzer
2023-11-03 Matt CaswellCall SSL_write() in the quic-client-fuzzer
2023-11-03 Stephen FarrellAdd additional internal HPKE hardening checks resulting...
2023-11-02 Hugo LandauTLS: Fix use of an uninitialized value
2023-11-02 Hugo LandauQUIC: Test missing/malformed/duplicate/etc. transport...
2023-11-02 Hugo LandauQUIC QTEST_FAULT: Allow deleted TLS extension to be...
2023-11-02 Hugo LandauQUIC WIRE: Refuse integer transport params with trailin...
2023-11-02 Hugo LandauQUIC CHANNEL: Set reason string for missing tparams...
2023-11-02 Tomas Mrazossl_quic_new(): Fix a leak found by error injection
2023-11-02 Neil HormanFix quicserver binding when duplicate entries exist
2023-11-02 набCHANGES.md: document BLAKE2b's "size"-setting support
2023-11-02 Hugo LandauQUIC SSTREAM: Fix bug in ossl_quic_sstream_is_totally_acked
2023-11-02 Bernd EdlingerFix a possible memory leak in load_builtin_compressions
2023-11-02 Matt CaswellUpdate the OpenSSL Guide tutorials with changes to...
2023-11-02 Matt CaswellUpdate the README with information about how to run...
2023-11-02 Matt CaswellUpdate the QUIC demos to accept hostname/port on the...
2023-11-02 Matt CaswellExtend the README to describe how to run the TLS demos
2023-11-02 Matt CaswellAmend the TLS demos to accept hostname/port as an argument
2023-11-02 Hugo LandauQUIC MULTISTREAM TEST: Ensure frames are only injected...
2023-11-02 Hugo LandauQUIC MULTISTREAM TEST: Fix script 38 stochastic failure...
2023-11-01 Matt CaswellDon't create an ack frame if one isn't wanted for this...
2023-11-01 James Muirquic ddd demos: update makefile and demo sources
2023-11-01 James Muirquic docs: update ddd README.md
2023-11-01 Hugo LandauQUIC APL: Optimise write buffer sizes automatically
2023-11-01 Hugo LandauQUIC TXP: Fix drainage calculation
2023-11-01 Matt CaswellStop the quicserver if the handshake or receiving the...
2023-11-01 Paulirand uniform: add comments outlining the algorithm
2023-11-01 PauliAdd test case for uniform random generators
2023-11-01 Paulirand: implement an unbiased random integer from a range
2023-11-01 Matt CaswellDon't error if s_client receives exactly BUFSIZZ data
2023-10-31 Matt CaswellCheck for NULL when freeing the QUIC_TLS object
2023-10-30 Tomas Mrazevp_test.c: There are now 3 parameters possible for...
2023-10-30 Hugo LandauQUIC CHANNEL: Make ping deadline and idle deadline...
2023-10-30 Matt CaswellIf the loss detection timer has fired we may not have...
2023-10-30 James Muirfree oaep label-octet-string on error
2023-10-30 Kurt RoeckxUpdate to latest fuzz corpora
2023-10-30 Matt CaswellAdd a separate README for the guide demos
2023-10-30 Matt CaswellAdd a reference for HTTP/3
2023-10-30 Matt CaswellAdd a reference to the demos subfolder
2023-10-30 Matt CaswellUpdate to the demos README file
2023-10-30 Matt CaswellUpdate README-QUIC.md
2023-10-30 Matt CaswellRefresh the README.md file
2023-10-26 Dr. David von... EVP_PKEY_get_size.pod and provider-keymgmt.pod: documen...
2023-10-26 Dr. David von... EVP_PKEY_get_{bits,security_bits,size}(): add missing...
next