summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2016-09-02LIB=crypto, kind of neccessaryTheo de Raadt
2016-09-02Fix Makefile for file location movesBob Beck
2016-09-02Remove the libcrypto/crypto directoryBob Beck
2016-09-02Remove the libssl/ssl directoryBob Beck
2016-09-02Remove the libssl/src directoryBob Beck
2012-10-13import OpenSSL-1.0.1cDamien Miller
2010-10-01import OpenSSL-1.0.0aDamien Miller
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2005-04-29import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@Damien Miller
2003-05-11import 0.9.7b (without idea and rc5)Markus Friedl
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker
2016-09-02add iOS support for getentropyBrent Cook
2016-09-02warn on use of deprecated EVP functionsBrent Cook
2016-09-02missing space after commaTheo Buehler
2016-09-02BN_mod_exp_mont_consttime: check for zero modulus.Brent Cook
2016-09-02Make it clear that printable characters of width 0 exist.Ingo Schwarze
2016-09-02Since we support only one non-ASCII LC_CTYPE locale, we don't needIngo Schwarze
2016-09-02Remove old pod docs that are not used or installedBob Beck
2016-09-01remove sparc supportTed Unangst
2016-08-31Crank minor due to API additionBob Beck
2016-08-31Avoid undefined-behavior right-shifting by a word-size # of bits.Brent Cook
2016-08-31Bring in functions used by stunnel and exim from BoringSSL - this bringsBob Beck
2016-08-31Fix some very unnecessary convoultion.Bob Beck
2016-08-27Be more strict when parsing TLS extensions.Joel Sing
2016-08-07Update the link for the getentropy(2) manual to man.openbsd.org/Theo Buehler
2016-08-05Do not *printf %s NULLTheo de Raadt
2016-07-31bump for LibreSSL 2.5.xBrent Cook
2016-07-18don't mix code and decls, ok tedu@Brent Cook
2016-07-17use memset to initialize the unionBrent Cook
2016-07-17remove unused OPENSSL_NO_OBJECT caseBrent Cook