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