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