summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.0.7openssl-3.0.7Tomas Mraz2022-11-013-4/+4
* make updateTomas Mraz2022-11-012-7/+7
* Update copyright yearTomas Mraz2022-11-0123-23/+23
* Update CHANGES.md and NEWS.md for new releaseTomas Mraz2022-11-012-3/+48
* punycode: add unit testsPauli2022-11-013-1/+236
* Fix CVE-2022-3786 in punycode decoder.Pauli2022-11-011-35/+29
* Fix CVE-2022-3602 in punycode decoder.Pauli2022-11-011-1/+1
* tests: clear error queue before executing a testcaseTomas Mraz2022-10-274-6/+2
* Fix parameter names for RSA private key exampleJoakim Antman2022-10-271-8/+13
* Make openVMS seeding less dependent of OpenVMS versionRichard Levitte2022-10-271-37/+37
* Use RSA CRT parameters in FIPS self tests.slontis2022-10-272-5/+15
* test: driver: fix -Wunused-but-set-variableSam James2022-10-271-3/+0
* x509: fix -Wunused-but-set-variableSam James2022-10-271-5/+1
* txt_db: fix -Wunused-but-set-variableSam James2022-10-271-2/+0
* pem: fix -Wunused-but-set-variableSam James2022-10-271-2/+2
* CI: add Clang 15Sam James2022-10-271-1/+26
* CI: Upgrade to Ubuntu 22.04 to add GCC 12, Clang 13, Clang 14Sam James2022-10-271-19/+37
* CI: add GCC 11Sam James2022-10-271-0/+8
* ssl_cipher_process_rulestr: don't read outside rule_str bufferTodd C. Miller2022-10-261-3/+1
* Add missing ERR_R_XXX_LIB codesTomas Mraz2022-10-251-0/+12
* Finer grained error records for provider load/init failuresRichard Levitte2022-10-251-7/+19
* Fix a lock in provider_remove_store_methods()Matt Caswell2022-10-251-1/+1
* openssl list: Fix help text about -cipher-algorithms optionDaniel Fiala2022-10-242-4/+4
* Workaround egd rand source deficienciesTomas Mraz2022-10-241-2/+2
* Checking the return of BIO_new_fp(). If it returns NULL, then it is unnecessa...xkernel2022-10-241-1/+4
* doc: fix copy/paste errorPauli2022-10-241-1/+1
* Errors raised from OPENSSL_sk_set should have ERR_LIB_CRYPTOTomas Mraz2022-10-211-2/+2
* Document the stack functions that are forgivingTomas Mraz2022-10-211-0/+7
* stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz2022-10-215-44/+14
* Fix trivial check_docs CI failureTomas Mraz2022-10-211-1/+0
* Add changes entry for RIPEMD160 in 3.0.7Tomas Mraz2022-10-211-1/+3
* Replace BIO_free(bio_err) with BIO_free_all(bio_err)xkernel2022-10-211-1/+1
* update pyca cryptography to 38.0.2Paul Kehrer2022-10-211-0/+0
* link the pyca tests against the correct opensslPaul Kehrer2022-10-211-5/+10
* Fix no longer implicitly refresh the cached TBSCertificateGibeom Gwon2022-10-201-48/+32
* Fix many inconsistencies in doc of CMS_verify() and PKC7_verify() etc.Dr. David von Oheimb2022-10-196-136/+176
* ripemd: document as being present in the default providerPauli2022-10-192-1/+11
* Avoid putting ripemd_prov.c in libcommon otherwise it is regarded as fips sourceTomas Mraz2022-10-192-5/+9
* default provider: include RIPEMD160Pauli2022-10-194-12/+16
* Add a test for TLSv1.3 only client sending a correct key_shareMatt Caswell2022-10-192-226/+1025
* Add a test for where a client sends a non-TLSv1.3 key shareMatt Caswell2022-10-191-10/+40
* Ensure that the key share group is allowed for our protocol versionMatt Caswell2022-10-192-2/+15
* init: fix defined but unused warning/errorPauli2022-10-181-28/+30
* disable 5x interleave on buffers shorter than 512 bytes: 3% speedup on Graviton2Sebastian Pop2022-10-181-1/+1
* Fix documentation for OFB/OCB in the FIPS providerJoachim Vandersmissen2022-10-171-2/+2
* Add missing include for DH_get0_priv_key()Tomas Mraz2022-10-171-0/+2
* Fix an occasional CI failure due to unaligned accessBernd Edlinger2022-10-131-4/+14
* Add translation for ECX group parameterJuergen Christ2022-10-131-1/+36
* eckey_priv_encode(): Call ASN1_STRING_free() only on an ASN1_STRINGTomas Mraz2022-10-111-9/+9
* Prepare for 3.0.7Matt Caswell2022-10-113-2/+10