summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2016-07-17Initialize buffers before use, noted by Kinichiro Inoguchi.Brent Cook
2016-07-16Clean up OCSP_check_validity() a bit more.Bob Beck
2016-07-16Limit the support of the "backward compatible" ssl2 handshake to only beBob Beck
2016-07-10zero the read buffer after copying data to user so it doesn't linger.Ted Unangst
2016-07-07call BN_init on temporaries to avoid use-before-set warningsBrent Cook
2016-07-05remove unneeded duplicate call - spotted by jsing@Bob Beck
2016-07-05On systems where we do not have BN_ULLONG defined (most 64-bit systems),Brent Cook
2016-07-05Add several fixes from OpenSSL to make OCSP work with intermediateBob Beck
2016-06-30Tighten behavior of _rs_allocate failure for portable arc4random implementati...Brent Cook
2016-06-30Tighten behavior of _rs_allocate on Windows.Brent Cook
2016-06-30bump to 2.4.2Brent Cook
2016-06-30Remove flags for disabling constant-time operations.Brent Cook