aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-05-23Add checks on CRYPTO_set_ex_data return valueFdaSilvaYY1-4/+7
2016-05-23Fix and simplify error handling in (RSA/EC_kmeth)_new_method()FdaSilvaYY2-42/+31
2016-05-23Remove useless NULL checksFdaSilvaYY3-6/+3
2016-05-23Complete the rename of LHASH functions and typesRichard Levitte1-1/+1
2016-05-22Avoid creating an illegal pointerKurt Roeckx1-2/+4
2016-05-22Avoid creating an illegal pointerKurt Roeckx1-1/+5
2016-05-21Constify stack and lhash macros.Dr. Stephen Henson1-6/+7
2016-05-21Add OpenSSL copyright to .pl filesRich Salz130-130/+1040
2016-05-20Fix Windows 64 bit crashesMatt Caswell1-23/+4
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz9-166/+154
2016-05-20Clean up the VMS hacks in crypto/rand/randfile.cRichard Levitte1-16/+6
2016-05-20VMS: setbuf() only takes 32-bit pointersRichard Levitte1-4/+40
2016-05-19Add assembly CRYPTO_memcmp.Andy Polyakov12-11/+318
2016-05-19rand/randfile.c: remove _XOPEN_SOURCE definition.Andy Polyakov1-8/+26
2016-05-19ok was uninitialised on failure.Ben Laurie1-1/+1
2016-05-19When strict SCT fails record verification failureViktor Dukhovni1-0/+2
2016-05-19make updateViktor Dukhovni1-4/+5
2016-05-19Improve and document low-level PEM read routinesViktor Dukhovni1-59/+98
2016-05-18Fix SRP client key computationCynh1-2/+2
2016-05-18Cleanup openssl.ecRichard Levitte1-2/+1
2016-05-18Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni3-9/+48
2016-05-18make updateRichard Levitte1-4/+4
2016-05-18Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte2-9/+23
2016-05-18OID code tidy up.Dr. Stephen Henson3-58/+48
2016-05-18Add some error messages for malloc failsMatt Caswell8-7/+33
2016-05-18Better checks for malloc failure in various METHOD functionsMatt Caswell4-7/+54
2016-05-18Fix some malloc failures in b_addr.cMatt Caswell1-4/+18
2016-05-18Fix a NULL dereference in chacha20_poly1305_init_key()Kazuki Yamaguchi1-9/+13
2016-05-17Manual fixes after copyright consolidationRich Salz30-1255/+167
2016-05-17X509_STORE_CTX accessors.Rich Salz3-69/+72
2016-05-17Copyright consolidation 05/10Rich Salz94-4205/+569
2016-05-17Copyright consolidation 09/10Rich Salz207-10260/+1217
2016-05-17Copyright consolidation 08/10Rich Salz96-4956/+536
2016-05-17Copyright consolidation 07/10Rich Salz97-4886/+546
2016-05-17Copyright consolidation 06/10Rich Salz96-4662/+595
2016-05-17Copyright consolidation 04/10Rich Salz92-4697/+534
2016-05-17Copyright consolidation 03/10Rich Salz1-53/+5
2016-05-17Remove repeated condition from if in X509_NAME_onelineMatt Caswell1-1/+1
2016-05-16ARMv8 assembly pack: add OPENSSL_cleanse.Andy Polyakov1-0/+31
2016-05-16Remove an unneccessary check of cipherMatt Caswell1-1/+1
2016-05-16Use OPENSSL_hexchar2intRich Salz6-44/+17
2016-05-16const correctness: make HMAC_size() take a const *Steffan Karger1-1/+1
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni15-15/+1
2016-05-16Don't require any length of password when decryptingRichard Levitte1-3/+9
2016-05-16Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY4-11/+28
2016-05-16Fix some missing OBJ_dup failure checks.FdaSilvaYY2-2/+2
2016-05-14Fix engine cryptodev: pointer to IVKirill Marinushkin1-1/+1
2016-05-13Fix OpenSSL_memdup error handlingInsu Yun1-12/+15
2016-05-12DJGPP adjustmentsRichard Levitte3-7/+35
2016-05-12Don't leak memory if realloc fails.Dr. Stephen Henson1-2/+4