summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-09-11Remove repeated wordsDimitri Papadopoulos
2023-09-11Fix test_quic_multistream to allow multiple concurrent testsRichard Levitte
2023-09-11Fix a build failure where recvmmsg is available but not sendmmsgMatt Caswell
2023-09-11Prevent 80-test_cmp_http from accidentally killing perl in error.Randall S. Becker
2023-09-11LoongArch64 assembly pack: add ChaCha20 modulesMin Zhou
2023-09-11Regexp modifier "r" needs perl 5.14; OpenSSL should build with 5.11, so do no...Rainer Jung
2023-09-09Fix output corruption in req commandBernd Edlinger
2023-09-08Exclude include of poll.h from NonStop builds - not defined on platform.Randall S. Becker
2023-09-08Modify 50-nonstop.conf to enable c99 extensions for uintptr_t.Randall S. Becker
2023-09-08Return NULL if we fail to create a BIO in the demos/quicserverMatt Caswell
2023-09-08Add a missing call to BIO_closesocket()Matt Caswell
2023-09-08Expand the explanation of how to go and do useful work in non-blockingMatt Caswell
2023-09-08Add a new guide page on writing a non-blocking QUIC clientMatt Caswell
2023-09-08Add a new guide page on writing a non-blocking TLS clientMatt Caswell
2023-09-08Add a QUIC non-blocking demoMatt Caswell
2023-09-08Add a TLS non-blocking demoMatt Caswell
2023-09-08Bump coverallsapp/github-action from 2.2.1 to 2.2.3dependabot[bot]
2023-09-08Fix a possible memleak in SRP_VBASE_newBernd Edlinger
2023-09-08OSSL_STORE: Fix error flag clearing and setting (provider path only)Richard Levitte
2023-09-08Add test case for #21986Pauli
2023-09-08Check error return from cms_sd_asn1_ctrl() correctly.Pauli
2023-09-08Fix 80-test_cmp_http.t to be more flexible regarding IP versionsRichard Levitte
2023-09-08BIO_set_accept_name(): To accept from any interface, use *Richard Levitte
2023-09-08Modify the dkeyform type to support enginewangcheng
2023-09-07test/chacha: replace CPUID_OBJ with OPENSSL_CPUID_OBJMin Zhou
2023-09-07Prepare for 3.2 alpha 2Matt Caswell
2023-09-07Prepare for release of 3.2 alpha 1openssl-3.2.0-alpha1Matt Caswell
2023-09-07make updateMatt Caswell
2023-09-07Copyright year updatesMatt Caswell
2023-09-06QUIC MULTISTREAM TEST: Add commentHugo Landau
2023-09-06QUIC MULTISTREAM TEST: Adjust spin behaviourHugo Landau
2023-09-06win32: Support condition variable broadcasting on XPHugo Landau
2023-09-06QUIC MULTISTREAM TEST: Synchronize script 20 correctlyHugo Landau
2023-09-06QUIC MULTISTREAM TEST: Run all scripts in both blocking and non-blocking modesHugo Landau
2023-09-06fips compatibility: update 3.1.1 to 3.1.2Pauli
2023-09-06Per other commands, make progress dots in req only w/ -verbosePhilip Prindeville
2023-09-05CMP: generalize ossl_cmp_calc_protection() to handle Edwards curves correctlyDr. David von Oheimb
2023-09-05Update fuzz corpora to latest commitKurt Roeckx
2023-09-05Fix internal memory leaks from OPENSSL_MALLOC_FAILURESBernd Edlinger
2023-09-05Test that NULL BIGNUM is supported in OSSL_PARAM_BLD_push_BN()Tomas Mraz
2023-09-05OSSL_PARAM_BLD_push_BN_pad(): Allow NULL BIGNUMTomas Mraz
2023-09-05apps/cmp.c: fix bug not allowing to reset -csr and -serial option valuesDr. David von Oheimb
2023-09-05apps.c: improve warning texts of parse_name() when skipping RDN inputDr. David von Oheimb
2023-09-05apps.c: fix error messages (newline and needless text) in load_key_certs_crls()Dr. David von Oheimb
2023-09-05MUTEX: Assert on locking failureHugo Landau
2023-09-05Bump actions/checkout from 2 to 4dependabot[bot]
2023-09-05VMS: More header inclusion compensation for VMS C compilerRichard Levitte
2023-09-05Use armv8 .quad instead of .dwordKai Pastor
2023-09-0504-test_encoder_decoder.t: Use algorithm that is non-fips also on 3.0.0Tomas Mraz
2023-09-05quicserver.c: Fix build with no-ssl-traceTomas Mraz