aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-18Cleanup openssl.ecRichard Levitte1-2/+1
2016-05-18Fix util/mkerr.plRichard Levitte1-17/+37
2016-05-18Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni6-10/+64
2016-05-18Clarify negative return from X509_verify_cert()Viktor Dukhovni1-6/+7
2016-05-18Make OPENSSL_die as noreturnhesiod2-1/+9
2016-05-18Document the esc_2254 command line name optionRichard Levitte1-1/+6
2016-05-18make updateRichard Levitte1-4/+4
2016-05-18Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte4-9/+29
2016-05-18OID code tidy up.Dr. Stephen Henson4-58/+49
2016-05-18Consolidate copyright for demosRich Salz25-0/+223
2016-05-18Add some error messages for malloc failsMatt Caswell12-11/+47
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-18Add some check for malloc failure in the CAPI engineMatt Caswell1-6/+26
2016-05-18Fix ts app help messageFdaSilvaYY1-2/+2
2016-05-18Locally declare some variablesFdaSilvaYY2-6/+5
2016-05-18Few cleanups in s_client, s_server apps.FdaSilvaYY3-36/+26
2016-05-18Fix a NULL dereference in chacha20_poly1305_init_key()Kazuki Yamaguchi1-9/+13
2016-05-17Manual fixes after copyright consolidationRich Salz44-1919/+267
2016-05-17X509_STORE_CTX accessors.Rich Salz8-91/+100
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 Salz98-4889/+547
2016-05-17Copyright consolidation 06/10Rich Salz96-4662/+595
2016-05-17Copyright consolidation 04/10Rich Salz92-4697/+534
2016-05-17Copyright consolidation 03/10Rich Salz85-4248/+520
2016-05-17Copyright consolidation 02/10Rich Salz72-2985/+421
2016-05-17Copyright consolidation 01/10Rich Salz102-7459/+607
2016-05-17Add a comment to explain the use of |num_recs|Matt Caswell1-1/+9
2016-05-17Fix RSA dasync engine bugMatt Caswell1-1/+1
2016-05-17Use the current record offset in ssl3_get_recordMatt Caswell1-1/+2
2016-05-17There is only one read bufferMatt Caswell1-1/+1
2016-05-17Fix typos in apps/enc.cKurt Cancemi1-2/+2
2016-05-17Fix some out of date commentsMatt Caswell3-6/+6
2016-05-17Remove repeated condition from if in X509_NAME_onelineMatt Caswell1-1/+1
2016-05-17Correct documentation errorMatt Caswell1-3/+3
2016-05-16test/evp_test.c: exercise in-place encryption.Andy Polyakov1-19/+35
2016-05-16ARMv8 assembly pack: add OPENSSL_cleanse.Andy Polyakov2-1/+32
2016-05-16Remove an unneccessary check of cipherMatt Caswell1-1/+1
2016-05-16Use OPENSSL_hexchar2intRich Salz8-59/+26
2016-05-16Use app_malloc; two missing cases.Rich Salz2-2/+2
2016-05-16const correctness: make HMAC_size() take a const *Steffan Karger2-2/+2
2016-05-16session tickets: use more sizeofKurt Roeckx3-15/+23
2016-05-16Use AES256 for the default encryption algoritm for TLS session ticketsTJ Saunders3-4/+4
2016-05-16session tickets: Use sizeof() for the various fieldsTJ Saunders4-17/+33
2016-05-16Don't load same config file twice.Dr. Stephen Henson4-4/+4
2016-05-16Documentation: Clarify sizes for UI_add_input_string()Richard Levitte1-6/+6
2016-05-16Workaround an IO::Socket::IP bugMatt Caswell1-1/+3
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni24-114/+101