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