summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-08-22Remove mpool.libtp, it was part of the Berkeley DB tarball but notTodd C. Miller
2017-08-21Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(),Theo de Raadt
2017-08-21import SSL_export_keying_material(3) from OpenSSLIngo Schwarze
2017-08-21merge the applicable parts of SSL_set_tlsext_host_name(3) documentation;Ingo Schwarze
2017-08-21Selectively merge OpenSSL commit e091367d May 5 11:56:45 2017 +0100Ingo Schwarze
2017-08-21Mention three functions related to protocol selection by the clientIngo Schwarze
2017-08-21Delete non-existent function SSL_flush_sessions();Ingo Schwarze
2017-08-21Delete non-existent functions SSL_add_session() and SSL_remove_session() andIngo Schwarze
2017-08-20New manual page X509_check_private_key(3), using informationIngo Schwarze
2017-08-20fix a pasto in the description of UI_get0_result_string(3);Ingo Schwarze
2017-08-20Add a BUGS section stating that RSA_PKCS1_PADDING is weak by design;Ingo Schwarze
2017-08-20Add a BUGS sectionIngo Schwarze
2017-08-20import PEM_bytes_read_bio(3) from OpenSSL,Ingo Schwarze
2017-08-20mention CRYPTO_mem_leaks_cb(3) because OpenSSLIngo Schwarze
2017-08-20import EVP_PKEY_meth_get_count.pod from OpenSSL, pruning the functions weIngo Schwarze
2017-08-20fix wrong function name;Ingo Schwarze
2017-08-20sync with OpenSSL:Ingo Schwarze
2017-08-20zap trailing whitespace;Jason McIntyre
2017-08-20sprinkle a few missing dependencies on perl scripts internal bits.Marc Espie
2017-08-20remove a duplicate BIO_do_accept() call from an example;Ingo Schwarze
2017-08-20Sync with OpenSSL: document several new functions, plus some additionalIngo Schwarze
2017-08-20clarify deprecation notice;Ingo Schwarze
2017-08-20New ASN1_STRING_TABLE_add(3) manual page, based on information fromIngo Schwarze
2017-08-20two MALLOC_STATS only tweaks; one from David CARLIER, the other found by clangOtto Moerbeek
2017-08-19fix .Xr ordering, found with mandoc -TlintIngo Schwarze
2017-08-19Import SSL_CTX_set_min_proto_version(3) from OpenSSL, suggested by jsing@.Ingo Schwarze
2017-08-19fix a typo and mention OpenBSD in HISTORY;Ingo Schwarze
2017-08-19Use 0xcc trapsleds instead of default/nop/0xcc in BTC alignmentsTheo de Raadt
2017-08-19Use 0xcc trapsleds instead of default/nop/0xcc in BTC alignmentsTheo de Raadt
2017-08-19Don't need .text before ENTRY(), also minor spacing cleanupsTheo de Raadt
2017-08-19Put _map table into .rodata instead of .textTheo de Raadt
2017-08-15s/DEF_STD/DEF_STRONG/ to match namespace.h differences between librthreadPhilip Guenther
2017-08-15Wrap <sched.h> and <sys/futex.h> so that internal calls go directPhilip Guenther
2017-08-15Sort headers per style(9)Philip Guenther
2017-08-15Copy files from ../librthread in preparation for moving functionalityPhilip Guenther
2017-08-15Copy files from ../librthread in preparation for moving functionalityPhilip Guenther
2017-08-15fmt0 is a wchar_t *, so use %ls to reportTheo de Raadt
2017-08-14Use sendsyslog() directly instead of syslog_r() for the "backwards memcpy"Philip Guenther
2017-08-14fix missing bracket on ARMBrent Cook
2017-08-13match function implementation with declaration, ok beck@, doug@Brent Cook
2017-08-13Add ability to clamp a notafter to values representable in a 32 bit time_tBob Beck
2017-08-13Switch to -Werror with clang for libressl.Doug Hogan
2017-08-13add fktrace to libcTed Unangst
2017-08-13move endian/word size checks from runtime to compile timeBrent Cook
2017-08-13Make SSL{,_CTX}_set_alpn_protos() do atomic updates and handle NULL.Doug Hogan
2017-08-13Convert the sigma and tau initialisers to byte arrays, rather than usingJoel Sing
2017-08-13Remove support for the TLS padding extension.Joel Sing
2017-08-13Nuke SSL_OP_CRYPTOPRO_TLSEXT_BUG.Joel Sing
2017-08-12Rewrite the TLS status request extension to use the new TLS extension framework.Bob Beck
2017-08-12Minimize #includes, particularly to avoid thread_private.hPhilip Guenther