summaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-05-12Correctly check for trailing digest options.Dr. Stephen Henson2-16/+27
2016-05-12Remove openssl.specRichard Levitte2-210/+3
2016-05-12Restore support for ENGINE format keys in apps.Dr. Stephen Henson3-9/+22
2016-05-12Don't use GOST ciphersuites with DTLS.Dmitry Belyavsky1-4/+4
2016-05-12Don't leak memory if realloc fails.Dr. Stephen Henson5-18/+27
2016-05-12Add a case for 64-bit OS X in configRichard Levitte2-1/+29
2016-05-12Fix TLSProxy race by adding missing evalViktor Dukhovni1-6/+8
2016-05-11Recommend GH over RT, per team vote.Rich Salz1-32/+58
2016-05-11make updateRichard Levitte1-1/+1
2016-05-11typoDr. Stephen Henson1-1/+1
2016-05-11Update pkcs8 defaults.Dr. Stephen Henson4-27/+31
2016-05-11Adding missing BN_CTX_(start/end) in crypto/ec/ec_key.cSteven Valdez1-1/+3
2016-05-11Replace cipherlist testEmilia Kasper7-70/+244
2016-05-11Make null_compression constMatt Caswell1-1/+1
2016-05-11Fix V2ClientHello handling.David Benjamin1-3/+5
2016-05-11Add -signcert to CA.pl usage message.Dr. Stephen Henson1-1/+1
2016-05-11Fix i2d_X509_AUX, update docs and add testsViktor Dukhovni6-7/+325
2016-05-10Add a couple of checks to prime app.Dr. Stephen Henson1-0/+8
2016-05-10Add -srp option to ciphers command.Dr. Stephen Henson2-6/+31
2016-05-10crypto/des: remove obsolete functions.Andy Polyakov8-635/+11
2016-05-10Configurations: engage MIPS64 Poly1305 module.Andy Polyakov1-1/+2
2016-05-10MIPS64 assembly pack: add Poly1305 module.Andy Polyakov2-0/+415
2016-05-10Configure: replace which() with IPC::Cmd::can_run.Andy Polyakov1-18/+3