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
...
*
Fix the sporadic test failure in 30-test_evp_extra.t
Bernd Edlinger
11 days
1
-1
/
+2
*
Run fuzz-checker workflow on ubuntu-24.04
Bernd Edlinger
11 days
1
-12
/
+12
*
Fix test failure in 90-test_memleak.t
Bernd Edlinger
11 days
1
-1
/
+1
*
use-of-uninitialized-value in quic_tserver_test
Bernd Edlinger
11 days
1
-0
/
+1
*
Fix a minor memory sanitizer issue
Bernd Edlinger
11 days
1
-0
/
+1
*
Try to work around the llvm-symbolizer failure
Bernd Edlinger
11 days
1
-1
/
+1
*
Add __isoc23_strtol to unix-symbols.txt
Bernd Edlinger
11 days
1
-0
/
+1
*
Add -fno-sanitize=function to ubsan
Bernd Edlinger
11 days
1
-2
/
+2
*
Add linux ppc64le runner
Dmitry Misharov
11 days
1
-0
/
+17
*
Clean up ASN1_STRING comment and improve example in docs
Job Snijders
11 days
2
-5
/
+5
*
add multiplexing test for quic server to ci
Neil Horman
12 days
1
-1
/
+1
*
80-test_cms.t: Fix incorrect plan from bad merge
Tomas Mraz
12 days
1
-1
/
+1
*
Fix CMS encryption with key agreement when originator set
Jakub Zelenka
12 days
8
-55
/
+91
*
Fix originator cert leak in cms app
Jakub Zelenka
12 days
1
-0
/
+1
*
Optimize x86/aarch64 MD5 implementation
Jonathan Swinney
12 days
2
-67
/
+66
*
openssl-pkeyutl.pod.in: update from SHA-1 to SHA256, fixing default values an...
Dr. David von Oheimb
12 days
1
-15
/
+17
*
openssl-pkeyutl.pod.in: various fixes
Dr. David von Oheimb
12 days
1
-12
/
+12
*
apps/pkeyutl: Fix checks and documentation regarding -peerkey
Dr. David von Oheimb
12 days
2
-17
/
+30
*
Add a funding.json file
Matt Caswell
12 days
1
-0
/
+105
*
Correct return value documentation for X509V3_set_ctx()
Michael Baentsch
2025-01-03
1
-2
/
+1
*
Avoid leaking memory when realloc fails
Frederik Wedel-Heinen
2025-01-03
2
-2
/
+3
*
test: allowedAttributeAssignments X.509v3 extension
Jonathan M. Wilbur
2025-01-02
2
-1
/
+20
*
doc: the allowedAttributeAssignments X.509v3 extension
Jonathan M. Wilbur
2025-01-02
2
-0
/
+24
*
feat: support the allowedAttributeAssignments X.509v3 extension
Jonathan M. Wilbur
2025-01-02
6
-1
/
+177
*
Reject invalid FFDHE and ECDHE key shares with SSL_AD_ILLEGAL_PARAMETER alert
cx
2025-01-02
1
-2
/
+2
*
Fix potential memory leak in BIO_get_accept_socket()
Niels Dossche
2025-01-02
2
-2
/
+7
*
core_namemap.c: Use OPENSSL_STRING instead of defining STRING type
Tomas Mraz
2024-12-31
1
-12
/
+11
*
Reduce the matrix fanout of interop runner
Neil Horman
2024-12-30
1
-3
/
+26
*
ec_kem.c: Fix ikmlen check
Зишан Мирза
2024-12-30
1
-2
/
+2
*
Add a daily run-checker test for the TLS security level
Matt Caswell
2024-12-26
1
-1
/
+2
*
Ensure the tests pass even if the default seclevel has been changed
Matt Caswell
2024-12-26
5
-1
/
+54
*
X509_ACERT_sign_ctx(): Remove superfluous reference
ryuishii
2024-12-26
1
-1
/
+1
*
Add CMS_NO_SIGNING_TIME flag to CMS_sign(), CMS_add1_signer()
Peter Juhasz
2024-12-26
9
-6
/
+85
*
fix: ci failures due to symbols missing from history
Jonathan M. Wilbur
2024-12-23
2
-3
/
+15
*
doc: the attributeMappings X.509v3 extension
Jonathan M. Wilbur
2024-12-23
2
-0
/
+25
*
test: the attributeMappings X.509v3 extension
Jonathan M. Wilbur
2024-12-23
2
-1
/
+23
*
feat: support the attributeMappings X.509v3 extension
Jonathan M. Wilbur
2024-12-23
6
-1
/
+183
*
Take into account no_store when pushing algorithm
Dmitry Belyavskiy
2024-12-20
1
-1
/
+1
*
This is a test for nocache provider behavior
Dmitry Belyavskiy
2024-12-20
3
-0
/
+61
*
ossl_i2c_ASN1_BIT_STRING(): Fix a possible heap buffer overflow
Andrey Tsygunka
2024-12-20
1
-18
/
+23
*
safe_math.h: Check if __GNUC__ is defined
Kalavakolanu, Hema Anmisha
2024-12-19
1
-2
/
+4
*
test_evp_cipher_pipeline(): Fix memory leaks on errors
Tomas Mraz
2024-12-19
1
-10
/
+19
*
doc: Correctly reflect parameter constraints in EVP_DecryptUpdate()
Patrick J. LoPresti
2024-12-19
1
-4
/
+1
*
Fix missing HISTORY doc entries
Michael Baentsch
2024-12-18
22
-15
/
+195
*
Add amplification limit test to interop quic testing
Neil Horman
2024-12-17
1
-1
/
+1
*
Check whether ctx->pctx != NULL
otherddn1978
2024-12-17
1
-4
/
+8
*
docs: update man3 and man7 with cipher pipeline APIs
Ramkumar
2024-12-17
4
-17
/
+149
*
test: add evp_extra_test case for cipher pipeline API with fake pipeline prov...
Ramkumar
2024-12-17
4
-4
/
+569
*
feat: add EVP APIs for cipher pipelining
Ramkumar
2024-12-17
11
-8
/
+242
*
docs: EVP pipeline API design document
Ramkumar
2024-12-17
1
-0
/
+219
[prev]
[next]