aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix rebase errorsManuel Schölling2015-04-061-1/+0
|
* Move connected_socket to its own crate and fix SSL_CTX_set_read_ahead()Manuel Schölling2015-04-061-0/+3
|
* Add DTLSv1 and DTLSv1.2 supportManuel Schölling2015-04-062-0/+5
|
* Add connect() support for UDP socketsManuel Schölling2015-04-062-0/+3
|
* Release v0.6.0v0.6.0Steven Fackler2015-04-051-1/+1
|
* Merge pull request #186 from manuels/set_raw_keySteven Fackler2015-04-051-0/+15
|\ | | | | Use raw keys and certs in SslContext
| * Add SslContext::add_extra_chain_cert()Manuel Schölling2015-04-031-1/+9
| |
| * Add ability to load private keys from files and use raw keys and ↵Manuel Schölling2015-04-031-0/+6
| | | | | | | | certificates for SslContext
| * Change SslVerifyMode to bitflags and add SSL_VERIFY_FAIL_IF_NO_PEER_CERTManuel Schölling2015-04-031-0/+1
| | | | | | | | | | SslVerifyMode was changed to bitflags to allow for bitwise operations like (SSL_VERIFY_PEER | SSL_VERIFY_FAIL_IF_NO_PEER_CERT).
* | Release v0.5.5v0.5.5Steven Fackler2015-04-031-1/+1
|/
* Fixup for betaAlex Crichton2015-04-021-0/+12
| | | | Add derive(Clone) and don't negate unsigned numbers
* Release v0.5.4v0.5.4Steven Fackler2015-04-021-1/+1
|
* Fix doctest errorsSteven Fackler2015-04-021-2/+0
|
* rustup: changes to io::ErrorSean McArthur2015-04-021-1/+0
|
* Release v0.5.3v0.5.3Steven Fackler2015-03-291-1/+1
|
* Release v0.5.2v0.5.2Steven Fackler2015-03-251-1/+1
|
* Update to rust masterAlex Crichton2015-03-253-6/+9
|
* openssl-sys: Add TLS extension constantsMarko Lalic2015-03-231-0/+5
|
* openssl-sys: Add NPN functions and constantsMarko Lalic2015-03-232-0/+30
|
* Remove usage of unstable features in openssl-sysAlex Crichton2015-03-163-6/+3
|
* Fix warningsSteven Fackler2015-03-101-1/+1
|
* Merge pull request #172 from reaperhulk/add-ssl-ctx-set-get-optionsSteven Fackler2015-03-071-0/+17
|\ | | | | add support for SSL_CTX_set_options and SSL_CTX_get_options
| * add support for SSL_CTX_clear_options and use bitflagsPaul Kehrer2015-02-231-0/+5
| |
| * add support for SSL_CTX_set_options and SSL_CTX_get_optionsPaul Kehrer2015-02-221-0/+12
| | | | | | | | fixes #168
* | Cut down on unstable features in openssl-sysAlex Crichton2015-03-043-15/+16
| | | | | | | | | | * Move from `old_path` to `path` (leveraging the `fs` feature as well) * Move from `StaticMutex` to `Mutex<()>` as they're dynamically initialized
* | Release v0.5.0v0.5.0Steven Fackler2015-02-271-1/+1
| |
* | Switch to cargo liblibcSteven Fackler2015-02-242-1/+4
|/
* Use new path API in buildscriptSteven Fackler2015-02-222-7/+8
|
* Relase v0.4.3v0.4.3Steven Fackler2015-02-201-1/+1
|
* Fix warningSteven Fackler2015-02-191-1/+1
|
* Release v0.4.2v0.4.2Steven Fackler2015-02-191-1/+1
|
* Fix warningsSteven Fackler2015-02-191-1/+1
|
* Fix debuginfo ICE for nowAlex Crichton2015-02-191-1/+4
|
* Release v0.4.1v0.4.1Steven Fackler2015-02-161-1/+1
|
* Release v0.4.0v0.4.0Steven Fackler2015-02-131-1/+1
|
* Remove deprecated functions from openssl-sysSteven Fackler2015-02-131-6/+0
|
* Don't use pkg-config if any overrides are passedSteven Fackler2015-02-131-5/+10
|
* Stop hardcoding things in openssl-sys build.rsSteven Fackler2015-02-131-26/+23
| | | | This more properly handles Windows builds as well as cross compiles.
* Ask openssl what version it isSteven Fackler2015-02-132-17/+7
|
* Oops, pass include dirs through for 1.0.0 versions tooSteven Fackler2015-02-131-2/+2
|
* Fix shim buildsSteven Fackler2015-02-131-3/+0
| | | | gcc-rs adds the proper link commands for us
* Pass include directories to gccSteven Fackler2015-02-122-14/+16
|
* Make it saferbombless2015-02-131-1/+1
|
* Fix Windows buildbombless2015-02-131-1/+1
|
* Release v0.3.6v0.3.6Steven Fackler2015-02-121-1/+1
|
* Fix for upstream changeSteven Fackler2015-02-122-2/+2
|
* Merge pull request #160 from globin/fix/rustupSteven Fackler2015-02-122-7/+7
|\ | | | | rustup to current master
| * rustup to current masterRobin Gloster2015-02-122-7/+7
| |
* | Move BSD special case after pkg-config lookupsSteven Fackler2015-02-121-11/+14
|/ | | | Also give a better error message if we couldn't find anything
* Release v0.3.5v0.3.5Steven Fackler2015-02-111-1/+1
|