aboutsummaryrefslogtreecommitdiff
path: root/openssl
Commit message (Collapse)AuthorAgeFilesLines
...
* Release v0.9.16v0.9.16Steven Fackler2017-08-102-4/+4
|
* Merge pull request #675 from sdemos/masterSteven Fackler2017-08-092-0/+62
|\ | | | | added cms decryption
| * added cms decryptionStephen Demos2017-08-092-0/+62
| |
* | Delete DTLS testsSteven Fackler2017-08-082-76/+4
| |
* | Refine sig for set_public_key_affine_coordinatesBradley Beddoes2017-08-091-5/+5
| | | | | | | | | | | | | | | | | | This functions signature was originally defined to require mutable references for `x` / `y` as the underpinning OpenSSL C API was not `const`. However the actual OpenSSL implementation makes no changes. This being the case we've chosen to reflect non mutability at the Rust level.
* | Fix EC_KEY_set_public_key_affine_coordinatesBradley Beddoes2017-08-091-5/+5
| | | | | | | | | | Previous definition incorrectly used `const` pointers but the underpinning library definition (unfortunately) does not.
* | Set the private key within EcKeyBuilderBradley Beddoes2017-08-091-0/+25
| | | | | | | | | | The initial usecase here is creating EcKey instances from JWK representations, that hold private keys, as defined within RFC 7517.
* | Support for EcKey creation from affine coordinatesBradley Beddoes2017-08-093-1/+38
|/ | | | | | | | | Sets the public key for an EcKey based on its affine co-ordinates, i.e. it constructs an EC_POINT object based on the supplied x and y values and sets the public key to be this EC_POINT. The initial usecase here is creating EcKey instances from JWK representations as defined within RFC 7517.
* Init in bn_ctx constructorSteven Fackler2017-07-301-1/+4
|
* Init in Dh constructorsSteven Fackler2017-07-301-4/+12
|
* Add peer_cert_chainSteven Fackler2017-07-291-0/+15
|
* Ignore dtls testsSteven Fackler2017-07-291-1/+1
| | | | | | They're way too flaky. Closes #525
* Tweak formatting on cipher listSteven Fackler2017-07-261-18/+13
|
* Initialize OpenSSL in DSA constructorSteven Fackler2017-07-251-0/+1
| | | | This fixes the double unlock errors that were popping up on circle
* Release v0.9.15v0.9.15Steven Fackler2017-07-192-4/+4
|
* Fix X509::clone implSteven Fackler2017-07-192-1/+8
| | | | Closes #667
* Remove unused importSteven Fackler2017-07-161-1/+0
|
* Switch over Linux tests to CircleCISteven Fackler2017-07-162-94/+0
|
* Tell docs.rs to build with all featuresSteven Fackler2017-07-151-0/+3
|
* Use foreign-type's OpaqueSteven Fackler2017-07-154-18/+6
|
* RustfmtSteven Fackler2017-07-1532-1434/+2999
|
* Init before creating ex indexesSteven Fackler2017-07-151-1/+3
|
* Fix buildSteven Fackler2017-07-152-2/+4
|
* Don't overwrite the configured verify modeSteven Fackler2017-07-151-11/+29
| | | | | We can leverage the new extra data API to configure the verification mode up front so users can reconfigure it as they like.
* Add an API to install extra dataSteven Fackler2017-07-154-11/+122
|
* Move callbacks to a submoduleSteven Fackler2017-07-152-298/+341
|
* Merge pull request #657 from sfackler/rsa-pkcs1Steven Fackler2017-07-061-1/+8
|\ | | | | Support PKCS#1 RSA public keys
| * Support PKCS#1 RSA public keysSteven Fackler2017-07-041-1/+8
| | | | | | | | Closes #656
* | Merge pull request #641 from luser/pskSteven Fackler2017-07-041-1/+49
|\ \ | |/ |/| Expose PSK via a SslContextBuilder::set_psk_callback method
| * Make some changes for review commentsTed Mielczarek2017-06-021-21/+24
| |
| * Expose PSK via a SslContextBuilder::set_psk_callback methodTed Mielczarek2017-05-261-2/+47
| |
* | Add PKey::private_key_from_derSteven Fackler2017-06-232-0/+7
| |
* | Release v0.9.14v0.9.14Steven Fackler2017-06-142-3/+3
| |
* | Properly reexport ConnectConfigurationSteven Fackler2017-06-141-1/+2
| |
* | Fix documentation typoHasan2017-06-101-1/+1
| |
* | Fix for changes in OpenSSL 1.1.0fSteven Fackler2017-06-061-34/+2
| |
* | Little docs fixSteven Fackler2017-05-291-1/+1
| |
* | Add a fixmeSteven Fackler2017-05-291-64/+68
| |
* | Release v0.9.13v0.9.13Steven Fackler2017-05-292-4/+4
| |
* | Update bitflags 0.8 -> 0.9golem1312017-05-224-62/+62
|/
* Release v0.9.12v0.9.12Steven Fackler2017-05-122-4/+4
|
* Set LD_LIBRARY_PATH when using custom buildSteven Fackler2017-05-061-0/+2
|
* Support public key decode from DERSteven Fackler2017-05-062-0/+7
| | | | Closes #629
* Add a note to rename variantSteven Fackler2017-05-061-0/+1
|
* Clarify use of ssl::HandshakeError::Interruptedjethrogb2017-05-031-1/+1
|
* Expose the lower level SHA functionsSteven Fackler2017-04-142-0/+108
| | | | | These don't allocate so they're both infallible and significantly faster.
* Release v0.9.11v0.9.11Steven Fackler2017-04-142-4/+4
|
* Merge pull request #616 from sfackler/no-allocSteven Fackler2017-04-132-22/+86
|\ | | | | Don't force allocation for message digests
| * Don't force allocation for message digestsSteven Fackler2017-04-132-22/+86
| |
* | (issues-600) Avoid compiling ec2m code against no-ec2m opensslAndrew Roetker2017-04-111-0/+1
|/ | | | | This commit avoids defining code that leads to undefined references when compiling against an openssl built with no-ec2m.