summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-09-04Set errno more consistently, and fix a warning, ok teduNicholas Marriott
2016-09-04Expand DECLARE_ASN1_.*FUNCTIONS macros.Joel Sing
2016-09-04minor tweaks;Jason McIntyre
2016-09-04rmTed Unangst
2016-09-04oops, name file after main functionTed Unangst
2016-09-04it doesn't say anything yet, but start adding a man pageTed Unangst
2016-09-04Place IMPLEMENT_PEM macros under #ifndef LIBRESSL_INTERNAL.Joel Sing
2016-09-04Sort and group functions.Joel Sing
2016-09-04Expand IMPLEMENT_PEM macros.Joel Sing
2016-09-04Sort and group functions.Joel Sing
2016-09-04Expand IMPLEMENT_PEM macros.Joel Sing
2016-09-04Make the key sizes and offsets arrays const, ok teduNicholas Marriott
2016-09-04minor bump for SHA512/256 API additions; ok tedu@ deraadt@Christian Weisgerber
2016-09-04Less S390.Joel Sing
2016-09-04Bump TLS_API for addition of callbacks.Joel Sing
2016-09-04Less IA64.Joel Sing
2016-09-04Less vax.Joel Sing
2016-09-04Maintain consistency with function naming.Joel Sing
2016-09-04Sort headers and use the installed tls.h, rather than the local one.Joel Sing
2016-09-04$OpenBSD$ tagJoel Sing
2016-09-04New sentence, new line. Also wrap at 80 chars.Joel Sing
2016-09-04Add makefiles to compile libc++, libc++abi and libunwind.Patrick Wildt
2016-09-04include <sys/types.h> to get <sys/cdefs.h> instead (for __warn_references)Brent Cook
2016-09-04Add callback-based interface to libtls.Brent Cook
2016-09-04include <sys/cdefs.h> for portableBrent Cook
2016-09-04State that libtls functions apply to both clients and servers, unlessJoel Sing
2016-09-04Add ISRG Root X1, the letsencrypt CA root. This is now included in its ownStuart Henderson
2010-10-01import OpenSSL-1.0.0aDamien Miller
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2005-04-29import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@Damien Miller
2016-09-04Get rid of ticket support, replace "struct _spinlock" with "_atomic_lock_t".Michal Mazurek
2016-09-04only regen pkg-config files when required; ok jasperMartin Natano
2016-09-04jmc says you can never have too many functions in one man page, so listTed Unangst
2016-09-04remove caveats that are either misleading or unhelpful.Ted Unangst
2016-09-03Import libunwind 3.9.0Patrick Wildt
2016-09-03Import libc++abi 3.9.0Patrick Wildt
2016-09-03Import libc++ 3.9.0Patrick Wildt
2016-09-03switch to a constant-time gather procedure for amd64 mont5 asmBrent Cook
2016-09-03add constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.Brent Cook
2016-09-03BN_mod_exp_mont_consttime: check for zero modulus.Brent Cook
2016-09-03Don't list individual valid CLOCK_* values, instead refer toMichal Mazurek
2016-09-03Remove _USING_TICKETS, it's defined as 0. No functional change.Michal Mazurek
2016-09-03Add functions for SHA512/256. The standard says you're supposed to startTed Unangst
2016-09-03Retire zaurus, as it hasn't made the EABI jump and will be permanently brokenPhilip Guenther
2016-09-03tweak previous;Jason McIntyre
2016-09-03remove unused variableBob Beck
2016-09-03Remove NULL pointer checks before calls to free().Nayden Markatchev
2016-09-03note that getpass is obsolete. removed from posix in 2001.Ted Unangst
2016-09-03Enable PIE on arm now that sjlj exceptions are no longer used afterJonathan Gray
2016-09-02fix format stringCharles Longeau