aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add SSL_CTX_get_ciphers()feature/SSL_CTX_get_ciphersKazuki Yamaguchi2016-04-105-6/+22
* Disable some sanitizer checks without PEDANTICEmilia Kasper2016-04-102-5/+3
* Fix warnings exposed by clang-3.8Emilia Kasper2016-04-102-4/+7
* Adjust --strict-warnings builds in TravisEmilia Kasper2016-04-102-6/+11
* Don't check the generated ssl-tests configs on VMSRichard Levitte2016-04-091-1/+2
* VMS doesn't have directory separators in the same sense as UnixRichard Levitte2016-04-091-3/+5
* RSA: the docs still talk about RSA_PKCS1_SSLeayBeat Bolli2016-04-091-4/+4
* Add CHANGES entry for DH and DH_METHOD opacityMatt Caswell2016-04-091-0/+5
* Add documentation for following DH and DH_METHOD opacityMatt Caswell2016-04-095-45/+249
* Fix double free bug in error pathMatt Caswell2016-04-091-0/+1
* make updateMatt Caswell2016-04-091-0/+21
* Make DH_METHOD opaqueMatt Caswell2016-04-095-21/+209
* make updateMatt Caswell2016-04-091-0/+10
* Make DH opaqueMatt Caswell2016-04-0918-115/+305
* Add SSL_DANE typedef for consistency.Rich Salz2016-04-087-22/+23
* Add OCSP to mkdefRich Salz2016-04-081-0/+1
* PPC assembly pack: remove branch hints.Andy Polyakov2016-04-076-25/+25
* Clean-up *_DEBUG options.Andy Polyakov2016-04-0713-69/+21
* Configurations/10-main.conf: omit now redundant -D_WINDLL.Andy Polyakov2016-04-071-7/+19
* windows-makefile.tmpl: clean up after DLL link failure.Andy Polyakov2016-04-071-1/+1
* test/[dane|evp_]test.c: BIO-fy file I/O.Andy Polyakov2016-04-072-19/+19
* bio/bss_file.c: since VS2015 one can't tell apart own and "alien" FILEAndy Polyakov2016-04-071-2/+5
* make updateViktor Dukhovni2016-04-076-17/+18
* Suppress CT callback as appropriateViktor Dukhovni2016-04-0717-237/+382
* Fix client verify mode to check SSL_VERIFY_PEERViktor Dukhovni2016-04-072-15/+2
* Fix memory leak on invalid CertificateRequest.David Benjamin2016-04-071-0/+2
* OpenSSL::Test: when moving directory, affect env as wellRichard Levitte2016-04-071-0/+22
* Allow generate_ssl_tests.pl to find testlibEmilia Kasper2016-04-071-0/+1
* Remove redundant symlinkEmilia Kasper2016-04-071-7/+1
* Better use BIO_snprintf() than snprintf(), in case the later isn't availableRichard Levitte2016-04-071-2/+2
* Fix forgotten adaptation to opaque RSA and RSA_METHODRichard Levitte2016-04-071-32/+48
* always use field namesDr. Stephen Henson2016-04-061-4/+0
* Perl: foreach (@list) { code } is betterRichard Levitte2016-04-061-4/+4
* Add apps/tsget and test/ssltest_old to .gitignoreRichard Levitte2016-04-061-0/+2
* make updateRichard Levitte2016-04-061-0/+41
* Update CHANGES with the new about RSA and RSA_METHODRichard Levitte2016-04-061-0/+5
* Document RSA_METHOD creators/destructor/accessors/writersRichard Levitte2016-04-061-0/+225
* Make the RSA_METHOD structure opaqueRichard Levitte2016-04-067-74/+416
* Document RSA accessors/writersRichard Levitte2016-04-062-20/+93
* Make the RSA structure opaqueRichard Levitte2016-04-0617-100/+248
* Fix no-ocspMatt Caswell2016-04-0610-10/+58
* Remove some OPENSSL_NO_ASYNC guards in initMatt Caswell2016-04-061-8/+1
* Perl cleanup: don't create lists unnecessarilyRichard Levitte2016-04-062-15/+23
* VMS: Fix special case for [.test]ssltest_old.cRichard Levitte2016-04-061-1/+1
* Configure: add BLAKE_DEBUG to --strict-warnings set.Andy Polyakov2016-04-063-3/+3
* Add missing mem leak test activation and checksFdaSilvaYY2016-04-063-0/+28
* Add a check of the FD_SETSIZE before the call to select()Andrea Grandi2016-04-061-0/+10
* Rename ssltest -> ssltest_oldEmilia Kasper2016-04-054-26/+26
* testutil: return 1 on successEmilia Kasper2016-04-056-41/+25
* fix memory leak in caDr. Stephen Henson2016-04-051-1/+1