summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-09-21tweak previous: remove trailing blank and improve a wording;Ingo Schwarze
2017-09-20Properly document the typical write(2) loop,Ingo Schwarze
2017-09-20Keep track of which keypair is in use by a TLS context.Joel Sing
2017-09-20Slightly restructure tls_ocsp_verify_cb() to make it more like libtls code.Joel Sing
2017-09-20Provide a useful error if there are no OCSP URLs in the peer certificate.Joel Sing
2017-09-20Fix indentation.Joel Sing
2017-09-18Document readdir_r() return value and update style of the exampleTodd C. Miller
2017-09-17__progname has type char *, we cannot change its type without causingOtto Moerbeek
2017-09-12mapalign returns MAP_FAILED for failuer; from George KoehlerOtto Moerbeek
2017-09-12Update the documentation regarding /dev/mem and /dev/kmem;Ingo Schwarze
2017-09-11check double free before canary for chunks; ok millert@Otto Moerbeek
2017-09-10shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to bePhilip Guenther
2017-09-10Fix spelling of 4.3BSD-Net/2.Ingo Schwarze
2017-09-10sysctl strings include the termingating NUL character in both in and out lengthsTom Cosgrove
2017-09-08In compiler-rt, a few assembler implementations for i386 floating pointChristian Weisgerber
2017-09-05Remove unused 32bit version of elf_hash().Martin Pieuchot
2017-09-05New POSIX xlocale implementation written from scratch.Ingo Schwarze
2017-09-05Add additional errno values required by POSIX.Jonathan Gray
2017-09-05Move mutex, condvar, and thread-specific data routes, pthread_once, andPhilip Guenther
2017-09-03Checking sizeof size_t by SIZE_MAX instead of _LP64Kinichiro Inoguchi
2017-09-02delete pointless .Tn ASCII found by jca@ with mandoc -TlintIngo Schwarze
2017-08-31Remove OPENSSL_NO_NEXTPROTONEG - some software creates conflictingJoel Sing
2017-08-31Mention strtok_r in STANDARDSJeremie Courreges-Anglas
2017-08-30Move the full extension building into tlsext_{client,server}hello_build(),Joel Sing
2017-08-30Bump libssl/libtls minors due to symbol (re)addition.Joel Sing
2017-08-30Bring back the NPN related symbols.Joel Sing
2017-08-30Bring back the RSA_SSLV23_PADDING define.Joel Sing
2017-08-30Fix ifdef to if in gcm128.cKinichiro Inoguchi
2017-08-29When OCSP status type is unknown, ignore the extension.Doug Hogan
2017-08-29It is confusing to talk about priorities being ordered from highTodd C. Miller
2017-08-29Actually parse the ALPN extension in a client hello, even if no ALPNJoel Sing
2017-08-29isunordered() returns true if at least one of the arguments is NaNTodd C. Miller
2017-08-28ECDHE-RSA-DES-CBC3-SHA should not be marked HIGH.Joel Sing
2017-08-28Bump lib{crypto,ssl,tls} majors due to symbol removals.Joel Sing
2017-08-28Remove EVP_aead_chacha20_poly1305_old() now that the original/oldJoel Sing
2017-08-28Remove documentation for EVP_aead_chacha20_poly1305_ietf() - this wasJoel Sing
2017-08-28Put the opening curly brace in the right place.Joel Sing
2017-08-28Remove RSA_padding_add_SSLv23()/RSA_padding_check_SSLv23() and relatedJoel Sing
2017-08-28Define OPENSSL_NO_NEXTPROTONEG since there is no longer any NPN.Joel Sing
2017-08-28Completely remove NPN remnants.Joel Sing
2017-08-28Add %option noinput to suppress an unused function warning.Todd C. Miller
2017-08-28Remove the original (pre-IETF) chacha20-poly1305 cipher suites.Joel Sing
2017-08-28Fix unchecked return nitBob Beck
2017-08-27Rewrite SRTP extension using CBB/CBS and the new extension framework.Doug Hogan
2017-08-27Make the symbol for ASN1_time_tm_clamp_notafter visible so libtlsBob Beck
2017-08-26Rewrite ALPN extension using CBB/CBS and the new extension framework.Doug Hogan
2017-08-26For exceptional cases of mathematical formulae that can't reasonablyIngo Schwarze
2017-08-23Work around bug in F5's handling of the supported elliptic curves extension.Doug Hogan
2017-08-23Update libexpat to 2.2.4. Fix copying partial UTF-8 characters.Alexander Bluhm
2017-08-22Remove mpool.libtp, it was part of the Berkeley DB tarball but notTodd C. Miller