summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.0.6openssl-3.0.6Matt Caswell2022-10-113-4/+4
* make updateMatt Caswell2022-10-112-45/+45
* Update copyright yearMatt Caswell2022-10-11111-111/+111
* Update CHANGES.md and NEWS.md for new releaseMatt Caswell2022-10-112-2/+98
* set MGF1 digest correctlyJames Muir2022-10-072-3/+61
* Fix LLVM vs Apple LLVM version numbering confusion, for $avx512ifmaRichard Levitte2022-10-051-2/+11
* Fix regression in i2d_re_X509_REQ_tbs()Tomas Mraz2022-10-051-3/+1
* armcap: skip probing _armv7_tick()Cameron Gutman2022-10-041-5/+5
* Disable printf format checking on MinGWDaniel Fiala2022-10-043-1/+5
* Fix error propagatation in BN_check_prime()Kazuki Yamaguchi2022-10-041-2/+3
* Fix examples related to BIO_do_acceptDaniel Fiala2022-10-042-2/+9
* Test usage of a custom EVP_CIPHERMatt Caswell2022-10-031-2/+85
* Ensure we call the cleanup() function when cleaning an EVP_CIPHER_CTXMatt Caswell2022-10-031-0/+2
* Fix usage of custom EVP_CIPHER objectsMatt Caswell2022-10-032-3/+7
* Configurations: mips64*-linux-*abin32 needs bn_ops SIXTY_FOUR_BITAdam Joseph2022-10-031-1/+1
* Fix missing null check in ossl_cmp_log_parse_metadata()Graham Woodward2022-09-301-2/+2
* OpenSSL::config: Fix trivial bugsRichard Levitte2022-09-291-2/+6
* OpenSSL::config: Fix VMS guessesRichard Levitte2022-09-291-6/+10
* OpenSSL::config: determine the MSVC target architecture by asking clRichard Levitte2022-09-292-6/+47
* djgpp: Skip test/rsa_complex.cJ.W. Jagersma2022-09-291-4/+9
* djgpp: Define WATT32_NO_OLDIES before including socket headersJ.W. Jagersma2022-09-291-2/+2
* djgpp: Use usleep() for ossl_sleep()J.W. Jagersma2022-09-291-1/+1
* djgpp: Inherit config from BASE_unixJ.W. Jagersma2022-09-291-0/+1
* Test TLS extension orderingTodd Short2022-09-285-1/+145
* ssl_log_secret call in tls13_key_updatevisbjn2022-09-272-0/+10
* If a ticket key callback returns 0 in TLSv1.3 don't send a ticketMatt Caswell2022-09-272-22/+64
* Test a 0 return from the ticket key callbackMatt Caswell2022-09-271-13/+43
* Add documentation for the OPENSSL_gmtime functionsTodd Short2022-09-263-3/+68
* test: Fix memory leak of asynctestTianjia Zhang2022-09-231-0/+1
* Maximum return value of BIO_ctrl_(w)pending is SIZE_MAXTomas Mraz2022-09-231-0/+9
* Fix error return values from BIO_ctrl_(w)pending()Tomas Mraz2022-09-232-3/+16
* Clear incorrectly reported errors in d2i_CMS_ContentInfoDaniel Fiala2022-09-232-5/+54
* OSSL_PROVIDER_set_default_search_path() return valueolszomal2022-09-231-3/+4
* Add additional messages to the DTLS dropped records testMatt Caswell2022-09-221-25/+45
* Correctly handle a retransmitted ClientHelloMatt Caswell2022-09-221-10/+85
* Coverity 1515415: NULL dereferencePauli2022-09-211-1/+2
* Remove unnecessary definePauli2022-09-211-3/+0
* Runtime detect FIPS RNG usage in testPauli2022-09-211-29/+18
* Remove FIPS condition on IV gen test.Pauli2022-09-211-4/+0
* Remove FIPS condition on SM2 test.Pauli2022-09-211-2/+2
* apps/ciphers.h: Ensure ossl_assert() is properly declaredRichard Levitte2022-09-201-0/+1
* Check that sk_SSL_CIPHER_value returns non-NULL value.Daniel Fiala2022-09-201-0/+7
* Always use FORMAT_BINARY for infilePatrik Sevallius2022-09-201-3/+0
* Update documentation, standard input is expected to be in binary format tooPatrik Sevallius2022-09-201-2/+1
* Fix detection of ktls support in cross-compile environment on LinuxTomas Mraz2022-09-191-10/+3
* Add an EVP demo for AES key wrapDaniel Fiala2022-09-192-3/+187
* 80-test_ssl_new.t: make dependencies on CTLOG_FILE and TEST_CERTS_DIR explicitDavid von Oheimb2022-09-161-4/+9
* stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb2022-09-166-29/+88
* x509_vpm.c: add missing direct error reporting and improve coding styleDr. David von Oheimb2022-09-161-40/+42
* X509_STORE_CTX_set_default(): improve error handling, also in its useDavid von Oheimb2022-09-162-14/+9