summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-05-28Extend the SSL_free_buffers testingMatt Caswell
2024-05-28Set rl->packet to NULL after we've finished using itMatt Caswell
2024-05-28Only free the read buffers if we're not using themMatt Caswell
2024-05-28Move stack of compression methods from libssl to OSSL_LIB_CTXsashan
2024-05-28speed: Fix regression of measuring shake with -evpIngo Franzki
2024-05-24rand: remove unimplemented librandom stub codeDimitri John Ledkov
2024-05-24EVP_CIPHER_CTX_get_key_length(): Add null check of ctx->cipherMax Ammann
2024-05-24Add provider fuzzerMax Ammann
2024-05-22Added an explicit yield (OP_SLEEP) to QUIC testing for cooperative threading.Randall S. Becker
2024-05-22test: remove the just added, but now unrealistic, shake128 OAEP testsDimitri John Ledkov
2024-05-22signal.h included two timesPiotrBzdrega
2024-05-22rsa-oaep: block SHAKE usage in FIPS modeDimitri John Ledkov
2024-05-22rsa-pss: add tests checking for SHAKE usage in RSA-PSSDimitri John Ledkov
2024-05-22fix crash in ecp_nistz256_point_add_affine()Alexandr Nedvedicky
2024-05-22[Docs] Default value for verification flags is 'SSL_VERIFY_NONE'Ruslan Baratov
2024-05-22Add installation documentation and notes on ANSI C and POSIXRichard Levitte
2024-05-22When defining ossl_ssize_t = ssize_t, remember to include sys/types.hRichard Levitte
2024-05-22For Unix, refactor OSSL_sleep() to use nanosleep() instead of usleep()Richard Levitte
2024-05-22Work on ANSI C compatibility: modifying the github workflowRichard Levitte
2024-05-20fips provider: explicitly setup cpuid when initializingHongren Zheng
2024-05-20Fix mem leak in threadpool_test.cshridhar kalavagunta
2024-05-17Fix typo in CONTRIBUTING.mdJames Muir
2024-05-16Check DSA parameters for excessive sizes before validatingTomas Mraz
2024-05-16Sync up CHANGES.md with 3.3 branchTomas Mraz
2024-05-15Additional testcases for bn_gcdAndrew Golovashevich
2024-05-15Optimizated calculation of shared power of 2 in bn_gcdAndrew Golovashevich
2024-05-15Update openssl-smime.pod.inDominikN
2024-05-15[Docs] 'SSL_CTX_set_cert_store' ownership of 'store'Ruslan Baratov
2024-05-15Suppress a spurious error from the sysdefault testMatt Caswell
2024-05-15Document that SHAKE-128 and SHAKE-256 have no default digest lengthTomas Mraz
2024-05-15Intentionally break EVP_DigestFinal for SHAKE128 and SHAKE256Tomas Mraz
2024-05-15fix sm2 encryption implementation bug.Liu-Ermeng
2024-05-14sslapitest.c: With fips skip tests depending on X25519 and X448Tomas Mraz
2024-05-1490-test_sslapi.t: Fix execution of sslapitest with fips providerTomas Mraz
2024-05-14Add 3.2 and 3.3 branches to Provider compat CITomas Mraz
2024-05-14Release pkey_ctx on initialization failureirosay
2024-05-14fix: extension critical definition to default falseJonathan M. Wilbur
2024-05-14evp_test: Added the special private key that triggers bug (CVE-2011-4354)Trust-Worthy
2024-05-14zeroize rsa->p,rsa->q on errorAlexandr Nedvedicky
2024-05-14Add support for integrity-only cipher suites for TLS v1.3Rajeev Ranjan
2024-05-14cipher_null.c: add NULL checkRajeev Ranjan
2024-05-14apps/pkcs12: Not writing the private key file until the import password is ve...naaysayer
2024-05-14Remove SSL_ENC_FLAG_EXPLICIT_IV which is only set and never read.Frederik Wedel-Heinen
2024-05-14Add reason codes with the correct offset for two alertsJacob Champion
2024-05-14threads_win: fix build error with VS2010Georgi Valkov
2024-05-14crypto/riscvcap: fix function declaration for hwprobe_to_capHongren Zheng
2024-05-14doc: Fix description of EVP_CIPHER_CTX_dupDaiki Ueno
2024-05-14quic_multistream_test: fix undefined symbol snprintf with VS2010Georgi Valkov
2024-05-13fips: zeroization of public security parameters (PSPs)Dimitri John Ledkov
2024-05-13Typo fixeswillmafh