Age | Commit message (Expand) | Author |
2017-09-18 | Document readdir_r() return value and update style of the example | Todd C. Miller |
2017-09-17 | __progname has type char *, we cannot change its type without causing | Otto Moerbeek |
2017-09-12 | mapalign returns MAP_FAILED for failuer; from George Koehler | Otto Moerbeek |
2017-09-12 | Update the documentation regarding /dev/mem and /dev/kmem; | Ingo Schwarze |
2017-09-11 | check double free before canary for chunks; ok millert@ | Otto Moerbeek |
2017-09-10 | shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to be | Philip Guenther |
2017-09-10 | Fix spelling of 4.3BSD-Net/2. | Ingo Schwarze |
2017-09-10 | sysctl strings include the termingating NUL character in both in and out lengths | Tom Cosgrove |
2017-09-08 | In compiler-rt, a few assembler implementations for i386 floating point | Christian Weisgerber |
2017-09-05 | Remove unused 32bit version of elf_hash(). | Martin Pieuchot |
2017-09-05 | New POSIX xlocale implementation written from scratch. | Ingo Schwarze |
2017-09-05 | Add additional errno values required by POSIX. | Jonathan Gray |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-09-03 | Checking sizeof size_t by SIZE_MAX instead of _LP64 | Kinichiro Inoguchi |
2017-09-02 | delete pointless .Tn ASCII found by jca@ with mandoc -Tlint | Ingo Schwarze |
2017-08-31 | Remove OPENSSL_NO_NEXTPROTONEG - some software creates conflicting | Joel Sing |
2017-08-31 | Mention strtok_r in STANDARDS | Jeremie Courreges-Anglas |
2017-08-30 | Move the full extension building into tlsext_{client,server}hello_build(), | Joel Sing |
2017-08-30 | Bump libssl/libtls minors due to symbol (re)addition. | Joel Sing |
2017-08-30 | Bring back the NPN related symbols. | Joel Sing |
2017-08-30 | Bring back the RSA_SSLV23_PADDING define. | Joel Sing |
2017-08-30 | Fix ifdef to if in gcm128.c | Kinichiro Inoguchi |
2017-08-29 | When OCSP status type is unknown, ignore the extension. | Doug Hogan |
2017-08-29 | It is confusing to talk about priorities being ordered from high | Todd C. Miller |
2017-08-29 | Actually parse the ALPN extension in a client hello, even if no ALPN | Joel Sing |
2017-08-29 | isunordered() returns true if at least one of the arguments is NaN | Todd C. Miller |
2017-08-28 | ECDHE-RSA-DES-CBC3-SHA should not be marked HIGH. | Joel Sing |
2017-08-28 | Bump lib{crypto,ssl,tls} majors due to symbol removals. | Joel Sing |
2017-08-28 | Remove EVP_aead_chacha20_poly1305_old() now that the original/old | Joel Sing |
2017-08-28 | Remove documentation for EVP_aead_chacha20_poly1305_ietf() - this was | Joel Sing |
2017-08-28 | Put the opening curly brace in the right place. | Joel Sing |
2017-08-28 | Remove RSA_padding_add_SSLv23()/RSA_padding_check_SSLv23() and related | Joel Sing |
2017-08-28 | Define OPENSSL_NO_NEXTPROTONEG since there is no longer any NPN. | Joel Sing |
2017-08-28 | Completely remove NPN remnants. | Joel Sing |
2017-08-28 | Add %option noinput to suppress an unused function warning. | Todd C. Miller |
2017-08-28 | Remove the original (pre-IETF) chacha20-poly1305 cipher suites. | Joel Sing |
2017-08-28 | Fix unchecked return nit | Bob Beck |
2017-08-27 | Rewrite SRTP extension using CBB/CBS and the new extension framework. | Doug Hogan |
2017-08-27 | Make the symbol for ASN1_time_tm_clamp_notafter visible so libtls | Bob Beck |
2017-08-26 | Rewrite ALPN extension using CBB/CBS and the new extension framework. | Doug Hogan |
2017-08-26 | For exceptional cases of mathematical formulae that can't reasonably | Ingo Schwarze |
2017-08-23 | Work around bug in F5's handling of the supported elliptic curves extension. | Doug Hogan |
2017-08-23 | Update libexpat to 2.2.4. Fix copying partial UTF-8 characters. | Alexander Bluhm |
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 |