openssl.git
2023-11-10 Holger DenglerSupport EVP_DigestSqueeze() for in the digest provider...
2023-11-10 Holger DenglerFix state handling of keccak_final for s390x.
2023-11-10 Holger DenglerFix state handling of shake_final for s390x.
2023-11-10 Holger DenglerFix state handling of sha3_final for s390x.
2023-11-10 Holger DenglerFix state handling of sha3_absorb for s390x.
2023-11-10 Holger DenglerAdd xof state handing for generic sha3 absorb.
2023-11-10 Holger DenglerSupport multiple calls of low level SHA3_squeeze()...
2023-11-10 slontisAdd EVP_DigestSqueeze() API.
2023-11-10 James Muircms demos: print signingTime attributes
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-09 Veronika HanulíkováAdd config tests for including provider config files
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 набCHANGES.md: note BLAKE2s supports BLAKE2b-like "size...
2023-11-08 набDocument BLAKE2's variable size
2023-11-08 набImplement BLAKE2s with the same macro as BLAKE2b
2023-11-08 набLift BLAKE2B provider definition into a macro
2023-11-08 Bernd EdlingerFix a possible memory leak in custom_ext_add
2023-11-08 James Muirquic http3 demo: minor updates
2023-11-06 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 Neil HormanIntroduce libabigail checking in ci
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 Matthias St... internal/common.h: rename macro `(un)likely` to `ossl_...
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 slontisAdd design notes for XOF API.
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 Paulitag ossl_assert not failing as being 'likely' to improv...
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 Christian SchmidtCorrect comment in crypto/ec/curve448/ed448.h
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 Neil HormanCreate a rudimentary symbol scanning script
2023-11-01 Sam JamesCI: add Clang 17
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-11-01 Dmitry Misharovremove setup-perl actiond from windows jobs
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 Kurt RoeckxCreate a fuzz introspector exclude config file
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-27 Richard LevittePrepare for 3.3
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...
2023-10-26 Dr. David von... CMS and PKCS7: fix handlling of EVP_PKEY_get_size(...
2023-10-26 Phoebe ChenProvide additional AES-ECB test patterns to enhance...
2023-10-26 Phoebe Chenriscv: Provide vector crypto implementation of AES...
2023-10-26 Jerry Shihriscv: Support sm3 on platforms with vlen >= 128.
2023-10-26 Phoebe ChenProvide additional AES-XTS test patterns to enhance...
next