summaryrefslogtreecommitdiffstats
path: root/ssl (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-15Import repro from #22708 as a test caseнаб1-0/+8
2023-11-15Fix BLAKE2s reporting the same EVP_MD_get_size() as BLAKE2b (64)наб1-1/+1
2023-11-15README: add link to OpenSSL 3.2 manual pagesMatthias St. Pierre1-0/+1
2023-11-15ppc64: Fix SHA3_squeezeRohan McLure1-2/+2
2023-11-15Document the exporter change in CHANGES.md and NEWS.mdRichard Levitte2-1/+9
2023-11-15Add exporters for CMakeRichard Levitte8-17/+351
2023-11-15Clean up exporters, specifically those we have for pkg-configRichard Levitte8-70/+150
2023-11-14Exclude more in the fuzz introspector reportKurt Roeckx1-0/+2
2023-11-14Rearrange some CI jobsTomas Mraz5-203/+189
2023-11-14Correct 50-nonstop.conf to support QUIC tests under SPT threading models.Randall S. Becker1-2/+4
2023-11-14Enable AES and SHA3 optimisations on Apple Silicon M3-based macOS systemsTom Cosgrove1-1/+2
2023-11-14Force Nonstop to use fcntl(F_GETFL) in BIO_sock_nbioNeil Horman1-1/+1
2023-11-13set_client_ciphersuite(): Fix for potential UB if session->cipher is NULLAlexey Fofanov1-0/+4
2023-11-13Augment rand argument parsing to allow scalingNeil Horman3-9/+100
2023-11-13Properly limit the variable output size for BLAKE2Tomas Mraz3-5/+27
2023-11-10Fix CI breakage due to ABIDIFF failureTomas Mraz3-167/+168
2023-11-10Support EVP_DigestSqueeze() for in the digest provider for s390x.Holger Dengler1-3/+100
2023-11-10Fix state handling of keccak_final for s390x.Holger Dengler1-0/+4
2023-11-10Fix state handling of shake_final for s390x.Holger Dengler1-0/+4
2023-11-10Fix state handling of sha3_final for s390x.Holger Dengler1-0/+4
2023-11-10Fix state handling of sha3_absorb for s390x.Holger Dengler1-0/+4
2023-11-10Add xof state handing for generic sha3 absorb.Holger Dengler1-0/+4
2023-11-10Support multiple calls of low level SHA3_squeeze() for s390x.Holger Dengler1-1/+3
2023-11-10Add EVP_DigestSqueeze() API.slontis24-108/+938
2023-11-10cms demos: print signingTime attributesJames Muir5-1/+88
2023-11-10apps/list.c: Check the result of inserting a provider into provider's stackAlexey Fofanov1-4/+11
2023-11-09Fix a possible memory leak of ssl->s3.tmp.pskBernd Edlinger1-0/+4
2023-11-09After a stream has implicit length don't add more stream related framesMatt Caswell1-0/+1
2023-11-09Add config tests for including provider config filesVeronika Hanulíková5-8/+108
2023-11-08Add CHANGES.md and NEWS.md entry for CVE-2023-5678Tomas Mraz2-2/+17
2023-11-08Sync CHANGES.md and NEWS.md with 3.1 branchTomas Mraz2-3/+11
2023-11-08QUIC TXP: Handle padding correctly for ACK_ONLY archetypeHugo Landau1-14/+32
2023-11-08QUIC TXP: Fix use of implicit-length STREAM frames in presence of PATH_REPSON...Hugo Landau1-26/+14
2023-11-08add locking around fake_nowNeil Horman1-6/+39
2023-11-08Correct order of ossl_condvar_signal in quic_multistream_testNeil Horman1-3/+3
2023-11-08Add unit test for #22644Pauli1-0/+89
2023-11-08Fix bug in priority queue remove functionPauli1-1/+7
2023-11-08apps/rehash.c: avoid printf format warning [-Wformat]Matthias St. Pierre1-11/+14
2023-11-08CHANGES.md: note BLAKE2s supports BLAKE2b-like "size" settingнаб1-1/+4
2023-11-08Document BLAKE2's variable sizeнаб1-3/+2
2023-11-08Implement BLAKE2s with the same macro as BLAKE2bнаб3-16/+21
2023-11-08Lift BLAKE2B provider definition into a macroнаб2-169/+171
2023-11-08Fix a possible memory leak in custom_ext_addBernd Edlinger1-0/+6
2023-11-08quic http3 demo: minor updatesJames Muir2-5/+12
2023-11-06Use proper KDF SS parameter nameDmitry Belyavskiy1-3/+3
2023-11-06Fix conflicts between DH check flags and FFC check flagsRichard Levitte1-2/+7
2023-11-06Make DH_check_pub_key() and DH_generate_key() safer yetRichard Levitte7-6/+33
2023-11-06Introduce libabigail checking in ciNeil Horman3-1/+6121
2023-11-06Correctly track the original length when generating a stream frameMatt Caswell1-3/+5
2023-11-06tparam_on_enc_ext(): Remove dead code in cleanupTomas Mraz1-6/+2