| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | import PEM_bytes_read_bio(3) from OpenSSL, | schwarze | 2017-08-20 | 4 | -7/+124 |
* | mention CRYPTO_mem_leaks_cb(3) because OpenSSL | schwarze | 2017-08-20 | 1 | -4/+18 |
* | import EVP_PKEY_meth_get_count.pod from OpenSSL, pruning the functions we | schwarze | 2017-08-20 | 2 | -1/+75 |
* | fix wrong function name; | schwarze | 2017-08-20 | 1 | -6/+7 |
* | sync with OpenSSL: | schwarze | 2017-08-20 | 1 | -4/+14 |
* | zap trailing whitespace; | jmc | 2017-08-20 | 1 | -2/+2 |
* | sprinkle a few missing dependencies on perl scripts internal bits. | espie | 2017-08-20 | 3 | -11/+17 |
* | remove a duplicate BIO_do_accept() call from an example; | schwarze | 2017-08-20 | 1 | -12/+6 |
* | Sync with OpenSSL: document several new functions, plus some additional | schwarze | 2017-08-20 | 1 | -48/+227 |
* | clarify deprecation notice; | schwarze | 2017-08-20 | 1 | -6/+7 |
* | New ASN1_STRING_TABLE_add(3) manual page, based on information from | schwarze | 2017-08-20 | 2 | -1/+94 |
* | two MALLOC_STATS only tweaks; one from David CARLIER, the other found by clang | otto | 2017-08-20 | 1 | -8/+4 |
* | 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 |
* | Use sendsyslog() directly instead of syslog_r() for the "backwards memcpy" | guenther | 2017-08-14 | 1 | -3/+12 |
* | fix missing bracket on ARM | bcook | 2017-08-14 | 1 | -15/+15 |
* | match function implementation with declaration, ok beck@, doug@ | bcook | 2017-08-13 | 1 | -2/+2 |
* | Add ability to clamp a notafter to values representable in a 32 bit time_t | beck | 2017-08-13 | 3 | -7/+41 |
* | Switch to -Werror with clang for libressl. | doug | 2017-08-13 | 3 | -6/+6 |
* | move endian/word size checks from runtime to compile time | bcook | 2017-08-13 | 4 | -325/+340 |
* | Make SSL{,_CTX}_set_alpn_protos() do atomic updates and handle NULL. | doug | 2017-08-13 | 1 | -10/+38 |
* | Convert the sigma and tau initialisers to byte arrays, rather than using | jsing | 2017-08-13 | 1 | -3/+12 |
* | 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 |
* | Minimize #includes, particularly to avoid thread_private.h | guenther | 2017-08-12 | 2 | -7/+3 |
* | Convert TLS signature algorithms extension handling to the new framework. | jsing | 2017-08-12 | 6 | -63/+99 |
* | bump to 2.6.1 | bcook | 2017-08-12 | 1 | -3/+3 |
* | 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 |
* | Document tls_config_set_dheparams(). | jsing | 2017-08-12 | 1 | -4/+13 |
* | Document tls_reset(). | jsing | 2017-08-12 | 1 | -2/+13 |
* | 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 |
* | new sentence, new line; | jmc | 2017-08-11 | 1 | -3/+4 |
* | Add doug@'s copyright since he just added code to these two files. | jsing | 2017-08-11 | 2 | -2/+4 |
* | Bump minor due to symbol addition. | jsing | 2017-08-11 | 1 | -1/+1 |
* | Rewrite the ECPointFormats TLS extension handling using CBB/CBS and the | doug | 2017-08-11 | 4 | -147/+125 |
* | Add a tls_config_set_ecdhecurves() function to libtls, which allows the | jsing | 2017-08-10 | 7 | -34/+108 |
* | 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 |