aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Prepare for release of 3.2 alpha 1openssl-3.2.0-alpha1Matt Caswell3-4/+4
2023-09-07make updateMatt Caswell3-104/+118
2023-09-07Copyright year updatesMatt Caswell1043-1044/+1044
2023-09-06QUIC MULTISTREAM TEST: Add commentHugo Landau1-0/+4
2023-09-06QUIC MULTISTREAM TEST: Adjust spin behaviourHugo Landau1-2/+12
2023-09-06win32: Support condition variable broadcasting on XPHugo Landau1-23/+325
2023-09-06QUIC MULTISTREAM TEST: Synchronize script 20 correctlyHugo Landau1-3/+67
2023-09-06QUIC MULTISTREAM TEST: Run all scripts in both blocking and non-blocking modesHugo Landau1-98/+301
2023-09-06fips compatibility: update 3.1.1 to 3.1.2Pauli1-3/+3
2023-09-06Per other commands, make progress dots in req only w/ -verbosePhilip Prindeville2-3/+17
2023-09-05CMP: generalize ossl_cmp_calc_protection() to handle Edwards curves correctlyDr. David von Oheimb9-82/+128
2023-09-05Update fuzz corpora to latest commitKurt Roeckx1-0/+0
2023-09-05Fix internal memory leaks from OPENSSL_MALLOC_FAILURESBernd Edlinger1-2/+1
2023-09-05Test that NULL BIGNUM is supported in OSSL_PARAM_BLD_push_BN()Tomas Mraz1-3/+4
2023-09-05OSSL_PARAM_BLD_push_BN_pad(): Allow NULL BIGNUMTomas Mraz1-4/+4
2023-09-05apps/cmp.c: fix bug not allowing to reset -csr and -serial option valuesDr. David von Oheimb1-2/+2
2023-09-05apps.c: improve warning texts of parse_name() when skipping RDN inputDr. David von Oheimb1-3/+4
2023-09-05apps.c: fix error messages (newline and needless text) in load_key_certs_crls()Dr. David von Oheimb1-5/+2
2023-09-05MUTEX: Assert on locking failureHugo Landau1-2/+6
2023-09-05Bump actions/checkout from 2 to 4dependabot[bot]15-48/+48
2023-09-05VMS: More header inclusion compensation for VMS C compilerRichard Levitte1-1/+2
2023-09-05Use armv8 .quad instead of .dwordKai Pastor2-12/+12
2023-09-0504-test_encoder_decoder.t: Use algorithm that is non-fips also on 3.0.0Tomas Mraz1-4/+4
2023-09-05quicserver.c: Fix build with no-ssl-traceTomas Mraz1-0/+5
2023-09-04internal/numbers.h: Add fallback implementation for UINT32_C and UINT64_CRichard Levitte2-0/+26
2023-09-04Include #include "internal/numbers.h" in ssl/quic/quic_cfq.cRichard Levitte1-0/+1
2023-09-04VMS: Add a fallback definition of socklen_tRichard Levitte1-0/+3
2023-09-04VMS: More header inclusion compensation for VMS C compilerRichard Levitte1-10/+18
2023-09-04Added 'saltlen' option to the OpenSSL enc command line app.slontis5-12/+58
2023-09-04Added a 'saltlen' option to the openssl pkcs8 command line app.slontis3-8/+71
2023-09-04Change PBES2 KDF default salt length to 16 bytes.slontis8-6/+95
2023-09-04Implement dupctx for chacha20 cipherNeil Horman1-0/+21
2023-09-04Move ALIGN32 and ALIGN64 into common.h, and fix for clang-cl.exeTom Cosgrove4-40/+26
2023-09-02Replace ssl3_get_message() with tls_get_message_header() and/or tls_get_messa...Sumitra Sharma3-3/+4
2023-09-02Fix typo in openssl-pkeyutl(1)Sumitra Sharma1-1/+1
2023-09-02Add a test for QUIC non IO retry errorsMatt Caswell4-6/+106
2023-09-02Handle non IO based retry errors in QUICMatt Caswell2-0/+31
2023-09-02Avoid clobbering non-volatile XMM registersBernd Edlinger1-2/+2
2023-09-01QUIC MULTISTREAM TEST: Test SSL_want for consistency with SSL_get_errorHugo Landau1-9/+59
2023-09-01QUIC APL: Implement SSL_wantHugo Landau3-0/+48
2023-09-01QUIC APL: Revise I/O error setting so that the last error is set on successHugo Landau1-14/+36
2023-09-01QUIC APL: Adjust expect_quic_conn_onlyHugo Landau1-13/+12
2023-09-01QUIC RXDP: Reuse allocations between ACK frame processingHugo Landau3-7/+18
2023-09-01QUIC WIRE: When peeking at number of ACK ranges, ensure enough data is availableHugo Landau1-1/+13
2023-09-01Comment on internal flagHugo Landau1-0/+2
2023-09-01Minor fixesHugo Landau2-2/+2
2023-09-01Fix after rebaseHugo Landau1-1/+1
2023-09-01QUIC: Note differences in SSL_wantHugo Landau1-0/+4
2023-09-01QUIC: Update API overview documentHugo Landau1-4/+21
2023-09-01QUIC: Note that SSL_set_shutdown is not supportedHugo Landau1-0/+2