| Commit message (Expand) | Author | Age | Files | Lines |
* | Annotate some API-side memory leaks for future resolution. | jsing | 2017-09-25 | 1 | -1/+3 |
* | Fix various issues in the OCSP extension parsing code: | jsing | 2017-09-25 | 1 | -20/+14 |
* | When building the OCSP extension, only add the length prefixed extensions | jsing | 2017-09-25 | 1 | -6/+6 |
* | Move the full extension building into tlsext_{client,server}hello_build(), | jsing | 2017-08-30 | 2 | -47/+26 |
* | Bump libssl/libtls minors due to symbol (re)addition. | jsing | 2017-08-30 | 1 | -1/+1 |
* | Bring back the NPN related symbols. | jsing | 2017-08-30 | 3 | -3/+36 |
* | When OCSP status type is unknown, ignore the extension. | doug | 2017-08-29 | 1 | -1/+6 |
* | Actually parse the ALPN extension in a client hello, even if no ALPN | jsing | 2017-08-29 | 1 | -4/+4 |
* | ECDHE-RSA-DES-CBC3-SHA should not be marked HIGH. | jsing | 2017-08-28 | 1 | -2/+2 |
* | Bump lib{crypto,ssl,tls} majors due to symbol removals. | jsing | 2017-08-28 | 1 | -2/+2 |
* | Completely remove NPN remnants. | jsing | 2017-08-28 | 7 | -107/+9 |
* | Remove the original (pre-IETF) chacha20-poly1305 cipher suites. | jsing | 2017-08-28 | 4 | -73/+5 |
* | Rewrite SRTP extension using CBB/CBS and the new extension framework. | doug | 2017-08-27 | 5 | -274/+250 |
* | Rewrite ALPN extension using CBB/CBS and the new extension framework. | doug | 2017-08-26 | 4 | -143/+159 |
* | Work around bug in F5's handling of the supported elliptic curves extension. | doug | 2017-08-23 | 1 | -2/+16 |
* | import SSL_export_keying_material(3) from OpenSSL | schwarze | 2017-08-21 | 3 | -3/+132 |
* | merge the applicable parts of SSL_set_tlsext_host_name(3) documentation; | schwarze | 2017-08-21 | 1 | -4/+28 |
* | Selectively merge OpenSSL commit e091367d May 5 11:56:45 2017 +0100 | schwarze | 2017-08-21 | 1 | -16/+15 |
* | Mention three functions related to protocol selection by the client | schwarze | 2017-08-21 | 1 | -3/+48 |
* | Delete non-existent function SSL_flush_sessions(); | schwarze | 2017-08-21 | 1 | -12/+4 |
* | Delete non-existent functions SSL_add_session() and SSL_remove_session() and | schwarze | 2017-08-21 | 1 | -18/+6 |
* | New manual page X509_check_private_key(3), using information | schwarze | 2017-08-20 | 1 | -3/+4 |
* | remove a duplicate BIO_do_accept() call from an example; | schwarze | 2017-08-20 | 1 | -12/+6 |
* | fix .Xr ordering, found with mandoc -Tlint | schwarze | 2017-08-19 | 2 | -6/+6 |
* | Import SSL_CTX_set_min_proto_version(3) from OpenSSL, suggested by jsing@. | schwarze | 2017-08-19 | 5 | -7/+134 |
* | fix a typo and mention OpenBSD in HISTORY; | schwarze | 2017-08-19 | 1 | -3/+5 |
* | match function implementation with declaration, ok beck@, doug@ | bcook | 2017-08-13 | 1 | -2/+2 |
* | Switch to -Werror with clang for libressl. | doug | 2017-08-13 | 1 | -2/+2 |
* | Make SSL{,_CTX}_set_alpn_protos() do atomic updates and handle NULL. | doug | 2017-08-13 | 1 | -10/+38 |
* | Remove support for the TLS padding extension. | jsing | 2017-08-13 | 2 | -39/+4 |
* | Nuke SSL_OP_CRYPTOPRO_TLSEXT_BUG. | jsing | 2017-08-13 | 2 | -27/+4 |
* | Rewrite the TLS status request extension to use the new TLS extension framework. | beck | 2017-08-12 | 3 | -177/+179 |
* | Convert TLS signature algorithms extension handling to the new framework. | jsing | 2017-08-12 | 6 | -63/+99 |
* | Rewrite session ticket TLS extension handling using CBB/CBS and the new | doug | 2017-08-12 | 3 | -65/+145 |
* | Remove NPN support. | jsing | 2017-08-12 | 7 | -377/+28 |
* | Import the SSL_CTX_set1_groups(3) manual page from OpenSSL, deleting | schwarze | 2017-08-12 | 5 | -6/+173 |
* | New manual page SSL_set_tmp_ecdh(3) written from scratch. | schwarze | 2017-08-12 | 4 | -7/+112 |
* | Remove lots of outdated information found by jsing@. | schwarze | 2017-08-12 | 1 | -192/+14 |
* | Remove support for DSS/DSA, since we removed the cipher suites a while | jsing | 2017-08-12 | 9 | -85/+16 |
* | Clear the child pointer in CBB_cleanup(), so that we have fewer pointers | jsing | 2017-08-12 | 1 | -1/+2 |
* | remove bogus ".POD" from .Dt name; noticed by jsing@ | schwarze | 2017-08-11 | 1 | -3/+3 |
* | I don't think eay will ever fix this... | jsing | 2017-08-11 | 1 | -2/+2 |
* | style(9) in ssl_set_cert_masks(). | jsing | 2017-08-11 | 1 | -7/+7 |
* | Rewrite EllipticCurves TLS extension handling using CBB/CBS and the new | doug | 2017-08-11 | 4 | -76/+135 |
* | Convert ssl3_send_certificate_request() to CBB. | jsing | 2017-08-11 | 3 | -63/+73 |
* | Add doug@'s copyright since he just added code to these two files. | jsing | 2017-08-11 | 2 | -2/+4 |
* | Rewrite the ECPointFormats TLS extension handling using CBB/CBS and the | doug | 2017-08-11 | 4 | -147/+125 |
* | Clean up the EC key/curve configuration handling. | jsing | 2017-08-10 | 7 | -120/+54 |
* | Pull out the code that identifies if we have an ECC cipher in the cipher | jsing | 2017-08-09 | 3 | -34/+52 |
* | Consistently return from each SSL/SSL_CTX control case, rather than | jsing | 2017-08-09 | 1 | -33/+27 |