aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* PKCS12_SAFEBAG_set0_attrs: Remove const from function signatureDaniel Fiala2022-10-133-4/+4
* Fix typo in PKCS12_SAFEBAG_set0_attrsDaniel Fiala2022-10-131-1/+1
* optimize ossl_sm4_set_key speedzhangzhilei2022-10-131-13/+24
* Update CHANGES.md and NEWS.md for new releaseMatt Caswell2022-10-122-1/+141
* Add a test for TLSv1.3 only client sending a correct key_shareMatt Caswell2022-10-122-253/+1052
* Add a test for where a client sends a non-TLSv1.3 key shareMatt Caswell2022-10-121-10/+40
* Ensure that the key share group is allowed for our protocol versionMatt Caswell2022-10-122-2/+15
* Fix a return value in tls_default_read_nMatt Caswell2022-10-121-2/+7
* Introduce a step to prepare the BIO before writingMatt Caswell2022-10-127-19/+44
* Remove ktls specific code from tls_setup_write_buffersMatt Caswell2022-10-121-19/+16
* Add a post encryption processing stepMatt Caswell2022-10-127-68/+103
* Add a prepare for encryption stepMatt Caswell2022-10-127-44/+97
* Move record padding out of tls_common.cMatt Caswell2022-10-127-54/+79
* Don't check whether we are using KTLS before calling the cipher functionMatt Caswell2022-10-121-12/+9
* Defer record header preparation to the protocol methodsMatt Caswell2022-10-127-38/+76
* Abstract out the record type processingMatt Caswell2022-10-127-12/+34
* Defer write buffer and WPACKET allocation/initialisation to protocol codeMatt Caswell2022-10-127-116/+285
* Remove an old TODO from the codeMatt Caswell2022-10-121-1/+0
* Use the configured max_send_fragment value in the write record layerMatt Caswell2022-10-128-35/+67
* Remove enc_write_stateMatt Caswell2022-10-127-69/+19
* Remove some unneeded usage of the SSL_CONNECTION objectMatt Caswell2022-10-121-25/+14
* Remove most of the DTLS special casing from the write record codeMatt Caswell2022-10-121-74/+20
* Convert the TLSv1.3 crypto code to the new write record layerMatt Caswell2022-10-129-274/+52
* Add vpaes-loongarch64.pl module.zhuchen2022-10-123-0/+1016
* Add LoongArch64 cpuid and OPENSSL_loongarchcap_Pzhuchen2022-10-125-0/+155
* nit: fix some pointer comparisonsFdaSilvaYY2022-10-121-11/+11
* apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-1215-27/+27
* Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-126-45/+45
* crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-1221-98/+98
* crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-1220-67/+67
* eckey_priv_encode(): Call ASN1_STRING_free() only on an ASN1_STRINGTomas Mraz2022-10-111-9/+9
* test: condition out code that relies on CHACHA.Pauli2022-10-102-3/+27
* Align util/libcrypto.num with the openssl-3.0 branchRichard Levitte2022-10-101-2/+2
* Fixed some grammar and spellingThiago Suchorski2022-10-0911-64/+64
* Fix older clang warning on initializationTomas Mraz2022-10-071-1/+4
* Add design document for the QUIC Stream Receive Buffers moduleTomas Mraz2022-10-071-0/+131
* set MGF1 digest correctlyJames Muir2022-10-072-3/+61
* Update the SSL_CTX_set1_groups documentationMatt Caswell2022-10-071-7/+9
* Add some more brainpool tests for TLSv1.3Matt Caswell2022-10-073-451/+666
* Reimplement brainpool TLSv1.3 support group supportMatt Caswell2022-10-079-11/+52
* Partial revert and reimplement "Enable brainpool curves for TLS1.3"Matt Caswell2022-10-077-82/+6
* Fix crypto/dso/dso_vms.cRichard Levitte2022-10-071-0/+3
* Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branchRichard Levitte2022-10-0742-117/+118
* VMS: For executables, process the use of /INCLUDE=main a bit differentlyRichard Levitte2022-10-061-8/+11
* Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte2022-10-066-11/+9
* Rename ossl_sleep() to OSSL_sleep() and make it publicRichard Levitte2022-10-067-45/+157
* Move the SSLv3 crypto code into the new record layerMatt Caswell2022-10-056-244/+25
* Enable the ability to query the COMP_METHOD being used in the record layerMatt Caswell2022-10-0512-26/+60
* Convert the TLSv1.0/1.1/1.2 crypto code to use the new write record layerMatt Caswell2022-10-057-99/+184
* QUIC Send Stream ManagementHugo Landau2022-10-0510-387/+1642