summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* demos: tidy up makefiles, fix warningsJames Muir2023-11-1537-202/+314
* Import repro from #22708 as a test caseнаб2023-11-151-0/+8
* Fix BLAKE2s reporting the same EVP_MD_get_size() as BLAKE2b (64)наб2023-11-151-1/+1
* README: add link to OpenSSL 3.2 manual pagesMatthias St. Pierre2023-11-151-0/+1
* ppc64: Fix SHA3_squeezeRohan McLure2023-11-151-2/+2
* Document the exporter change in CHANGES.md and NEWS.mdRichard Levitte2023-11-152-1/+9
* Add exporters for CMakeRichard Levitte2023-11-158-17/+351
* Clean up exporters, specifically those we have for pkg-configRichard Levitte2023-11-158-70/+150
* Exclude more in the fuzz introspector reportKurt Roeckx2023-11-141-0/+2
* Rearrange some CI jobsTomas Mraz2023-11-145-203/+189
* Correct 50-nonstop.conf to support QUIC tests under SPT threading models.Randall S. Becker2023-11-141-2/+4
* Enable AES and SHA3 optimisations on Apple Silicon M3-based macOS systemsTom Cosgrove2023-11-141-1/+2
* Force Nonstop to use fcntl(F_GETFL) in BIO_sock_nbioNeil Horman2023-11-141-1/+1
* set_client_ciphersuite(): Fix for potential UB if session->cipher is NULLAlexey Fofanov2023-11-131-0/+4
* Augment rand argument parsing to allow scalingNeil Horman2023-11-133-9/+100
* Properly limit the variable output size for BLAKE2Tomas Mraz2023-11-133-5/+27
* Fix CI breakage due to ABIDIFF failureTomas Mraz2023-11-103-167/+168
* Support EVP_DigestSqueeze() for in the digest provider for s390x.Holger Dengler2023-11-101-3/+100
* Fix state handling of keccak_final for s390x.Holger Dengler2023-11-101-0/+4
* Fix state handling of shake_final for s390x.Holger Dengler2023-11-101-0/+4
* Fix state handling of sha3_final for s390x.Holger Dengler2023-11-101-0/+4
* Fix state handling of sha3_absorb for s390x.Holger Dengler2023-11-101-0/+4
* Add xof state handing for generic sha3 absorb.Holger Dengler2023-11-101-0/+4
* Support multiple calls of low level SHA3_squeeze() for s390x.Holger Dengler2023-11-101-1/+3
* Add EVP_DigestSqueeze() API.slontis2023-11-1024-108/+938
* cms demos: print signingTime attributesJames Muir2023-11-105-1/+88
* apps/list.c: Check the result of inserting a provider into provider's stackAlexey Fofanov2023-11-101-4/+11
* Fix a possible memory leak of ssl->s3.tmp.pskBernd Edlinger2023-11-091-0/+4
* After a stream has implicit length don't add more stream related framesMatt Caswell2023-11-091-0/+1
* Add config tests for including provider config filesVeronika Hanulíková2023-11-095-8/+108
* Add CHANGES.md and NEWS.md entry for CVE-2023-5678Tomas Mraz2023-11-082-2/+17
* Sync CHANGES.md and NEWS.md with 3.1 branchTomas Mraz2023-11-082-3/+11
* QUIC TXP: Handle padding correctly for ACK_ONLY archetypeHugo Landau2023-11-081-14/+32
* QUIC TXP: Fix use of implicit-length STREAM frames in presence of PATH_REPSON...Hugo Landau2023-11-081-26/+14
* add locking around fake_nowNeil Horman2023-11-081-6/+39
* Correct order of ossl_condvar_signal in quic_multistream_testNeil Horman2023-11-081-3/+3
* Add unit test for #22644Pauli2023-11-081-0/+89
* Fix bug in priority queue remove functionPauli2023-11-081-1/+7
* apps/rehash.c: avoid printf format warning [-Wformat]Matthias St. Pierre2023-11-081-11/+14
* CHANGES.md: note BLAKE2s supports BLAKE2b-like "size" settingнаб2023-11-081-1/+4
* Document BLAKE2's variable sizeнаб2023-11-081-3/+2
* Implement BLAKE2s with the same macro as BLAKE2bнаб2023-11-083-16/+21
* Lift BLAKE2B provider definition into a macroнаб2023-11-082-169/+171
* Fix a possible memory leak in custom_ext_addBernd Edlinger2023-11-081-0/+6
* quic http3 demo: minor updatesJames Muir2023-11-082-5/+12
* Use proper KDF SS parameter nameDmitry Belyavskiy2023-11-061-3/+3
* Fix conflicts between DH check flags and FFC check flagsRichard Levitte2023-11-061-2/+7
* Make DH_check_pub_key() and DH_generate_key() safer yetRichard Levitte2023-11-067-6/+33
* Introduce libabigail checking in ciNeil Horman2023-11-063-1/+6121
* Correctly track the original length when generating a stream frameMatt Caswell2023-11-061-3/+5