summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-07-04Reorganize runchecker jobsTomas Mraz
2023-07-0370-test_tls13hrr.t: Use P-521 instead of X25519 for invalid group testTomas Mraz
2023-07-03Document the effect of SSL_OP_CLEANSE_PLAINTEXT on send stream dataTomas Mraz
2023-07-03Cleanse data in send and receive ring buffers on releaseTomas Mraz
2023-07-03Cleanse also the send stream data with SSL_OP_CLEANSE_PLAINTEXTTomas Mraz
2023-07-02Update .gitignore with LSP filesTodd Short
2023-07-02fips: use correct field names when generating fipsmodule.cnfPauli
2023-07-01evp: update to structure based atomicsPauli
2023-07-01x509: update to structure based atomicsPauli
2023-07-01prov(legacy): update to structure based atomicsPauli
2023-07-01encoder: update to structure based atomicsPauli
2023-07-01quic: update to structure based atomicsPauli
2023-07-01tls: update to structure based atomicsPauli
2023-07-01test: update to structure based atomicsPauli
2023-07-01store: update to structure based atomicsPauli
2023-07-01rsa: update to structure based atomicsPauli
2023-07-01provider: update to structure based atomicsPauli
2023-07-01ecx: update to structure based atomicsPauli
2023-07-01ec: update to structure based atomicsPauli
2023-07-01asn1: update to structure based atomicsPauli
2023-07-01dso: update to structure based atomicsPauli
2023-07-01dsa: update to structure based atomicsPauli
2023-07-01dh: update to structure based atomicsPauli
2023-07-01bio: update to structure based atomicsPauli
2023-07-01engine: update to structure based atomicsPauli
2023-07-01refcnt: convert references counts to a structurePauli
2023-06-30conf/conf_sap.c: correct return of ossl_config_int() in UEFI systemYi Li
2023-07-01Fix OSSL_PROVIDER_try_load() retain_fallbacks docDuncan Thomson
2023-07-01openssl-rsautl.pod: Add missing commaJakub Wilk
2023-07-01Fix new typo found by codespell in demoDimitri Papadopoulos
2023-07-01Fix new typos found by codespell in documentationDimitri Papadopoulos
2023-07-01Fix new typos found by codespell in man pagesDimitri Papadopoulos
2023-07-01CI: add GCC 13Sam James
2023-06-30Fix typos in s_clientMatt Caswell
2023-06-30hpke.h, thread.h: Add extern "C" for C++ inclusionTomas Mraz
2023-06-30Do not use stitched AES-GCM implementation on PPC32Tomas Mraz
2023-06-29fix: add fuzz oidsJonathan M. Wilbur
2023-06-29feat: add missing pki / pmi object identifiersJonathan M. Wilbur
2023-06-28Fix multistream test script 18Hugo Landau
2023-06-28openssl speed -multi -evp prints wrong algorithm nameJörg Sommer
2023-06-28design proposal: fast param location outlinePauli
2023-06-28Add a tutorial on writing a simple blocking QUIC clientMatt Caswell
2023-06-28Before we do anything the ping deadline is infiniteMatt Caswell
2023-06-28Ensure SSL_connect() actually blocks if we are in blocking modeMatt Caswell
2023-06-28The CC wake up deadline is now if we have TX allowanceMatt Caswell
2023-06-28Add a non-blocking QUIC client demoMatt Caswell
2023-06-28Add a test quicserver utilityMatt Caswell
2023-06-28add no-docs optionVladimír Kotal
2023-06-28s390xcap.c: Avoid copying structure on initializationTomas Mraz
2023-06-28Miscellaneous updatesHugo Landau