Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-02Attempt to fix CI Daily build errorslontis
2022-11-02Fix unused variable in QUIC send stream testHugo Landau
2022-11-02Apply SM4 optimization patch to Kunpeng-920Xu Yizhou
2022-11-02fips: verify that the RNG was restored after the self testsPauli
2022-11-02fipsinstall: add -self_test_oninstall option.Pauli
2022-11-02Update FIPS KATs for 140-3Pauli
2022-11-02dsa/ec: update pairwise tests to account for 140-3 IG 10.3.A additiocal comme...Pauli
2022-11-02Remove DES cipher from the FIPS providerPauli
2022-11-02Update fipsinstall testsPauli
2022-11-02Remove conditional FIPS dependence for 3DESPauli
2022-11-02Move DES based test cases out of FIPS territoryPauli
2022-11-02Skip DES based tests in FIPS modePauli
2022-11-02rand: add set0 calls for the private and public DRBGsPauli
2022-11-01Dependabot configuration is not a workflowTomas Mraz
2022-11-01punycode: add unit testsPauli
2022-11-01Fix CVE-2022-3786 in punycode decoder.Pauli
2022-11-01Fix CVE-2022-3602 in punycode decoder.Pauli
2022-10-28crypto/dso/dso_vms.c: Better definition of DSO_MALLOC()Richard Levitte
2022-10-28providers/implementations/kdfs/pvkkdf.c: Ensure SIZE_MAX is definedRichard Levitte
2022-10-27tests: clear error queue before executing a testcaseTomas Mraz
2022-10-27Fix parameter names for RSA private key exampleJoakim Antman
2022-10-27Make openVMS seeding less dependent of OpenVMS versionRichard Levitte
2022-10-27Check whether buffers have actually been allocated/freedMatt Caswell
2022-10-27Remove some unused OSSL_RECORD_METHOD functionsMatt Caswell
2022-10-27Make SSL_alloc_buffers() and SSL_free_buffers() work againMatt Caswell
2022-10-27add dependabot to keep actions versions up-to-datePaul Kehrer
2022-10-27Use RSA CRT parameters in FIPS self tests.slontis
2022-10-27rand: remove the ossl_rand_pool_add_additional_data() function.Pauli
2022-10-26ssl_cipher_process_rulestr: don't read outside rule_str bufferTodd C. Miller
2022-10-25Fix 32-bit Windows issues related to QUIC Wire functionsRichard Levitte
2022-10-25Fix 32-bit Windows issues related to QUIC_STREAMRichard Levitte
2022-10-25Fix 32-bit Windows issues related to QUIC_ACKM / QUIC_CCRichard Levitte
2022-10-25Fix definitions of SHUT_RD and SHUT_WRRichard Levitte
2022-10-25Github Actions: Enable building QUIC on WindowsRichard Levitte
2022-10-25Fix a lock in provider_remove_store_methods()Matt Caswell
2022-10-25Fix test_tls13_encryption()Matt Caswell
2022-10-24Fix a compilation failure in bio_comp_test.cMatt Caswell
2022-10-24openssl list: Fix help text about -cipher-algorithms optionDaniel Fiala
2022-10-24Workaround egd rand source deficienciesTomas Mraz
2022-10-24Checking the return of BIO_new_fp(). If it returns NULL, then it is unnecessa...xkernel
2022-10-24doc: fix copy/paste errorPauli
2022-10-24Fix coverity 1516101 deadcodeDaniel Fiala
2022-10-21crypto: thread: remove ossl_crypto_thread_native_terminateČestmír Kalina
2022-10-21Errors raised from OPENSSL_sk_set should have ERR_LIB_CRYPTOTomas Mraz
2022-10-21Document the stack functions that are forgivingTomas Mraz
2022-10-21stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz
2022-10-21Remove changes entry for RIPEMD160 in 3.2Tomas Mraz
2022-10-21Add changes entry for RIPEMD160 in 3.0.7Tomas Mraz
2022-10-21Replace BIO_free(bio_err) with BIO_free_all(bio_err)xkernel
2022-10-21test: driver: fix -Wunused-but-set-variableSam James