summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add appropriate length checks to tls13_legacy_{read,write}_bytes()jsing2019-02-281-3/+9
* Remove unused record_type from TLSv1.3 handshake actions.jsing2019-02-281-16/+1
* Correct return values for non-fatal alerts.jsing2019-02-261-3/+3
* Correctly propagate EOF from BIO in tls13_legacy_wire_read().jsing2019-02-261-1/+3
* Correctly handle tls_read() and tls_write() failures.jsing2019-02-261-5/+9
* Fix gcc3 compilation error by using a forward declaration instead of atb2019-02-251-3/+3
* revert "Move struct ssl_handshake_tls13_st definition", i.e., movetb2019-02-252-24/+26
* Correctly handle oversize writes.jsing2019-02-251-2/+4
* Add a handshake action sent handler and use it for client finished.jsing2019-02-253-11/+22
* Correct a few error returns.jsing2019-02-251-4/+4
* Move struct ssl_handshake_tls13_st definitioninoguchi2019-02-252-26/+24
* Remove temporary gotos.jsing2019-02-231-7/+3
* Set BIO retry on TLS13_IO_WANT_POLLIN/TLS13_IO_WANT_POLLOUT.jsing2019-02-231-1/+3
* Test that all supported TLS ciphers actually work. Establishbluhm2019-02-218-26/+308
* Wire up alert handling for TLSv1.3.jsing2019-02-212-9/+78
* Change the alert callback return type from int to void.jsing2019-02-212-9/+11
* Fix a few cases where int was used instead of ssize_t.jsing2019-02-211-3/+3
* Convert openssl(1) pkeyutl to the newer style of option handling.inoguchi2019-02-171-198/+278
* Add tests for pkeyutlinoguchi2019-02-161-6/+46
* Correct guards.jsing2019-02-141-3/+3
* Notify the record layer upon handshake completion.jsing2019-02-141-2/+4
* Switch to application traffic keys as appropriate.jsing2019-02-141-1/+17
* Split tls13_record_layer_set_traffic_keys() into two separate functions.jsing2019-02-143-17/+23
* Provide a TLS 1.3 capable client method.jsing2019-02-143-5/+50
* one more error message that should go to stderrtb2019-02-131-2/+3
* Clean up some pesky trailing whitespace.jsing2019-02-131-10/+10
* Handle finished messages in TLSv1.3 client.jsing2019-02-132-14/+131
* New futex(2) based rwlock implementation based on the mutex code.mpi2019-02-131-1/+12
* Xr the byteorder funcs; from tim kuijstenjmc2019-02-131-3/+4
* Implement handling of Certificate and CertificateVerify messages.jsing2019-02-112-31/+214
* getopt(3) returns int, not char. Fix type of ch variable to preventbluhm2019-02-112-6/+6
* "non-existant" is one of those words that don't exist, so use "non-existent"phessler2019-02-101-2/+2
* Preserve the transcript hash at specific stages of the TLSv1.3 handshake.jsing2019-02-102-2/+16
* Fix weird wrap showing cipher list in interactive modeinoguchi2019-02-096-13/+23
* Rename the file that contains the transcript handling code.jsing2019-02-092-3/+3
* Rename tls1_handshake_hash*() to tls1_transcript_hash*().jsing2019-02-097-29/+29
* Provide a reference from the TLSv1.3 context to the handshake state.jsing2019-02-092-19/+25
* Summarize the 4 same name functions and move it to apps.cinoguchi2019-02-097-72/+26
* Implement processing of EncryptedExtensions in the TLS 1.3 client.jsing2019-02-072-8/+28
* Add islower check to show_ciphers in pkey.c and rsa.c.inoguchi2019-02-052-2/+10
* Convert openssl(1) pkey to the newer style of option handling.inoguchi2019-02-051-96/+171
* Implement parsing and processing of TLSv1.3 ServerHello messages.jsing2019-02-043-11/+187
* Make it easier to build with LIBRESSL_HAS_TLS1_3 enabled.jsing2019-02-041-1/+4
* Document missing command line options for the rsautl command.tb2019-02-042-9/+16
* zap spaces before tabstb2019-02-031-5/+5
* Convert openssl(1) rsautl to the newer style of option handling.jsing2019-02-031-121/+196
* Revert r1.38 as it introduces use of a stack value post function return.jsing2019-02-031-50/+86
* Use malloc() and memcpy() the test X25519 x25519_peer_public value.jsing2019-02-031-3/+6
* unwrap a line introduced in previous.tb2019-01-311-3/+2
* Correct handling of TLS sigalgs extension for TLSv1.0/TLSv1.1.jsing2019-01-301-33/+19