summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2016-03-06Make sure stdio functions don't end up in the library, from miod@Bob Beck
2016-03-04graduate bn_expand() to a real function. the openssl version of thisTheo de Raadt
2016-03-04Revert bn_expand until there's consensus on a fix.Doug Hogan
2016-03-02fix the rest of the read_ledword() calls used as lengths to be bounded.Bob Beck
2016-03-02Add bounds checking for BN_hex2bn/BN_dec2bn.Doug Hogan
2016-03-02bound lengths coming out of a pem file to something like realityBob Beck
2016-03-01Remove support for ancient, broken DSA implementations.Doug Hogan
2016-02-29remove NULL checks for pqueue_free()mmcc
2016-01-29Therefor -> Therefore (where appropriate)tb
2016-01-27deprecate SSL_OP_SINGLE_DH_USEBob Beck
2015-12-30Document that the ssl free() functions are NULL safe. OK mmcc@Todd C. Miller
2015-12-24More adress -> addressmmcc
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2015-12-23remove NULL-checks before free()mmcc
2015-12-23assign pointer NULL rather than 0mmcc
2015-12-23assign pointer to NULL rather than 0mmcc
2015-12-22initialize a pointer to NULL rather than 0mmcc
2015-12-14initialize ext_len to 0.Bob Beck
2015-12-14initialize ok to 0Bob Beck
2015-12-14initialize md_len to 0 for readability to quell warnings.Bob Beck
2015-12-12decipher comment. ok bcook@mmcc
2015-12-12move initialization of buf up to quell warnings and make it obvious the err c...Bob Beck
2015-12-12prevent possibly use of uninitialized variableBob Beck
2015-12-12make the counter a size_t as well, which quells a warning on visual studio 2015Bob Beck
2015-12-09bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI changeBrent Cook
2015-12-09Change the counter argument for CRYPTO_chacha_20 to be 64-bits on all platforms.Brent Cook
2015-12-07Remove SHA0 check, as we did in v1.21 of sha.h.Brent Cook
2015-12-04Fix for OpenSSL CVE-2015-3195Bob Beck
2015-12-03Fix for OpenSSL CVE-2015-3194Bob Beck
2015-11-15fix references to lhash(3);Jason McIntyre
2015-11-14mutli -> multiMiod Vallat
2015-11-14Various *syncron* -> *synchron* typos.Miod Vallat
2010-10-01import OpenSSL-1.0.0aDamien Miller
2015-11-12update cross references after deleting the imaginary MLINKSIngo Schwarze
2015-11-12Convert the handful of manuals that had imaginary names,Ingo Schwarze
2015-11-11add missing functions to NAME, or otherwise correct the mlinkJason McIntyre
2015-11-11Convert five more manuals from POD to mdoc.Ingo Schwarze
2015-11-11Convert and enable CMS manuals.Ingo Schwarze
2015-11-10SSL_CTX_sess_set_remove mlink should be SSL_CTX_sess_set_remove_cb;Jason McIntyre
2015-11-06Fix gcc version preprocessor checks to cope with gcc 5.x and beyond;Miod Vallat
2015-11-05Cast Td4[] values (which are uint8_t) to uint32_t before shifting them left byMiod Vallat
2015-11-05Mention ROTL() is always invoked with a proper shift value, due to the way theMiod Vallat
2015-11-03bump to 2.3.2, format LIBRESSL_VERSION_NUMBER like OPENSSL_VERSION_NUMBER.Brent Cook
2015-11-02Fix typo in comment of previous commit: "that that".Reyk Floeter
2015-11-02bump minors after adding EVP_aead_chacha20_poly1305_ietf()Reyk Floeter
2015-11-02Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539,Reyk Floeter
2015-10-30Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead ofMiod Vallat
2015-10-25Sort the obsolete flags.Doug Hogan
2015-10-25Mark SSL_OP_NO_{COMPRESSION,SSLv2,SSLv3} as obsolete.Doug Hogan
2015-10-25Remove last vestige of SSL_OP_NO_SSLv3 support.Doug Hogan