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