aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Modify TLS support for new X25519 API.Dr. Stephen Henson2016-08-135-43/+66
* Add encoded points to other EC curves too.Dr. Stephen Henson2016-08-131-0/+7
* make updateDr. Stephen Henson2016-08-131-0/+2
* Add point ctrls to X25519Dr. Stephen Henson2016-08-133-12/+68
* Update X25519 key format in evptests.txtDr. Stephen Henson2016-08-131-20/+4
* Add X25519 methods to internal tablesDr. Stephen Henson2016-08-134-1/+9
* add to build.infoDr. Stephen Henson2016-08-131-0/+1
* make errorsDr. Stephen Henson2016-08-132-0/+12
* X25519 public key methodsDr. Stephen Henson2016-08-131-0/+348
* Fix type of ptr field.Dr. Stephen Henson2016-08-131-1/+1
* Use OIDs from draft-ietf-curdle-pkix-02Dr. Stephen Henson2016-08-133-23/+22
* GH1446: Add SSL_SESSION_get0_cipherRich Salz2016-08-124-0/+49
* Check for bad filename in evp_testRich Salz2016-08-121-0/+4
* Update documentation for DSA_SIG and ECDSA_SIG.Dr. Stephen Henson2016-08-122-3/+3
* crypto/sparcv9cap.c: add missing declaration.Andy Polyakov2016-08-121-0/+1
* crypto/ui/ui_openssl.c: let new-line through after query in Windows path.Andy Polyakov2016-08-111-2/+0
* crypto/sparcv9cap.c: fix overstep in getisax.Andy Polyakov2016-08-111-2/+2
* sha/asm/sha1-x86_64.pl: fix crash in SHAEXT code on Windows.Andy Polyakov2016-08-111-2/+2
* Fix doc and help about ca -valid optionFdaSilvaYY2016-08-112-1/+7
* Don't attempt to load the CT log list with no-ecEmilia Kasper2016-08-102-2/+4
* Fixed typojamercee2016-08-101-1/+1
* Documented BIO_set_accept_port()/BIO_get_accept_port()JimC2016-08-101-4/+11
* Adapt BIO_new_accept() to call BIO_set_accept_name()jamercee2016-08-102-14/+19
* Change callers to use the new constants.Rich Salz2016-08-107-18/+19
* Add #defines for magic numbers in API.Rich Salz2016-08-102-6/+20
* Fix spelling of error codeKurt Roeckx2016-08-103-4/+4
* Add some const castsRich Salz2016-08-104-38/+32
* GH1383: Add casts to ERR_PACKRich Salz2016-08-101-5/+7
* Gracefully free a NULL HANDSHAKE_RESULTEmilia Kasper2016-08-101-0/+2
* Add TEST_checkEmilia Kasper2016-08-105-58/+71
* SSL tests: port CT tests, add a few moreEmilia Kasper2016-08-1010-25/+302
* CT: fix documentationEmilia Kasper2016-08-101-9/+9
* SSL test ctx: fix testsEmilia Kasper2016-08-102-2/+18
* Kill PACKET_starts() from bad_dtls_testDavid Woodhouse2016-08-101-22/+6
* Fix clienthellotest to use PACKET functionsDavid Woodhouse2016-08-101-36/+24
* Fix test of first of 255 CBC padding bytes.Adam Langley2016-08-081-3/+3
* speed.c: use size_t instead of int to match function signaturesCristian Stoica2016-08-081-3/+4
* NPN and ALPN: test resumptionEmilia Kasper2016-08-086-52/+950
* Fix ALPN tests when NPN is offEmilia Kasper2016-08-083-11/+7
* Reorganize SSL test structuresEmilia Kasper2016-08-0828-913/+1698
* Fix CIPHER_DEBUGJimC2016-08-061-1/+1
* Add a note about a perl issue on VMS and how to work around itRichard Levitte2016-08-062-2/+20
* Fix irregularities in GENERAL_NAME_print().Tomas Mraz2016-08-051-2/+2
* Mkae CT_log_new_from_base64 always return 0 on failureRob Percival2016-08-053-3/+5
* fixing too optimistic typo-fixklemens2016-08-051-1/+1
* spelling fixes, just comments and readme.klemens2016-08-0556-82/+82
* Removes CTLOG_new_null from the CT public APIRob Percival2016-08-053-19/+4
* openssl-format-source: A few more (DECLARE|IMPLEMENT) variants to care forRichard Levitte2016-08-051-1/+1
* The capi engine uses stdio, so don't build it when configuring 'no-stdio'Richard Levitte2016-08-051-1/+1
* Remove OPENSSL_NO_STDIO guards around certain SSL cert/key functionsRichard Levitte2016-08-051-14/+0