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-01Prepare for release of 3.0.7openssl-3.0.7Tomas Mraz
2022-11-01make updateTomas Mraz
2022-11-01Update copyright yearTomas Mraz
2022-11-01Update CHANGES.md and NEWS.md for new releaseTomas 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-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-27Use RSA CRT parameters in FIPS self tests.slontis
2022-10-27test: driver: fix -Wunused-but-set-variableSam James
2022-10-27x509: fix -Wunused-but-set-variableSam James
2022-10-27txt_db: fix -Wunused-but-set-variableSam James
2022-10-27pem: fix -Wunused-but-set-variableSam James
2022-10-27CI: add Clang 15Sam James
2022-10-27CI: Upgrade to Ubuntu 22.04 to add GCC 12, Clang 13, Clang 14Sam James
2022-10-27CI: add GCC 11Sam James
2022-10-26ssl_cipher_process_rulestr: don't read outside rule_str bufferTodd C. Miller
2022-10-25Add missing ERR_R_XXX_LIB codesTomas Mraz
2022-10-25Finer grained error records for provider load/init failuresRichard Levitte
2022-10-25Fix a lock in provider_remove_store_methods()Matt 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-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-21Fix trivial check_docs CI failureTomas 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-21update pyca cryptography to 38.0.2Paul Kehrer
2022-10-21link the pyca tests against the correct opensslPaul Kehrer
2022-10-20Fix no longer implicitly refresh the cached TBSCertificateGibeom Gwon
2022-10-19Fix many inconsistencies in doc of CMS_verify() and PKC7_verify() etc.Dr. David von Oheimb
2022-10-19ripemd: document as being present in the default providerPauli
2022-10-19Avoid putting ripemd_prov.c in libcommon otherwise it is regarded as fips sourceTomas Mraz
2022-10-19default provider: include RIPEMD160Pauli
2022-10-19Add a test for TLSv1.3 only client sending a correct key_shareMatt Caswell
2022-10-19Add a test for where a client sends a non-TLSv1.3 key shareMatt Caswell
2022-10-19Ensure that the key share group is allowed for our protocol versionMatt Caswell
2022-10-18init: fix defined but unused warning/errorPauli
2022-10-18disable 5x interleave on buffers shorter than 512 bytes: 3% speedup on Graviton2Sebastian Pop
2022-10-17Fix documentation for OFB/OCB in the FIPS providerJoachim Vandersmissen
2022-10-17Add missing include for DH_get0_priv_key()Tomas Mraz
2022-10-13Fix an occasional CI failure due to unaligned accessBernd Edlinger
2022-10-13Add translation for ECX group parameterJuergen Christ
2022-10-11eckey_priv_encode(): Call ASN1_STRING_free() only on an ASN1_STRINGTomas Mraz
2022-10-11Prepare for 3.0.7Matt Caswell