summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2023-09-04internal/numbers.h: Add fallback implementation for UINT32_C and UINT64_CRichard Levitte
2023-09-04Include #include "internal/numbers.h" in ssl/quic/quic_cfq.cRichard Levitte
2023-09-04VMS: Add a fallback definition of socklen_tRichard Levitte
2023-09-04VMS: More header inclusion compensation for VMS C compilerRichard Levitte
2023-09-04Added 'saltlen' option to the OpenSSL enc command line app.slontis
2023-09-04Added a 'saltlen' option to the openssl pkcs8 command line app.slontis
2023-09-04Change PBES2 KDF default salt length to 16 bytes.slontis
2023-09-04Implement dupctx for chacha20 cipherNeil Horman
2023-09-04Move ALIGN32 and ALIGN64 into common.h, and fix for clang-cl.exeTom Cosgrove
2023-09-02Replace ssl3_get_message() with tls_get_message_header() and/or tls_get_messa...Sumitra Sharma
2023-09-02Fix typo in openssl-pkeyutl(1)Sumitra Sharma
2023-09-02Add a test for QUIC non IO retry errorsMatt Caswell
2023-09-02Handle non IO based retry errors in QUICMatt Caswell
2023-09-02Avoid clobbering non-volatile XMM registersBernd Edlinger
2023-09-01QUIC MULTISTREAM TEST: Test SSL_want for consistency with SSL_get_errorHugo Landau
2023-09-01QUIC APL: Implement SSL_wantHugo Landau
2023-09-01QUIC APL: Revise I/O error setting so that the last error is set on successHugo Landau
2023-09-01QUIC APL: Adjust expect_quic_conn_onlyHugo Landau
2023-09-01QUIC RXDP: Reuse allocations between ACK frame processingHugo Landau
2023-09-01QUIC WIRE: When peeking at number of ACK ranges, ensure enough data is availableHugo Landau
2023-09-01Comment on internal flagHugo Landau
2023-09-01Minor fixesHugo Landau
2023-09-01Fix after rebaseHugo Landau
2023-09-01QUIC: Note differences in SSL_wantHugo Landau
2023-09-01QUIC: Update API overview documentHugo Landau