aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071043-1044/+1044
* QUIC MULTISTREAM TEST: Add commentHugo Landau2023-09-061-0/+4
* QUIC MULTISTREAM TEST: Adjust spin behaviourHugo Landau2023-09-061-2/+12
* win32: Support condition variable broadcasting on XPHugo Landau2023-09-061-23/+325
* QUIC MULTISTREAM TEST: Synchronize script 20 correctlyHugo Landau2023-09-061-3/+67
* QUIC MULTISTREAM TEST: Run all scripts in both blocking and non-blocking modesHugo Landau2023-09-061-98/+301
* fips compatibility: update 3.1.1 to 3.1.2Pauli2023-09-061-3/+3
* Per other commands, make progress dots in req only w/ -verbosePhilip Prindeville2023-09-062-3/+17
* CMP: generalize ossl_cmp_calc_protection() to handle Edwards curves correctlyDr. David von Oheimb2023-09-059-82/+128
* Update fuzz corpora to latest commitKurt Roeckx2023-09-051-0/+0
* Fix internal memory leaks from OPENSSL_MALLOC_FAILURESBernd Edlinger2023-09-051-2/+1
* Test that NULL BIGNUM is supported in OSSL_PARAM_BLD_push_BN()Tomas Mraz2023-09-051-3/+4
* OSSL_PARAM_BLD_push_BN_pad(): Allow NULL BIGNUMTomas Mraz2023-09-051-4/+4
* apps/cmp.c: fix bug not allowing to reset -csr and -serial option valuesDr. David von Oheimb2023-09-051-2/+2
* apps.c: improve warning texts of parse_name() when skipping RDN inputDr. David von Oheimb2023-09-051-3/+4
* apps.c: fix error messages (newline and needless text) in load_key_certs_crls()Dr. David von Oheimb2023-09-051-5/+2
* MUTEX: Assert on locking failureHugo Landau2023-09-051-2/+6
* Bump actions/checkout from 2 to 4dependabot[bot]2023-09-0515-48/+48
* VMS: More header inclusion compensation for VMS C compilerRichard Levitte2023-09-051-1/+2
* Use armv8 .quad instead of .dwordKai Pastor2023-09-052-12/+12
* 04-test_encoder_decoder.t: Use algorithm that is non-fips also on 3.0.0Tomas Mraz2023-09-051-4/+4
* quicserver.c: Fix build with no-ssl-traceTomas Mraz2023-09-051-0/+5
* internal/numbers.h: Add fallback implementation for UINT32_C and UINT64_CRichard Levitte2023-09-042-0/+26
* Include #include "internal/numbers.h" in ssl/quic/quic_cfq.cRichard Levitte2023-09-041-0/+1
* VMS: Add a fallback definition of socklen_tRichard Levitte2023-09-041-0/+3
* VMS: More header inclusion compensation for VMS C compilerRichard Levitte2023-09-041-10/+18
* Added 'saltlen' option to the OpenSSL enc command line app.slontis2023-09-045-12/+58
* Added a 'saltlen' option to the openssl pkcs8 command line app.slontis2023-09-043-8/+71
* Change PBES2 KDF default salt length to 16 bytes.slontis2023-09-048-6/+95
* Implement dupctx for chacha20 cipherNeil Horman2023-09-041-0/+21
* Move ALIGN32 and ALIGN64 into common.h, and fix for clang-cl.exeTom Cosgrove2023-09-044-40/+26
* Replace ssl3_get_message() with tls_get_message_header() and/or tls_get_messa...Sumitra Sharma2023-09-023-3/+4
* Fix typo in openssl-pkeyutl(1)Sumitra Sharma2023-09-021-1/+1
* Add a test for QUIC non IO retry errorsMatt Caswell2023-09-024-6/+106
* Handle non IO based retry errors in QUICMatt Caswell2023-09-022-0/+31
* Avoid clobbering non-volatile XMM registersBernd Edlinger2023-09-021-2/+2
* QUIC MULTISTREAM TEST: Test SSL_want for consistency with SSL_get_errorHugo Landau2023-09-011-9/+59
* QUIC APL: Implement SSL_wantHugo Landau2023-09-013-0/+48
* QUIC APL: Revise I/O error setting so that the last error is set on successHugo Landau2023-09-011-14/+36
* QUIC APL: Adjust expect_quic_conn_onlyHugo Landau2023-09-011-13/+12
* QUIC RXDP: Reuse allocations between ACK frame processingHugo Landau2023-09-013-7/+18
* QUIC WIRE: When peeking at number of ACK ranges, ensure enough data is availableHugo Landau2023-09-011-1/+13
* Comment on internal flagHugo Landau2023-09-011-0/+2
* Minor fixesHugo Landau2023-09-012-2/+2
* Fix after rebaseHugo Landau2023-09-011-1/+1
* QUIC: Note differences in SSL_wantHugo Landau2023-09-011-0/+4
* QUIC: Update API overview documentHugo Landau2023-09-011-4/+21
* QUIC: Note that SSL_set_shutdown is not supportedHugo Landau2023-09-011-0/+2
* QUIC APL: Report that we do not support SSL_clear correctlyHugo Landau2023-09-011-2/+2
* QUIC: Update API tableHugo Landau2023-09-011-34/+38