| Commit message (Expand) | Author | Files | Lines |
2017-08-21 | Mention three functions related to protocol selection by the client | schwarze | 1 | -3/+48 |
2017-08-21 | Delete non-existent function SSL_flush_sessions(); | schwarze | 1 | -12/+4 |
2017-08-21 | Delete non-existent functions SSL_add_session() and SSL_remove_session() and | schwarze | 1 | -18/+6 |
2017-08-20 | New manual page X509_check_private_key(3), using information | schwarze | 3 | -4/+69 |
2017-08-20 | fix a pasto in the description of UI_get0_result_string(3); | schwarze | 1 | -4/+4 |
2017-08-20 | Add a BUGS section stating that RSA_PKCS1_PADDING is weak by design; | schwarze | 1 | -3/+11 |
2017-08-20 | Add a BUGS section | schwarze | 1 | -3/+10 |
2017-08-20 | import PEM_bytes_read_bio(3) from OpenSSL, | schwarze | 4 | -7/+124 |
2017-08-20 | mention CRYPTO_mem_leaks_cb(3) because OpenSSL | schwarze | 1 | -4/+18 |
2017-08-20 | import EVP_PKEY_meth_get_count.pod from OpenSSL, pruning the functions we | schwarze | 2 | -1/+75 |
2017-08-20 | fix wrong function name; | schwarze | 1 | -6/+7 |
2017-08-20 | sync with OpenSSL: | schwarze | 1 | -4/+14 |
2017-08-20 | zap trailing whitespace; | jmc | 1 | -2/+2 |
2017-08-20 | sprinkle a few missing dependencies on perl scripts internal bits. | espie | 3 | -11/+17 |
2017-08-20 | remove a duplicate BIO_do_accept() call from an example; | schwarze | 1 | -12/+6 |
2017-08-20 | Sync with OpenSSL: document several new functions, plus some additional | schwarze | 1 | -48/+227 |
2017-08-20 | clarify deprecation notice; | schwarze | 1 | -6/+7 |
2017-08-20 | New ASN1_STRING_TABLE_add(3) manual page, based on information from | schwarze | 2 | -1/+94 |
2017-08-20 | two MALLOC_STATS only tweaks; one from David CARLIER, the other found by clang | otto | 1 | -8/+4 |
2017-08-19 | fix .Xr ordering, found with mandoc -Tlint | schwarze | 2 | -6/+6 |
2017-08-19 | Import SSL_CTX_set_min_proto_version(3) from OpenSSL, suggested by jsing@. | schwarze | 5 | -7/+134 |
2017-08-19 | fix a typo and mention OpenBSD in HISTORY; | schwarze | 1 | -3/+5 |
2017-08-16 | test locale priorities and overrides | schwarze | 1 | -1/+36 |
2017-08-16 | test isalpha_l(3), tolower_l(3), wctype_l(3), iswctype_l(3), | schwarze | 1 | -4/+149 |
2017-08-16 | test nl_langinfo_l(3), iswalpha_l(3), towupper_l(3) | schwarze | 2 | -3/+44 |
2017-08-15 | refactor in preparation for testing more functions; no functional change | schwarze | 2 | -114/+117 |
2017-08-14 | Use sendsyslog() directly instead of syslog_r() for the "backwards memcpy" | guenther | 1 | -3/+12 |
2017-08-14 | fix missing bracket on ARM | bcook | 1 | -15/+15 |
2017-08-13 | match function implementation with declaration, ok beck@, doug@ | bcook | 1 | -2/+2 |
2017-08-13 | Add ability to clamp a notafter to values representable in a 32 bit time_t | beck | 3 | -7/+41 |
2017-08-13 | Switch to -Werror with clang for libressl. | doug | 4 | -8/+8 |
2017-08-13 | move endian/word size checks from runtime to compile time | bcook | 4 | -325/+340 |
2017-08-13 | Make SSL{,_CTX}_set_alpn_protos() do atomic updates and handle NULL. | doug | 1 | -10/+38 |
2017-08-13 | Convert the sigma and tau initialisers to byte arrays, rather than using | jsing | 1 | -3/+12 |
2017-08-13 | Remove support for the TLS padding extension. | jsing | 2 | -39/+4 |
2017-08-13 | Nuke SSL_OP_CRYPTOPRO_TLSEXT_BUG. | jsing | 2 | -27/+4 |
2017-08-12 | Rewrite the TLS status request extension to use the new TLS extension framework. | beck | 4 | -178/+307 |
2017-08-12 | Minimize #includes, particularly to avoid thread_private.h | guenther | 2 | -7/+3 |
2017-08-12 | Add regress coverage for the TLS signature algorithms extension. | jsing | 1 | -1/+163 |
2017-08-12 | Convert TLS signature algorithms extension handling to the new framework. | jsing | 6 | -63/+99 |
2017-08-12 | bump to 2.6.1 | bcook | 1 | -3/+3 |
2017-08-12 | Rewrite session ticket TLS extension handling using CBB/CBS and the new | doug | 4 | -66/+447 |
2017-08-12 | Remove NPN test coverage. | jsing | 2 | -129/+1 |
2017-08-12 | Remove NPN support - the -nextprotoneg options now become no-ops. | jsing | 4 | -113/+13 |
2017-08-12 | Remove NPN support. | jsing | 7 | -377/+28 |
2017-08-12 | errant whitespace | beck | 1 | -3/+3 |
2017-08-12 | fix resource leaks, ok @guenther | bcook | 1 | -3/+7 |
2017-08-12 | Import the SSL_CTX_set1_groups(3) manual page from OpenSSL, deleting | schwarze | 5 | -6/+173 |
2017-08-12 | New manual page SSL_set_tmp_ecdh(3) written from scratch. | schwarze | 4 | -7/+112 |
2017-08-12 | Remove lots of outdated information found by jsing@. | schwarze | 1 | -192/+14 |