aboutsummaryrefslogtreecommitdiff
path: root/openssl/src
Commit message (Expand)AuthorAgeFilesLines
* Update to rust masterAlex Crichton2015-03-251-2/+2
* 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
* Merge pull request #187 from manuels/x509_signSteven Fackler2015-03-211-1/+10
|\
| * Add X509Generator::sign()Manuel Schölling2015-03-211-1/+10
* | Fix doc testSteven Fackler2015-03-211-1/+1
|/
* Fix warnings and build issuesSteven Fackler2015-03-202-3/+2
* Fix warningsSteven Fackler2015-03-103-4/+4
* Merge pull request #172 from reaperhulk/add-ssl-ctx-set-get-optionsSteven Fackler2015-03-073-0/+84
|\
| * add support for SSL_CTX_clear_options and use bitflagsPaul Kehrer2015-02-233-11/+69
| * 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-022-1/+13
* | Merge branch 'breaks'Steven Fackler2015-02-2710-155/+142
|\ \
| * | Convert to new IO.Steven Fackler2015-02-2410-155/+142
| * | Switch to cargo liblibcSteven Fackler2015-02-241-1/+1
| |/
* / Silence stability warningSteven Fackler2015-02-261-1/+1
|/
* Remove old attributesSteven Fackler2015-02-211-3/+0
* Update depreciated codeKevin Butler2015-02-207-25/+25
* Unique<T> now derefs to *mut TKevin Butler2015-02-201-26/+27
* Fix warningsSteven Fackler2015-02-191-1/+1
* 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
* Remove deprecated functions from openssl-sysSteven Fackler2015-02-131-1/+1
* rustup to current masterRobin Gloster2015-02-121-24/+24
* Fix builds against 0.9.x OpenSSLSteven Fackler2015-02-081-9/+8
* Move docs to this repo and auto buildSteven Fackler2015-02-0718-0/+4138