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