summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* do not remove links found in .git directoryCristian Stoica2016-05-161-1/+1
* Windows: Add CRYPT32.LIB to the libraries to link you app withRichard Levitte2016-05-161-12/+12
* Do not access SSL struct directly in TLS1_get_version and TLS1_get_client_ver...Alessandro Ghedini2016-05-161-2/+2
* Add SSL_client_version() getter functionAlessandro Ghedini2016-05-163-3/+10
* Add some documentation of SSL_CTX_set_tlsext_status_type()Matt Caswell2016-05-161-13/+23
* Propagate tlsext_status_type from SSL_CTX to SSLjfigus2016-05-164-1/+14
* Fix NPN protocol name list validationKazuki Yamaguchi2016-05-161-3/+3
* Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY2016-05-1615-30/+71
* Small MSVC build fixes.Richard Levitte2016-05-162-4/+6
* Fix some missing OBJ_dup failure checks.FdaSilvaYY2016-05-162-2/+2
* openssl_{startup,shutdown}.com.in are in the source directoryRichard Levitte2016-05-141-2/+2
* Fix various methods declaration in pod fileFdaSilvaYY2016-05-141-8/+8
* Increment size limit for ClientHello messagesAlessandro Ghedini2016-05-141-1/+18
* Fix engine cryptodev: pointer to IVKirill Marinushkin2016-05-141-1/+1
* Fix OpenSSL_memdup error handlingInsu Yun2016-05-131-12/+15
* VMS perl: Fix glob outputRichard Levitte2016-05-131-0/+1
* Add some additional NewSessionTicket testsMatt Caswell2016-05-131-1/+38
* The NewSessionTicket message is not optional.David Benjamin2016-05-131-3/+5
* Fix stack constification definitions.Dr. Stephen Henson2016-05-131-6/+6
* Correct documentation on digest used.Dr. Stephen Henson2016-05-131-3/+2
* Fix signer option and support format SMIME.Dr. Stephen Henson2016-05-134-10/+13
* Windows: When installing libraries and executables, install .pdb files as wellRichard Levitte2016-05-123-4/+24
* DJGPP adjustmentsRichard Levitte2016-05-125-8/+40
* Move the DJGPP target to its own config.Richard Levitte2016-05-122-11/+15
* Fix uninitialized variableRich Salz2016-05-121-1/+1
* Remove proxy tests. Add verify callback tests.Emilia Kasper2016-05-1213-519/+479
* Appease ubsanEmilia Kasper2016-05-121-1/+1
* Correctly check for trailing digest options.Dr. Stephen Henson2016-05-122-16/+27
* Remove openssl.specRichard Levitte2016-05-122-210/+3
* Restore support for ENGINE format keys in apps.Dr. Stephen Henson2016-05-123-9/+22
* Don't use GOST ciphersuites with DTLS.Dmitry Belyavsky2016-05-121-4/+4
* Don't leak memory if realloc fails.Dr. Stephen Henson2016-05-125-18/+27
* Add a case for 64-bit OS X in configRichard Levitte2016-05-122-1/+29
* Fix TLSProxy race by adding missing evalViktor Dukhovni2016-05-111-6/+8
* Recommend GH over RT, per team vote.Rich Salz2016-05-111-32/+58
* make updateRichard Levitte2016-05-111-1/+1
* typoDr. Stephen Henson2016-05-111-1/+1
* Update pkcs8 defaults.Dr. Stephen Henson2016-05-114-27/+31
* Adding missing BN_CTX_(start/end) in crypto/ec/ec_key.cSteven Valdez2016-05-111-1/+3
* Replace cipherlist testEmilia Kasper2016-05-117-70/+244
* Make null_compression constMatt Caswell2016-05-111-1/+1
* Fix V2ClientHello handling.David Benjamin2016-05-111-3/+5
* Add -signcert to CA.pl usage message.Dr. Stephen Henson2016-05-111-1/+1
* Fix i2d_X509_AUX, update docs and add testsViktor Dukhovni2016-05-116-7/+325
* Add a couple of checks to prime app.Dr. Stephen Henson2016-05-101-0/+8
* Add -srp option to ciphers command.Dr. Stephen Henson2016-05-102-6/+31
* crypto/des: remove obsolete functions.Andy Polyakov2016-05-108-635/+11
* Configurations: engage MIPS64 Poly1305 module.Andy Polyakov2016-05-101-1/+2
* MIPS64 assembly pack: add Poly1305 module.Andy Polyakov2016-05-102-0/+415
* Configure: replace which() with IPC::Cmd::can_run.Andy Polyakov2016-05-101-18/+3