aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix special case in BER decoding of negative integertopic/fix-asn1-integer-decodeKazuki Yamaguchi2017-04-281-0/+18
* Remove (broken) diagnostic printRich Salz2017-04-271-6/+0
* fuzz/{client,server}.c: omit _time64 "overload method".Andy Polyakov2017-04-272-16/+12
* Ensure s_client sends an SNI extension by defaultMatt Caswell2017-04-276-18/+58
* Add parentheses on public macros where appropriate.Bernd Edlinger2017-04-2711-147/+168
* Remove unnecessary loop in pkey_rsa_decrypt.Bernd Edlinger2017-04-261-7/+2
* Fix ISO C function/object pointer issueRich Salz2017-04-261-12/+12
* Convert sslapitest to test frameworkRich Salz2017-04-261-1071/+558
* Convert bntest to TEST_ frameworkRich Salz2017-04-262-746/+582
* Return success in custom_ext_parse_old_cb_wrap if parse_cb is NULLGraham Edgecombe2017-04-261-0/+3
* Convert dtls_mtu_test, dtlsv1listentestRich Salz2017-04-265-289/+182
* Fix no-ecDr. Stephen Henson2017-04-261-0/+2
* Don't treat PACKET_remaining() as booleanTatsuhiro Tsujikawa2017-04-262-6/+6
* Break before && operatorTatsuhiro Tsujikawa2017-04-261-5/+5
* Call init and finalization functions per extension messageTatsuhiro Tsujikawa2017-04-264-46/+56
* Clarify that SSL_CTX_remove_session() marks a session as non-resumableMatt Caswell2017-04-262-3/+4
* More SSL_SESSION documentation tweaks based on feedbackMatt Caswell2017-04-262-3/+3
* Tweak SSL_get_session.pod wordingMatt Caswell2017-04-261-13/+13
* Always duplicate the session on NewSessionTicket in TLSv1.3Matt Caswell2017-04-261-1/+9
* Documentation updates for TLSv1.3 sessionsMatt Caswell2017-04-263-2/+75
* Add support for SSL_SESSION_is_resumable()Matt Caswell2017-04-264-13/+21
* Remove TLS1.3 TODO around testing for session id lengthMatt Caswell2017-04-261-1/+0
* Fix unit-tests when no-srp configuredRich Salz2017-04-261-10/+7
* Convert modular exponentiation tests to new frameworkRich Salz2017-04-262-161/+110
* Add tests for version/ciphersuite sanity checksMatt Caswell2017-04-261-0/+31
* Add a ciphersuite config sanity check for serversMatt Caswell2017-04-268-84/+124
* Add a ciphersuite config sanity check for clientsMatt Caswell2017-04-269-15/+69
* Don't overwrite the alert value if there is no alert to sendMatt Caswell2017-04-261-21/+21
* evp_test.c: Add PrivPubKeyPair testsRich Salz2017-04-252-0/+1919
* test: don't make it more complicated than necessary.Andy Polyakov2017-04-252-31/+11
* make updateDr. Stephen Henson2017-04-251-0/+3
* Update documentationDr. Stephen Henson2017-04-251-1/+32
* Add PSS certificate signature testsDr. Stephen Henson2017-04-251-1/+13
* Add certificates with PSS signaturesDr. Stephen Henson2017-04-253-0/+48
* Add custom sig_info setting for RSA-PSSDr. Stephen Henson2017-04-251-1/+38
* Use X509_get_signature_info() when checking security levels.Dr. Stephen Henson2017-04-251-10/+2
* Add support for custom signature parametersDr. Stephen Henson2017-04-257-0/+116
* Tapify libtestutil a bit betterRichard Levitte2017-04-251-1/+14
* Add include path '..' for libtestutilRichard Levitte2017-04-251-1/+1
* Switch command-line utils to new nameopt API.Dmitry Belyavskiy2017-04-2518-105/+142
* Ignore all .a files, not just the top onesRichard Levitte2017-04-251-2/+2
* Add documentation for the -sctp option in command line appsMatt Caswell2017-04-252-0/+14
* Correct some badly formated preprocessor linesRichard Levitte2017-04-253-8/+8
* Add guards around one of use of IPPROTO_SCTP where it was missingRichard Levitte2017-04-251-0/+2
* TAPify testutilRichard Levitte2017-04-255-25/+83
* openssl enc: Don't unbuffer stdinBernard Spil2017-04-251-1/+0
* Fix doc-nits issueMatt Caswell2017-04-251-0/+1
* Address review feedback for the SCTP changesMatt Caswell2017-04-253-2/+15
* Fix issue in 18-dtls-renegotiate.conf.inMatt Caswell2017-04-252-1/+10
* Document BIO_lookup_ex()Matt Caswell2017-04-253-12/+25