summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the sporadic test failure in 30-test_evp_extra.tBernd Edlinger11 days1-1/+2
* Run fuzz-checker workflow on ubuntu-24.04Bernd Edlinger11 days1-12/+12
* Fix test failure in 90-test_memleak.tBernd Edlinger11 days1-1/+1
* use-of-uninitialized-value in quic_tserver_testBernd Edlinger11 days1-0/+1
* Fix a minor memory sanitizer issueBernd Edlinger11 days1-0/+1
* Try to work around the llvm-symbolizer failureBernd Edlinger11 days1-1/+1
* Add __isoc23_strtol to unix-symbols.txtBernd Edlinger11 days1-0/+1
* Add -fno-sanitize=function to ubsanBernd Edlinger11 days1-2/+2
* Add linux ppc64le runnerDmitry Misharov11 days1-0/+17
* Clean up ASN1_STRING comment and improve example in docsJob Snijders11 days2-5/+5
* add multiplexing test for quic server to ciNeil Horman12 days1-1/+1
* 80-test_cms.t: Fix incorrect plan from bad mergeTomas Mraz12 days1-1/+1
* Fix CMS encryption with key agreement when originator setJakub Zelenka12 days8-55/+91
* Fix originator cert leak in cms appJakub Zelenka12 days1-0/+1
* Optimize x86/aarch64 MD5 implementationJonathan Swinney12 days2-67/+66
* openssl-pkeyutl.pod.in: update from SHA-1 to SHA256, fixing default values an...Dr. David von Oheimb12 days1-15/+17
* openssl-pkeyutl.pod.in: various fixesDr. David von Oheimb12 days1-12/+12
* apps/pkeyutl: Fix checks and documentation regarding -peerkeyDr. David von Oheimb12 days2-17/+30
* Add a funding.json fileMatt Caswell12 days1-0/+105
* Correct return value documentation for X509V3_set_ctx()Michael Baentsch2025-01-031-2/+1
* Avoid leaking memory when realloc failsFrederik Wedel-Heinen2025-01-032-2/+3
* test: allowedAttributeAssignments X.509v3 extensionJonathan M. Wilbur2025-01-022-1/+20
* doc: the allowedAttributeAssignments X.509v3 extensionJonathan M. Wilbur2025-01-022-0/+24
* feat: support the allowedAttributeAssignments X.509v3 extensionJonathan M. Wilbur2025-01-026-1/+177
* Reject invalid FFDHE and ECDHE key shares with SSL_AD_ILLEGAL_PARAMETER alertcx2025-01-021-2/+2
* Fix potential memory leak in BIO_get_accept_socket()Niels Dossche2025-01-022-2/+7
* core_namemap.c: Use OPENSSL_STRING instead of defining STRING typeTomas Mraz2024-12-311-12/+11
* Reduce the matrix fanout of interop runnerNeil Horman2024-12-301-3/+26
* ec_kem.c: Fix ikmlen checkЗишан Мирза2024-12-301-2/+2
* Add a daily run-checker test for the TLS security levelMatt Caswell2024-12-261-1/+2
* Ensure the tests pass even if the default seclevel has been changedMatt Caswell2024-12-265-1/+54
* X509_ACERT_sign_ctx(): Remove superfluous referenceryuishii2024-12-261-1/+1
* Add CMS_NO_SIGNING_TIME flag to CMS_sign(), CMS_add1_signer()Peter Juhasz2024-12-269-6/+85
* fix: ci failures due to symbols missing from historyJonathan M. Wilbur2024-12-232-3/+15
* doc: the attributeMappings X.509v3 extensionJonathan M. Wilbur2024-12-232-0/+25
* test: the attributeMappings X.509v3 extensionJonathan M. Wilbur2024-12-232-1/+23
* feat: support the attributeMappings X.509v3 extensionJonathan M. Wilbur2024-12-236-1/+183
* Take into account no_store when pushing algorithmDmitry Belyavskiy2024-12-201-1/+1
* This is a test for nocache provider behaviorDmitry Belyavskiy2024-12-203-0/+61
* ossl_i2c_ASN1_BIT_STRING(): Fix a possible heap buffer overflowAndrey Tsygunka2024-12-201-18/+23
* safe_math.h: Check if __GNUC__ is definedKalavakolanu, Hema Anmisha2024-12-191-2/+4
* test_evp_cipher_pipeline(): Fix memory leaks on errorsTomas Mraz2024-12-191-10/+19
* doc: Correctly reflect parameter constraints in EVP_DecryptUpdate()Patrick J. LoPresti2024-12-191-4/+1
* Fix missing HISTORY doc entriesMichael Baentsch2024-12-1822-15/+195
* Add amplification limit test to interop quic testingNeil Horman2024-12-171-1/+1
* Check whether ctx->pctx != NULLotherddn19782024-12-171-4/+8
* docs: update man3 and man7 with cipher pipeline APIsRamkumar2024-12-174-17/+149
* test: add evp_extra_test case for cipher pipeline API with fake pipeline prov...Ramkumar2024-12-174-4/+569
* feat: add EVP APIs for cipher pipeliningRamkumar2024-12-1711-8/+242
* docs: EVP pipeline API design documentRamkumar2024-12-171-0/+219