summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-01-03Cleanup of verify(1) failure outputViktor Dukhovni
2016-01-02Instead of a local hack, implement SIZE_MAX in numbers.h if it's missingRichard Levitte
2016-01-02Fix a possible memleakRichard Levitte
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni
2016-01-02Refine and re-wrap Min/Max protocol docsViktor Dukhovni
2016-01-02Add support for minimum and maximum protocol versionKurt Roeckx
2016-01-01Fix no-dh.Ben Laurie
2016-01-01remove invalid freeDr. Stephen Henson
2015-12-31Use X509_get0_pubkey where appropriateDr. Stephen Henson
2015-12-30Update to SHA256 for TSA signing digest.Rich Salz
2015-12-30Fix faulty check in the VMS version of opt_prognameRichard Levitte
2015-12-30Remove the #ifndef OPENSSL_SYS_VMS around SSL_add_dir_cert_subjects_to_stackRichard Levitte
2015-12-30Correct missing prototypeRichard Levitte
2015-12-30SIZE_MAX doesn't exist everywhere, supply an alternativeRichard Levitte
2015-12-30Fix some missing or faulty header file inclusionsRichard Levitte
2015-12-30Check for missing DSA parameters.Dr. Stephen Henson
2015-12-29Convert RSA encrypt to use EVP_PKEYDr. Stephen Henson
2015-12-29Prefer ReuseAddr over Reuse, with IO::Socket::INETRichard Levitte
2015-12-29Fix no-engine.Ben Laurie
2015-12-28RT4202: Update rt URL's.Rich Salz
2015-12-28make a "missed make update" updateRich Salz
2015-12-27Increase the max size limit for a CertificateRequest messageMatt Caswell
2015-12-27Simplify calling of the OCSP callbackMatt Caswell
2015-12-27Add some documentation for the OCSP callback functionsMatt Caswell
2015-12-27Ensure we don't call the OCSP callback if resuming a sessionMatt Caswell
2015-12-27Fix error when server does not send CertificateStatus messageMatt Caswell
2015-12-27Add test for missing CertificateStatus messageMatt Caswell
2015-12-24fix no-ecDr. Stephen Henson
2015-12-23Server side EVP_PKEY DH supportDr. Stephen Henson
2015-12-23utility functionDr. Stephen Henson
2015-12-23EVP_PKEY DH client support.Dr. Stephen Henson
2015-12-23Always generate DH keys for ephemeral DH cipher suites.Dr. Stephen Henson
2015-12-23The functions take a SSL *, not a SSL_CTX *Daniel Kahn Gillmor
2015-12-23redundant redeclaration of 'OPENSSL_strlcpy'Roumen Petrov
2015-12-23__STDC_VERSION__ is not defined for c89 compilersRoumen Petrov
2015-12-23remove duplicates in util/libeay.numRoumen Petrov
2015-12-23Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS_D5_BUG support.Kurt Roeckx
2015-12-23Avoid using a dangling pointer when removing the last itemKurt Roeckx
2015-12-23Memory leak in state machine in error pathTodd Short
2015-12-23Refactor DTLS cookie generation and verificationRichard Levitte
2015-12-23Fix inline build failureMatt Caswell
2015-12-22Add ossl_inlineDr. Stephen Henson
2015-12-22add -unref option to mkerr.plDr. Stephen Henson
2015-12-22In mkerr.pl look in directories under ssl/Dr. Stephen Henson
2015-12-22remove unused error codeDr. Stephen Henson
2015-12-22make updateDr. Stephen Henson
2015-12-22unload modules in ssltestDr. Stephen Henson
2015-12-22make errorsDr. Stephen Henson
2015-12-22SSL configuration module docsDr. Stephen Henson
2015-12-22Demo server using SSL_CTX_configDr. Stephen Henson