index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
demos: tidy up makefiles, fix warnings
James Muir
2023-11-15
37
-202
/
+314
*
Import repro from #22708 as a test case
наб
2023-11-15
1
-0
/
+8
*
Fix BLAKE2s reporting the same EVP_MD_get_size() as BLAKE2b (64)
наб
2023-11-15
1
-1
/
+1
*
README: add link to OpenSSL 3.2 manual pages
Matthias St. Pierre
2023-11-15
1
-0
/
+1
*
ppc64: Fix SHA3_squeeze
Rohan McLure
2023-11-15
1
-2
/
+2
*
Document the exporter change in CHANGES.md and NEWS.md
Richard Levitte
2023-11-15
2
-1
/
+9
*
Add exporters for CMake
Richard Levitte
2023-11-15
8
-17
/
+351
*
Clean up exporters, specifically those we have for pkg-config
Richard Levitte
2023-11-15
8
-70
/
+150
*
Exclude more in the fuzz introspector report
Kurt Roeckx
2023-11-14
1
-0
/
+2
*
Rearrange some CI jobs
Tomas Mraz
2023-11-14
5
-203
/
+189
*
Correct 50-nonstop.conf to support QUIC tests under SPT threading models.
Randall S. Becker
2023-11-14
1
-2
/
+4
*
Enable AES and SHA3 optimisations on Apple Silicon M3-based macOS systems
Tom Cosgrove
2023-11-14
1
-1
/
+2
*
Force Nonstop to use fcntl(F_GETFL) in BIO_sock_nbio
Neil Horman
2023-11-14
1
-1
/
+1
*
set_client_ciphersuite(): Fix for potential UB if session->cipher is NULL
Alexey Fofanov
2023-11-13
1
-0
/
+4
*
Augment rand argument parsing to allow scaling
Neil Horman
2023-11-13
3
-9
/
+100
*
Properly limit the variable output size for BLAKE2
Tomas Mraz
2023-11-13
3
-5
/
+27
*
Fix CI breakage due to ABIDIFF failure
Tomas Mraz
2023-11-10
3
-167
/
+168
*
Support EVP_DigestSqueeze() for in the digest provider for s390x.
Holger Dengler
2023-11-10
1
-3
/
+100
*
Fix state handling of keccak_final for s390x.
Holger Dengler
2023-11-10
1
-0
/
+4
*
Fix state handling of shake_final for s390x.
Holger Dengler
2023-11-10
1
-0
/
+4
*
Fix state handling of sha3_final for s390x.
Holger Dengler
2023-11-10
1
-0
/
+4
*
Fix state handling of sha3_absorb for s390x.
Holger Dengler
2023-11-10
1
-0
/
+4
*
Add xof state handing for generic sha3 absorb.
Holger Dengler
2023-11-10
1
-0
/
+4
*
Support multiple calls of low level SHA3_squeeze() for s390x.
Holger Dengler
2023-11-10
1
-1
/
+3
*
Add EVP_DigestSqueeze() API.
slontis
2023-11-10
24
-108
/
+938
*
cms demos: print signingTime attributes
James Muir
2023-11-10
5
-1
/
+88
*
apps/list.c: Check the result of inserting a provider into provider's stack
Alexey Fofanov
2023-11-10
1
-4
/
+11
*
Fix a possible memory leak of ssl->s3.tmp.psk
Bernd Edlinger
2023-11-09
1
-0
/
+4
*
After a stream has implicit length don't add more stream related frames
Matt Caswell
2023-11-09
1
-0
/
+1
*
Add config tests for including provider config files
Veronika Hanulíková
2023-11-09
5
-8
/
+108
*
Add CHANGES.md and NEWS.md entry for CVE-2023-5678
Tomas Mraz
2023-11-08
2
-2
/
+17
*
Sync CHANGES.md and NEWS.md with 3.1 branch
Tomas Mraz
2023-11-08
2
-3
/
+11
*
QUIC TXP: Handle padding correctly for ACK_ONLY archetype
Hugo Landau
2023-11-08
1
-14
/
+32
*
QUIC TXP: Fix use of implicit-length STREAM frames in presence of PATH_REPSON...
Hugo Landau
2023-11-08
1
-26
/
+14
*
add locking around fake_now
Neil Horman
2023-11-08
1
-6
/
+39
*
Correct order of ossl_condvar_signal in quic_multistream_test
Neil Horman
2023-11-08
1
-3
/
+3
*
Add unit test for #22644
Pauli
2023-11-08
1
-0
/
+89
*
Fix bug in priority queue remove function
Pauli
2023-11-08
1
-1
/
+7
*
apps/rehash.c: avoid printf format warning [-Wformat]
Matthias St. Pierre
2023-11-08
1
-11
/
+14
*
CHANGES.md: note BLAKE2s supports BLAKE2b-like "size" setting
наб
2023-11-08
1
-1
/
+4
*
Document BLAKE2's variable size
наб
2023-11-08
1
-3
/
+2
*
Implement BLAKE2s with the same macro as BLAKE2b
наб
2023-11-08
3
-16
/
+21
*
Lift BLAKE2B provider definition into a macro
наб
2023-11-08
2
-169
/
+171
*
Fix a possible memory leak in custom_ext_add
Bernd Edlinger
2023-11-08
1
-0
/
+6
*
quic http3 demo: minor updates
James Muir
2023-11-08
2
-5
/
+12
*
Use proper KDF SS parameter name
Dmitry Belyavskiy
2023-11-06
1
-3
/
+3
*
Fix conflicts between DH check flags and FFC check flags
Richard Levitte
2023-11-06
1
-2
/
+7
*
Make DH_check_pub_key() and DH_generate_key() safer yet
Richard Levitte
2023-11-06
7
-6
/
+33
*
Introduce libabigail checking in ci
Neil Horman
2023-11-06
3
-1
/
+6121
*
Correctly track the original length when generating a stream frame
Matt Caswell
2023-11-06
1
-3
/
+5
[next]