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
*
QUIC QSM: Infrastructure for tracking shutdown flush eligible streams
Hugo Landau
2023-07-31
2
-2
/
+77
*
QUIC APL: Add internal call to allow changing send buffer size
Hugo Landau
2023-07-31
2
-0
/
+38
*
QUIC CHANNEL: Allow ticking to be inhibited for testing purposes
Hugo Landau
2023-07-31
3
-41
/
+59
*
Update GOST engine commit to deal with test failure
Dmitry Belyavskiy
2023-07-31
1
-0
/
+0
*
Removes unused parameter 'sending' from derive_secret_key_and_iv()
Frederik Wedel-Heinen
2023-07-28
1
-4
/
+3
*
vpaes: LoongArch: Use getauxval(AT_HWCAP) for LSX detection
Xi Ruoyao
2023-07-28
3
-13
/
+7
*
fix compile error (SIZE_MAX not found) on HP-UX
John Kohl
2023-07-28
1
-0
/
+1
*
x509/by_file.c: fix unreachable and redundant code
atishkov
2023-07-27
1
-49
/
+45
*
Correct spelling of database
Fatih Arslan Tugay
2023-07-27
1
-5
/
+5
*
Include <openssl/err.h> in include/refcount.h
John Kohl
2023-07-27
1
-0
/
+1
*
Add CHANGES.md and NEWS.md entries for CVE-2023-3817
Tomas Mraz
2023-07-27
2
-2
/
+22
*
dhtest.c: Add test of DH_check() with q = p + 1
Tomas Mraz
2023-07-27
1
-0
/
+12
*
DH_check(): Do not try checking q properties if it is obviously invalid
Tomas Mraz
2023-07-27
1
-1
/
+8
*
Make DH_check set some error bits in recently added error
Bernd Edlinger
2023-07-26
1
-0
/
+1
*
get_cert_by_subject_ex(): Check result of X509_STORE_lock()
atishkov
2023-07-25
1
-4
/
+6
*
bio_print.c: Delete unreachable code at lines 710 and 711
MrRurikov
2023-07-25
1
-2
/
+0
*
Adds separate configuration targets for intel i386/x86_64 and arm64 ios simul...
Frederik Wedel-Heinen
2023-07-25
1
-4
/
+29
*
x509: add ASN1_STRING_set() check result
atishkov
2023-07-25
1
-18
/
+13
*
QUIC TXP: Add extra test
Hugo Landau
2023-07-25
1
-2
/
+32
*
Fix error handling in pipelining test
Bernd Edlinger
2023-07-24
1
-1
/
+1
*
fix: reject adding a duplicity into STACK_OF(X509_ATTRIBUTE)
Adam Ć ulc
2023-07-24
1
-1
/
+1
*
fix clang-6,7,8 strict build
Marco Abbadini
2023-07-24
1
-2
/
+2
*
Fix build when configured with -DOPENSSL_USE_IPV6=0
Tom Cosgrove
2023-07-21
1
-2
/
+8
*
QUIC TXP: Generate forced PINGs correctly
Hugo Landau
2023-07-21
1
-1
/
+3
*
QUIC TXP: Refactor TXP-related deadline handling into TXP
Hugo Landau
2023-07-21
3
-13
/
+53
*
QUIC TXP: Update tests for refactor
Hugo Landau
2023-07-21
1
-63
/
+61
*
QUIC TXP: Major refactor to handle padding correctly
Hugo Landau
2023-07-21
2
-436
/
+805
*
QUIC QTX: Add ciphertext size calculation function
Hugo Landau
2023-07-21
2
-7
/
+28
*
QUIC TXP: Test packet size boundary cases
Hugo Landau
2023-07-21
1
-3
/
+66
*
Update with `ARMV8_HAVE_SHA3_AND_WORTH_USING`
sdlyyxy
2023-07-21
3
-9
/
+5
*
Move CPU detection to armcap.c
sdlyyxy
2023-07-21
3
-27
/
+22
*
Enable ARMv8.2 accelerated SHA3 on compatible Apple CPUs
sdlyyxy
2023-07-21
2
-0
/
+73
*
speed: Fix execution of EdDSA measurement
Ingo Franzki
2023-07-21
1
-0
/
+14
*
speed: Fix memory leak
Ingo Franzki
2023-07-21
1
-0
/
+6
*
Fix documentation around AAD and return values in EVP_Cipher*
Samuel Lee
2023-07-21
1
-4
/
+6
*
Connection ID processing
Pauli
2023-07-19
1
-0
/
+70
*
apps/cms.c: Fix unreachable code in cms_main()
atishkov
2023-07-19
1
-13
/
+10
*
Update CHANGES/NEWS for CVE-2023-3446
Matt Caswell
2023-07-19
2
-0
/
+22
*
Add a test for CVE-2023-3446
Matt Caswell
2023-07-19
1
-2
/
+13
*
Fix DH_check() excessive time with over sized modulus
Matt Caswell
2023-07-19
2
-1
/
+11
*
Fixup tests
Hugo Landau
2023-07-19
1
-1
/
+1
*
QUIC TXP: Handle non-inflight-eligible packets correctly
Hugo Landau
2023-07-19
1
-4
/
+23
*
QUIC ACKM: Don't record non-inflight packets in CC
Hugo Landau
2023-07-19
1
-11
/
+12
*
QUIC TXP: Do not generate full-size packets when sending CC-excess probes
Hugo Landau
2023-07-19
2
-15
/
+18
*
QUIC ACKM: RFC 9000 s. 13.2.1: max_ack_delay taken as 0 in INITIAL/HANDSHAKE
Hugo Landau
2023-07-19
2
-6
/
+91
*
QUIC CHANNEL: Initialise max_ack_delay values properly
Hugo Landau
2023-07-19
2
-0
/
+21
*
QUIC ACKM: Clean up max_ack_delay tracking and separate TX and RX values
Hugo Landau
2023-07-19
2
-15
/
+56
*
QUIC STATM: Move max_ack_delay tracking out of STATM
Hugo Landau
2023-07-19
2
-11
/
+2
*
remove duplicate defines, add comment
Pauli
2023-07-19
1
-15
/
+14
*
openssl-kdf.pod.in: add text on 'salt' and 'info' parameters; small further i...
Dr. David von Oheimb
2023-07-19
1
-7
/
+32
[next]