aboutsummaryrefslogtreecommitdiff
path: root/openssl
Commit message (Expand)AuthorAgeFilesLines
* Release v0.6.0v0.6.0Steven Fackler2015-04-051-2/+2
* Merge pull request #186 from manuels/set_raw_keySteven Fackler2015-04-054-51/+145
|\
| * Fix errors in tests (SslVerifyPeer -> SSL_VERIFY_PEER)Manuel Schölling2015-04-031-16/+16
| * Use raw pointers instead of ptr::UniqueManuel Schölling2015-04-031-6/+6
| * Return Result<(),SslError> instead of Option<SslError>Manuel Schölling2015-04-032-22/+22
| * Add SslContext::add_extra_chain_cert()Manuel Schölling2015-04-032-1/+9
| * Add ability to load private keys from files and use raw keys and certificates...Manuel Schölling2015-04-034-1/+83
| * Change SslVerifyMode to bitflags and add SSL_VERIFY_FAIL_IF_NO_PEER_CERTManuel Schölling2015-04-032-20/+24
* | Release v0.5.5v0.5.5Steven Fackler2015-04-031-2/+2
|/
* Stabilize openssl!Steven Fackler2015-04-022-38/+42
* Fixup for betaAlex Crichton2015-04-026-13/+13
* Remove two featuresSteven Fackler2015-04-022-6/+5
* Release v0.5.4v0.5.4Steven Fackler2015-04-021-2/+2
* Fix doctest errorsSteven Fackler2015-04-021-2/+2
* rustup: changes to io::ErrorSean McArthur2015-04-024-8/+6
* Remove a bunch of use of core featureSteven Fackler2015-03-303-24/+37
* Remove unsafe_destructorSteven Fackler2015-03-302-2/+1
* Release v0.5.3v0.5.3Steven Fackler2015-03-291-2/+2
* Fix verify data free functionSteven Fackler2015-03-293-23/+29
* Fix error with current rust nightlyFlorian Hartwig2015-03-291-1/+1
* Fix npn featureSteven Fackler2015-03-252-0/+10
* Fix deprecation warningsSteven Fackler2015-03-258-42/+37
* Release v0.5.2v0.5.2Steven Fackler2015-03-251-2/+2
* 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
* openssl: Add NPN crate featureMarko Lalic2015-03-231-0/+1
* 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-203-4/+3
* Fix warningsSteven Fackler2015-03-103-4/+4
* Merge pull request #172 from reaperhulk/add-ssl-ctx-set-get-optionsSteven Fackler2015-03-074-0/+87
|\
| * add support for SSL_CTX_clear_options and use bitflagsPaul Kehrer2015-02-234-11/+72
| * 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
* | Release v0.5.0v0.5.0Steven Fackler2015-02-271-2/+2
* | Merge branch 'breaks'Steven Fackler2015-02-2711-155/+145
|\ \
| * | Convert to new IO.Steven Fackler2015-02-2410-155/+142
| * | Switch to cargo liblibcSteven Fackler2015-02-242-1/+4
| |/
* / Silence stability warningSteven Fackler2015-02-261-1/+1
|/
* Remove old attributesSteven Fackler2015-02-211-3/+0
* Relase v0.4.3v0.4.3Steven Fackler2015-02-201-2/+2
* Update depreciated codeKevin Butler2015-02-207-25/+25
* Unique<T> now derefs to *mut TKevin Butler2015-02-201-26/+27
* Release v0.4.2v0.4.2Steven Fackler2015-02-191-2/+2