summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-17Correct return value handling in tls13_handshake_recv_action().jsing1-2/+4
2019-03-17Partially clean up the TLS1_get_{,client}_version macros.jsing4-15/+14
2019-03-17Remove the alert level from the TLSv1.3 alert callback.jsing3-7/+6
2019-03-15Document the return values of X509_delete_ext(3) and X509_add_ext(3).schwarze1-11/+15
2019-03-15OpenSSL documents the macro OPENSSL_VERSION_TEXT since Sep 24, 2018;schwarze1-4/+7
2019-03-15Document OCSP_basic_verify(3).schwarze1-5/+75
2019-03-13Fix a number of ASN1_INTEGER vs ASN1_STRING mixups coming from thetb5-13/+11
2019-03-13add a comment to format-pem.pl documenting typical steps to updatesthen1-1/+9
2019-03-13Backport support for probing ARMv8 HW acceleration capabilities on armv7patrick3-32/+121
2019-03-10fix some cases of spaces before full stops, where none were neccessary;jmc1-3/+3
2019-03-10rename CRYPTO_set_locking_callback.3 to CRYPTO_lock.3schwarze2-4/+4
2019-03-10delete functions from the manual page that do nothing in LibreSSLschwarze3-318/+87
2019-03-06Typo in comment.tb1-2/+2
2019-03-04Don't index a void pointer, fixes compilation with visual studio.millert1-2/+3
2019-03-02Fix OID for sm3WithRSAEncryption which was apparently mixed uptb1-1/+1
2019-02-28Implement non-SSL_MODE_ENABLE_PARTIAL_WRITE in tls13_legacy_write_bytes().jsing1-3/+34
2019-02-28Automatically complete the handshake from tls13_legacy_{read,write}_bytes()jsing3-3/+17
2019-02-28Set the SSL state as part of tls13_legacy_connect().jsing1-2/+5
2019-02-28Add appropriate length checks to tls13_legacy_{read,write}_bytes()jsing1-3/+9
2019-02-28Remove unused record_type from TLSv1.3 handshake actions.jsing1-16/+1
2019-02-26Correct return values for non-fatal alerts.jsing1-3/+3
2019-02-26Correctly propagate EOF from BIO in tls13_legacy_wire_read().jsing1-1/+3
2019-02-26Correctly handle tls_read() and tls_write() failures.jsing1-5/+9
2019-02-25Fix gcc3 compilation error by using a forward declaration instead of atb1-3/+3
2019-02-25revert "Move struct ssl_handshake_tls13_st definition", i.e., movetb2-24/+26
2019-02-25Correctly handle oversize writes.jsing1-2/+4
2019-02-25Add a handshake action sent handler and use it for client finished.jsing3-11/+22
2019-02-25Correct a few error returns.jsing1-4/+4
2019-02-25Move struct ssl_handshake_tls13_st definitioninoguchi2-26/+24
2019-02-23Remove temporary gotos.jsing1-7/+3
2019-02-23Set BIO retry on TLS13_IO_WANT_POLLIN/TLS13_IO_WANT_POLLOUT.jsing1-1/+3
2019-02-21Test that all supported TLS ciphers actually work. Establishbluhm8-26/+308
2019-02-21Wire up alert handling for TLSv1.3.jsing2-9/+78
2019-02-21Change the alert callback return type from int to void.jsing2-9/+11
2019-02-21Fix a few cases where int was used instead of ssize_t.jsing1-3/+3
2019-02-17Convert openssl(1) pkeyutl to the newer style of option handling.inoguchi1-198/+278
2019-02-16Add tests for pkeyutlinoguchi1-6/+46
2019-02-14Correct guards.jsing1-3/+3
2019-02-14Notify the record layer upon handshake completion.jsing1-2/+4
2019-02-14Switch to application traffic keys as appropriate.jsing1-1/+17
2019-02-14Split tls13_record_layer_set_traffic_keys() into two separate functions.jsing3-17/+23
2019-02-14Provide a TLS 1.3 capable client method.jsing3-5/+50
2019-02-13one more error message that should go to stderrtb1-2/+3
2019-02-13Clean up some pesky trailing whitespace.jsing1-10/+10
2019-02-13Handle finished messages in TLSv1.3 client.jsing2-14/+131
2019-02-13New futex(2) based rwlock implementation based on the mutex code.mpi1-1/+12
2019-02-13Xr the byteorder funcs; from tim kuijstenjmc1-3/+4
2019-02-11Implement handling of Certificate and CertificateVerify messages.jsing2-31/+214
2019-02-11getopt(3) returns int, not char. Fix type of ch variable to preventbluhm2-6/+6
2019-02-10"non-existant" is one of those words that don't exist, so use "non-existent"phessler1-2/+2