summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-05-17X509_STORE_CTX accessors.Rich Salz
2016-05-17Copyright consolidation 05/10Rich Salz
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-17Copyright consolidation 08/10Rich Salz
2016-05-17Copyright consolidation 07/10Rich Salz
2016-05-17Copyright consolidation 06/10Rich Salz
2016-05-17Copyright consolidation 04/10Rich Salz
2016-05-17Copyright consolidation 03/10Rich Salz
2016-05-17Remove repeated condition from if in X509_NAME_onelineMatt Caswell
2016-05-16ARMv8 assembly pack: add OPENSSL_cleanse.Andy Polyakov
2016-05-16Remove an unneccessary check of cipherMatt Caswell
2016-05-16Use OPENSSL_hexchar2intRich Salz
2016-05-16const correctness: make HMAC_size() take a const *Steffan Karger
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-05-16Don't require any length of password when decryptingRichard Levitte
2016-05-16Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY
2016-05-16Fix some missing OBJ_dup failure checks.FdaSilvaYY
2016-05-14Fix engine cryptodev: pointer to IVKirill Marinushkin
2016-05-13Fix OpenSSL_memdup error handlingInsu Yun
2016-05-12DJGPP adjustmentsRichard Levitte
2016-05-12Don't leak memory if realloc fails.Dr. Stephen Henson