summaryrefslogtreecommitdiff
path: root/openssl/test
AgeCommit message (Collapse)Author
2015-08-15Fix openssl source link in testsSteven Fackler
2015-07-23Make curl follow redirectsSteven Fackler
2015-06-30Add a test that checks whether 3 known subject attributes can be retrieved ↵Jethro Beekman
by NID
2015-06-30Revert "Don't build a custom openssl on OSX"Steven Fackler
This reverts commit 645430602d0f4d56c6ab153b68a11c6be6d8b183. We actually need 1.0.2 for DTLSv1.2 and ALPN
2015-06-29ssl: support ALPNCody P Schafer
Heavily based on the existing NPN wrapping code. Naming of public functions is identical to the NPN ones with `s/npn/alpn/` applied to prevent devs from needing to remember 2 names (and to let my copy the npn tests and perform the subistution to generate the apln tests). It might make sense to (at some point) use macros or a trait to cut down the duplication.
2015-06-27Don't build a custom openssl on OSXSteven Fackler
I don't believe the bugfix the required this is needed anymore
2015-06-25Add a test for connection negotiation failureSteven Fackler
2015-05-18Test reading CN from test certificateJoseph Glanville
2015-04-08Clean up build infrastructureSteven Fackler
2015-04-06Fix preemtively exiting openssl dtls server for testsManuel Schölling
2015-04-06Debug halteproblem with testsManuel Schölling
2015-04-06Fix travis test setup for DTLSManuel Schölling
2015-02-07Fix stuffSteven Fackler
2015-02-07Build fixesSteven Fackler
2015-02-07Move docs to this repo and auto buildSteven Fackler