aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto/dso/dso_vms.c: Better definition of DSO_MALLOC()Richard Levitte2022-10-281-2/+2
* providers/implementations/kdfs/pvkkdf.c: Ensure SIZE_MAX is definedRichard Levitte2022-10-281-0/+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-28/+54
* Check whether buffers have actually been allocated/freedMatt Caswell2022-10-271-8/+33
* Remove some unused OSSL_RECORD_METHOD functionsMatt Caswell2022-10-275-28/+0
* Make SSL_alloc_buffers() and SSL_free_buffers() work againMatt Caswell2022-10-278-19/+108
* add dependabot to keep actions versions up-to-datePaul Kehrer2022-10-271-0/+6
* Use RSA CRT parameters in FIPS self tests.slontis2022-10-272-5/+15
* rand: remove the ossl_rand_pool_add_additional_data() function.Pauli2022-10-275-153/+0
* ssl_cipher_process_rulestr: don't read outside rule_str bufferTodd C. Miller2022-10-261-3/+1
* Fix 32-bit Windows issues related to QUIC Wire functionsRichard Levitte2022-10-253-22/+45
* Fix 32-bit Windows issues related to QUIC_STREAMRichard Levitte2022-10-251-3/+3
* Fix 32-bit Windows issues related to QUIC_ACKM / QUIC_CCRichard Levitte2022-10-255-24/+35
* Fix definitions of SHUT_RD and SHUT_WRRichard Levitte2022-10-252-0/+12
* Github Actions: Enable building QUIC on WindowsRichard Levitte2022-10-251-2/+2
* Fix a lock in provider_remove_store_methods()Matt Caswell2022-10-251-1/+1
* Fix test_tls13_encryption()Matt Caswell2022-10-252-58/+27
* Fix a compilation failure in bio_comp_test.cMatt Caswell2022-10-241-2/+2
* 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
* Fix coverity 1516101 deadcodeDaniel Fiala2022-10-241-1/+3
* crypto: thread: remove ossl_crypto_thread_native_terminateČestmír Kalina2022-10-216-136/+2
* 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
* Remove changes entry for RIPEMD160 in 3.2Tomas Mraz2022-10-211-4/+0
* Add changes entry for RIPEMD160 in 3.0.7Tomas Mraz2022-10-211-0/+6
* Replace BIO_free(bio_err) with BIO_free_all(bio_err)xkernel2022-10-211-1/+1
* test: driver: fix -Wunused-but-set-variableSam James2022-10-211-3/+0
* x509: fix -Wunused-but-set-variableSam James2022-10-211-5/+1
* txt_db: fix -Wunused-but-set-variableSam James2022-10-211-2/+0
* pem: fix -Wunused-but-set-variableSam James2022-10-211-2/+2
* CI: add Clang 15Sam James2022-10-211-1/+26
* Add af_alg errors to the error queueramin2022-10-214-3/+29
* test: threads: replace test_thread_noreturnČestmír Kalina2022-10-211-23/+8
* crypto: thread: serialize concurrent joinsČestmír Kalina2022-10-216-69/+90
* openssl list: add an empty row at the end of each printed list of commands an...Daniel Fiala2022-10-211-29/+47
* Fix coverity 1516095 deadcodeTodd Short2022-10-211-1/+7
* Fix coverity 1516094 uninitTodd Short2022-10-211-1/+4
* Fix coverity 1516093 tainted scalarTodd Short2022-10-211-2/+5
* 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 make updateMatt Caswell2022-10-202-2/+2
* Finer grained error records for provider load/init failuresRichard Levitte2022-10-201-7/+19
* Fix no longer implicitly refresh the cached TBSCertificateGibeom Gwon2022-10-201-48/+32
* Move freeing of BIOs as late as possibleMatt Caswell2022-10-201-5/+11