summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-12make inability to dup/clone ciphers an errorNeil Horman1-6/+22
2023-09-12Add a test for SSL_CIPHER_find() when used with a QUIC SSL objectMatt Caswell1-0/+44
2023-09-12Fix the SSL_CIPHER_find() function when used with a QCSOMatt Caswell5-4/+18
2023-09-12Add a test for using a PSK with QUICMatt Caswell6-49/+147
2023-09-11augment man pages with information about PKCS12KDF in FIPS modeVladimir Kotal4-2/+22
2023-09-11Add CVE-2023-4807 fix to CHANGES.md and NEWS.mdTomas Mraz2-2/+25
2023-09-11Sync changes between 3.2 and 3.1 branchesTomas Mraz2-1/+9
2023-09-11Fix a possible memleak in rsa_pub_encodeBernd Edlinger2-2/+13
2023-09-11remove unused Appveyour configDmitry Misharov1-82/+0
2023-09-11Bad function definitionDimitri Papadopoulos4-6/+6
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos38-71/+71
2023-09-11Remove repeated wordsDimitri Papadopoulos18-21/+21
2023-09-11Fix test_quic_multistream to allow multiple concurrent testsRichard Levitte1-5/+16
2023-09-11Fix a build failure where recvmmsg is available but not sendmmsgMatt Caswell1-0/+11
2023-09-11Prevent 80-test_cmp_http from accidentally killing perl in error.Randall S. Becker1-1/+1
2023-09-11LoongArch64 assembly pack: add ChaCha20 modulesMin Zhou2-0/+1417
2023-09-10Regexp modifier "r" needs perl 5.14; OpenSSL should build with 5.11, so do no...Rainer Jung1-1/+2
2023-09-09Fix output corruption in req commandBernd Edlinger2-5/+16
2023-09-08Exclude include of poll.h from NonStop builds - not defined on platform.Randall S. Becker1-1/+3
2023-09-08Modify 50-nonstop.conf to enable c99 extensions for uintptr_t.Randall S. Becker1-0/+1
2023-09-08Return NULL if we fail to create a BIO in the demos/quicserverMatt Caswell8-16/+31
2023-09-08Add a missing call to BIO_closesocket()Matt Caswell4-0/+4
2023-09-08Expand the explanation of how to go and do useful work in non-blockingMatt Caswell5-12/+62
2023-09-08Add a new guide page on writing a non-blocking QUIC clientMatt Caswell5-9/+464
2023-09-08Add a new guide page on writing a non-blocking TLS clientMatt Caswell4-1/+370
2023-09-08Add a QUIC non-blocking demoMatt Caswell3-3/+394
2023-09-08Add a TLS non-blocking demoMatt Caswell2-2/+344
2023-09-08Bump coverallsapp/github-action from 2.2.1 to 2.2.3dependabot[bot]1-1/+1
2023-09-08Fix a possible memleak in SRP_VBASE_newBernd Edlinger1-0/+1
2023-09-08OSSL_STORE: Fix error flag clearing and setting (provider path only)Richard Levitte1-2/+2
2023-09-08Add test case for #21986Pauli1-1/+11
2023-09-08Check error return from cms_sd_asn1_ctrl() correctly.Pauli1-3/+3
2023-09-08Fix 80-test_cmp_http.t to be more flexible regarding IP versionsRichard Levitte2-4/+6
2023-09-08BIO_set_accept_name(): To accept from any interface, use *Richard Levitte1-1/+1
2023-09-08Modify the dkeyform type to support enginewangcheng1-1/+1
2023-09-07test/chacha: replace CPUID_OBJ with OPENSSL_CPUID_OBJMin Zhou1-1/+1
2023-09-07Prepare for 3.2 alpha 2Matt Caswell3-4/+4
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