summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Correct TLSv1.3 sequence number increment and wrapping check.jsing2020-03-131-3/+3
* Add missing $OpenBSD$ tag.jsing2020-03-131-0/+1
* Add regress for CBB_add_space().jsing2020-03-131-1/+41
* Ensure that CBB_add_space() always provides zeroed memory.jsing2020-03-131-1/+2
* Use calloc() rather than malloc() when allocating initial CBB buffer.jsing2020-03-121-4/+3
* Use calloc() rather than malloc() when allocating buffers.jsing2020-03-121-3/+3
* Stop overloading the record type for padding length.jsing2020-03-125-13/+10
* Use internal versions of SSL3_BUFFER, SSL3_RECORD and DTLS1_RECORD_DATA.jsing2020-03-129-53/+83
* Use ctx->hs->secrets rather than the S3I(s) version.jsing2020-03-102-4/+4
* Update to follow handshake enum removal.jsing2020-03-101-7/+1
* Remove some unnecessary handshake enums/functions.jsing2020-03-104-26/+4
* Add a return value check to tls13_buffer_extend().jsing2020-03-101-1/+4
* Remove the enc function pointers.jsing2020-03-106-22/+12
* Import openssl-1.1.1d test data to base64test.cinoguchi2020-03-101-1/+97
* Modify regress base64test.cinoguchi2020-03-101-11/+14
* cstyle in illumos noticed some weird syntax, which this fixes.dlg2020-03-091-4/+4
* RFC 8446, section 4.1.3: If a TLSv1.2 client receives a ServerHello fortb2020-03-061-1/+27
* TLSv1.3 servers that intend to downgrade are required to set the lasttb2020-03-061-4/+8
* Check high bit for base64 decodeinoguchi2020-03-041-2/+10
* Fix base64 processing of long linesinoguchi2020-03-031-99/+66
* The decryption_failed alert must not be sent by compliant implementations.tb2020-02-231-2/+2
* According to RFC 8446, Section 4.4.4, recipients of incorrect Finishedtb2020-02-232-4/+4
* Remove the s2n macro now that it is finally unused.jsing2020-02-211-4/+1
* Convert the SSL/TLS record creation code to CBB.jsing2020-02-211-18/+28
* Convert the DTLS header creation code to CBB.jsing2020-02-211-20/+27
* Remove some commented code, remove some pointless comments and move somejsing2020-02-211-17/+6
* Convert dtls1_build_sequence_number() to CBB.jsing2020-02-211-7/+15
* Move l2n/l2n8 into s3_cbc.c, since this is the only code that uses it.jsing2020-02-212-16/+16
* Remove prefix_len, since it is always zero.jsing2020-02-211-4/+3
* Remove now unused variable.jsing2020-02-211-3/+1
* Tag subcommand sectionskn2020-02-191-2/+44
* Refactor do_ssl3_write().jsing2020-02-191-97/+98
* drop unused include <openssl/curve25519.h>tb2020-02-184-10/+4
* Describe the restriction for length of openssl conf value stringinoguchi2020-02-171-2/+4
* Restrict the length of openssl conf value stringinoguchi2020-02-173-5/+14
* Update protocol version test to include TLSv1.3.jsing2020-02-162-0/+3
* Add -tls1_3 and -notls1_3 options to openssl(1) s_client.jsing2020-02-162-23/+37
* Avoid potential NULL dereference when parsing a server keyshare extension.jsing2020-02-161-1/+4
* Avoid leak for tmp.x25519inoguchi2020-02-162-5/+11
* Move the TLSv1.3 code that interfaces with the legacy APIs/stack into ajsing2020-02-153-309/+330
* Remove #include that is not needed.jsing2020-02-151-3/+1
* no need to declare "extern optarg" and "extern optind"schwarze2020-02-143-9/+3
* Standardize argument naming for "sourceaddr" and unify the wording a bit,schwarze2020-02-122-10/+9
* correct Research Unix edition "appeared in" use in HISTORYjsg2020-02-081-3/+3
* Re-enable the TLSv1.3 client since the known issues have been addressed.jsing2020-02-061-3/+1
* Add a workaround to make SSL_set_session() work with TLSv1.3.jsing2020-02-061-1/+9
* Add support for handling hello retry requests in the TLSv1.3 client.jsing2020-02-061-5/+100
* Correctly handle key share extensions in a hello retry request.jsing2020-02-062-4/+11
* Reset the key share so that we do not have an existing peer public key.jsing2020-02-051-1/+7
* Refactor the server hello processing code in the TLSv1.3 client.jsing2020-02-052-22/+46