summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-05-27Avoid calling memcpy with lenght of 0Kurt Roeckx
2016-05-27Fix fmtstr for BIO_printf() et alRichard Levitte
2016-05-27Prevent an overflow when trying to print excessively big floatsMatt Caswell
2016-05-27Fix implementation of "e" and "g" formats for printing floating pointsMatt Caswell
2016-05-27Fix some issues in b_print.c codeMatt Caswell
2016-05-27fix BN_hex2bn()/BN_dec2bn() memory leakhuangqinjin
2016-05-26Add rfc822Mailbox to string table.Dr. Stephen Henson
2016-05-26Handle Visual C warning about non-standard function names.Richard Levitte
2016-05-25Avoid creating an illegal pointerKurt Roeckx
2016-05-25build.info files: add quotes around any spec that may contain spacesRichard Levitte
2016-05-24Avoid creating an illegal pointerKurt Roeckx
2016-05-24GH919: Fix wrappers for two headersRich Salz
2016-05-24Fix braces in e_aes.c: aes_init_keyTodd Short
2016-05-24Clean up RAND_bytes() callsTodd Short
2016-05-24Fix a mem leak on an error path in OBJ_NAME_add()Matt Caswell
2016-05-23Fix error return value in SRP functionsMatt Caswell
2016-05-23Add error return for OPENSSL_INIT_set_config_filename()Matt Caswell
2016-05-23Use strerror_r()/strerror_s() instead of strerror() where possibleMatt Caswell
2016-05-23#4342: few missing malloc return checks and free in error pathsJ Mohan Rao Arisankala
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-23VMS: remove last VAX vestigesRichard Levitte
2016-05-23Support for traditional format private keys.Dr. Stephen Henson
2016-05-23Add checks on CRYPTO_set_ex_data return valueFdaSilvaYY
2016-05-23Fix and simplify error handling in (RSA/EC_kmeth)_new_method()FdaSilvaYY
2016-05-23Remove useless NULL checksFdaSilvaYY
2016-05-23Complete the rename of LHASH functions and typesRichard Levitte
2016-05-22Avoid creating an illegal pointerKurt Roeckx
2016-05-22Avoid creating an illegal pointerKurt Roeckx
2016-05-21Constify stack and lhash macros.Dr. Stephen Henson
2016-05-21Add OpenSSL copyright to .pl filesRich Salz
2016-05-20Fix Windows 64 bit crashesMatt Caswell
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz
2016-05-20Clean up the VMS hacks in crypto/rand/randfile.cRichard Levitte
2016-05-20VMS: setbuf() only takes 32-bit pointersRichard Levitte
2016-05-19Add assembly CRYPTO_memcmp.Andy Polyakov
2016-05-19rand/randfile.c: remove _XOPEN_SOURCE definition.Andy Polyakov
2016-05-19ok was uninitialised on failure.Ben Laurie
2016-05-19When strict SCT fails record verification failureViktor Dukhovni
2016-05-19make updateViktor Dukhovni
2016-05-19Improve and document low-level PEM read routinesViktor Dukhovni
2016-05-18Fix SRP client key computationCynh
2016-05-18Cleanup openssl.ecRichard Levitte
2016-05-18Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni
2016-05-18make updateRichard Levitte
2016-05-18Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte
2016-05-18OID code tidy up.Dr. Stephen Henson
2016-05-18Add some error messages for malloc failsMatt Caswell
2016-05-18Better checks for malloc failure in various METHOD functionsMatt Caswell
2016-05-18Fix some malloc failures in b_addr.cMatt Caswell
2016-05-18Fix a NULL dereference in chacha20_poly1305_init_key()Kazuki Yamaguchi