aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/ssl
Commit message (Expand)AuthorAgeFilesLines
* Stabilize openssl!Steven Fackler2015-04-021-37/+42
* Remove two featuresSteven Fackler2015-04-021-5/+4
* rustup: changes to io::ErrorSean McArthur2015-04-022-3/+3
* Remove a bunch of use of core featureSteven Fackler2015-03-301-17/+32
* Fix verify data free functionSteven Fackler2015-03-291-16/+22
* Fix error with current rust nightlyFlorian Hartwig2015-03-291-1/+1
* Fix npn featureSteven Fackler2015-03-252-0/+10
* Fix deprecation warningsSteven Fackler2015-03-253-9/+7
* openssl: Add tests for server-side NPNMarko Lalic2015-03-231-0/+41
* openssl: Add tests for client-side NPNMarko Lalic2015-03-231-2/+74
* openssl: Advertise NPN protocols for server socketsMarko Lalic2015-03-231-0/+33
* openssl: Add methods to get the protocol selected by NPNMarko Lalic2015-03-231-0/+33
* openssl: Implement client-side NPN protocol selectionMarko Lalic2015-03-231-1/+34
* openssl: Add method for setting protocols to be used in NPNMarko Lalic2015-03-231-0/+53
* Fix warningsSteven Fackler2015-03-101-1/+1
* Merge pull request #172 from reaperhulk/add-ssl-ctx-set-get-optionsSteven Fackler2015-03-072-0/+81
|\
| * add support for SSL_CTX_clear_options and use bitflagsPaul Kehrer2015-02-232-11/+66
| * add support for SSL_CTX_set_options and SSL_CTX_get_optionsPaul Kehrer2015-02-222-0/+26
* | Added try_clone to SslStream for SslStream<TcpStream>.Aaron Weiss2015-03-021-0/+12
* | Convert to new IO.Steven Fackler2015-02-243-89/+63
|/
* Update depreciated codeKevin Butler2015-02-203-13/+13
* Unique<T> now derefs to *mut TKevin Butler2015-02-201-26/+27
* Rename method for claritySteven Fackler2015-02-161-2/+2
* Properly handle errors in writeSteven Fackler2015-02-161-18/+29
* Deal with openssl errors in readSteven Fackler2015-02-162-4/+26
* rustup to current masterRobin Gloster2015-02-121-24/+24
* Move docs to this repo and auto buildSteven Fackler2015-02-073-0/+972