summaryrefslogtreecommitdiffstats
path: root/engines (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-05-16Don't require any length of password when decryptingRichard Levitte1-3/+9
2016-05-16Add support for RC / WINDRES env variablesRichard Levitte3-7/+11
2016-05-16Add missing initialiser in e_chil.cRichard Levitte1-1/+1
2016-05-16do not remove links found in .git directoryCristian Stoica1-1/+1
2016-05-16Windows: Add CRYPT32.LIB to the libraries to link you app withRichard Levitte1-12/+12
2016-05-16Do not access SSL struct directly in TLS1_get_version and TLS1_get_client_ver...Alessandro Ghedini1-2/+2
2016-05-16Add SSL_client_version() getter functionAlessandro Ghedini3-3/+10
2016-05-16Add some documentation of SSL_CTX_set_tlsext_status_type()Matt Caswell1-13/+23
2016-05-16Propagate tlsext_status_type from SSL_CTX to SSLjfigus4-1/+14
2016-05-16Fix NPN protocol name list validationKazuki Yamaguchi1-3/+3
2016-05-16Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY15-30/+71
2016-05-16Small MSVC build fixes.Richard Levitte2-4/+6
2016-05-16Fix some missing OBJ_dup failure checks.FdaSilvaYY2-2/+2
2016-05-14openssl_{startup,shutdown}.com.in are in the source directoryRichard Levitte1-2/+2
2016-05-14Fix various methods declaration in pod fileFdaSilvaYY1-8/+8
2016-05-14Increment size limit for ClientHello messagesAlessandro Ghedini1-1/+18
2016-05-14Fix engine cryptodev: pointer to IVKirill Marinushkin1-1/+1
2016-05-13Fix OpenSSL_memdup error handlingInsu Yun1-12/+15
2016-05-13VMS perl: Fix glob outputRichard Levitte1-0/+1
2016-05-13Add some additional NewSessionTicket testsMatt Caswell1-1/+38
2016-05-13The NewSessionTicket message is not optional.David Benjamin1-3/+5
2016-05-13Fix stack constification definitions.Dr. Stephen Henson1-6/+6
2016-05-13Correct documentation on digest used.Dr. Stephen Henson1-3/+2
2016-05-13Fix signer option and support format SMIME.Dr. Stephen Henson4-10/+13
2016-05-12Windows: When installing libraries and executables, install .pdb files as wellRichard Levitte3-4/+24
2016-05-12DJGPP adjustmentsRichard Levitte5-8/+40
2016-05-12Move the DJGPP target to its own config.Richard Levitte2-11/+15
2016-05-12Fix uninitialized variableRich Salz1-1/+1
2016-05-12Remove proxy tests. Add verify callback tests.Emilia Kasper13-519/+479
2016-05-12Appease ubsanEmilia Kasper1-1/+1