summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix obvious misspelling of ASN1_VALUETom Cosgrove5 days1-2/+2
* Fix double 'the'sTom Cosgrove5 days3-4/+4
* LoongArch: we should access global symbol by la.global instead ofWang Xin5 days1-1/+1
* Fix premature reuse of qp's in rcu locksNeil Horman5 days2-6/+19
* Fix intermittent test failure in 80-test_cmp_http.tBernd Edlinger5 days1-1/+1
* coveralls.yml: Avoid excluding subdirectories of already excluded dirsTomas Mraz6 days1-2/+0
* speed: Pass IV to EVP_CipherInit_ex for -evp runs with non-AEAD ciphersIngo Franzki6 days1-1/+1
* Tweak case of [fs] variant letter in SLH-DSA algorithmsViktor Dukhovni8 days5-286/+286
* coveralls.yml: Add --ignore-errors mismatchTomas Mraz8 days1-0/+1
* Pre-ML-KEM/DSA decoder/encoder refactorViktor Dukhovni9 days3-61/+47
* Fix buildinf.h generation for space and backslashKai Pastor9 days1-1/+3
* Update error codes in "crypto/err/openssl.txt"Michael Baentsch9 days1-2/+1
* Replace self-hosted runners with GitHub hostedDmitry Misharov9 days2-16/+86
* Fix memory leaks from missing checks of return value from sk_OPENSSL_STRING_p...Frederik Wedel-Heinen9 days5-19/+38
* Fix the use of OPENSSL_HTTP_PROXY / OPENSSL_HTTPS_PROXYRichard Levitte10 days1-1/+1
* Fix encryption level orderingNeil Horman10 days2-41/+41
* Free data if sk_OPENSSL_STRING_push fails.Frederik Wedel-Heinen11 days2-2/+12
* Return NULL from ossl_lib_ctx_get_concrete() when it is uninitializedFrederik Wedel-Heinen11 days2-4/+16
* Added configuration for Embarcadero-Borland Clang Compiler 64 (BCC64)Семенов Герман11 days2-2/+63
* Check returns of various sk_*_push functionsFrederik Wedel-Heinen11 days11-18/+39
* Pass functions with correct signatures to the evp_generic_fetch_xxx methodsFrederik Wedel-Heinen11 days7-34/+104
* Fix a funding.json errorMatt Caswell11 days1-6/+6
* Some PQ-related CSOR OIDsViktor Dukhovni12 days6-11/+444
* Fix potential memory leak in PKCS12_add_key_ex()Niels Dossche12 days1-1/+3
* Fix a potential misaligned memory accessBernd Edlinger12 days1-1/+1
* Fix the sporadic test failure in 30-test_evp_extra.tBernd Edlinger12 days1-1/+2
* Run fuzz-checker workflow on ubuntu-24.04Bernd Edlinger12 days1-12/+12
* Fix test failure in 90-test_memleak.tBernd Edlinger12 days1-1/+1
* use-of-uninitialized-value in quic_tserver_testBernd Edlinger12 days1-0/+1
* Fix a minor memory sanitizer issueBernd Edlinger12 days1-0/+1
* Try to work around the llvm-symbolizer failureBernd Edlinger12 days1-1/+1
* Add __isoc23_strtol to unix-symbols.txtBernd Edlinger12 days1-0/+1
* Add -fno-sanitize=function to ubsanBernd Edlinger12 days1-2/+2
* Add linux ppc64le runnerDmitry Misharov12 days1-0/+17
* Clean up ASN1_STRING comment and improve example in docsJob Snijders12 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 Mraz13 days1-1/+1
* Fix CMS encryption with key agreement when originator setJakub Zelenka13 days8-55/+91
* Fix originator cert leak in cms appJakub Zelenka13 days1-0/+1
* Optimize x86/aarch64 MD5 implementationJonathan Swinney13 days2-67/+66
* openssl-pkeyutl.pod.in: update from SHA-1 to SHA256, fixing default values an...Dr. David von Oheimb13 days1-15/+17
* openssl-pkeyutl.pod.in: various fixesDr. David von Oheimb13 days1-12/+12
* apps/pkeyutl: Fix checks and documentation regarding -peerkeyDr. David von Oheimb13 days2-17/+30
* Add a funding.json fileMatt Caswell13 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