| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Release v0.9.16v0.9.16 | Steven Fackler | 2017-08-10 | 2 | -4/+4 | |
| | | ||||||
| * | Merge pull request #675 from sdemos/master | Steven Fackler | 2017-08-09 | 2 | -0/+62 | |
| |\ | | | | | added cms decryption | |||||
| | * | added cms decryption | Stephen Demos | 2017-08-09 | 2 | -0/+62 | |
| | | | ||||||
| * | | Delete DTLS tests | Steven Fackler | 2017-08-08 | 2 | -76/+4 | |
| | | | ||||||
| * | | Refine sig for set_public_key_affine_coordinates | Bradley Beddoes | 2017-08-09 | 1 | -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_coordinates | Bradley Beddoes | 2017-08-09 | 1 | -5/+5 | |
| | | | | | | | | | | | Previous definition incorrectly used `const` pointers but the underpinning library definition (unfortunately) does not. | |||||
| * | | Set the private key within EcKeyBuilder | Bradley Beddoes | 2017-08-09 | 1 | -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 coordinates | Bradley Beddoes | 2017-08-09 | 3 | -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 constructor | Steven Fackler | 2017-07-30 | 1 | -1/+4 | |
| | | ||||||
| * | Init in Dh constructors | Steven Fackler | 2017-07-30 | 1 | -4/+12 | |
| | | ||||||
| * | Add peer_cert_chain | Steven Fackler | 2017-07-29 | 1 | -0/+15 | |
| | | ||||||
| * | Ignore dtls tests | Steven Fackler | 2017-07-29 | 1 | -1/+1 | |
| | | | | | | | They're way too flaky. Closes #525 | |||||
| * | Tweak formatting on cipher list | Steven Fackler | 2017-07-26 | 1 | -18/+13 | |
| | | ||||||
| * | Initialize OpenSSL in DSA constructor | Steven Fackler | 2017-07-25 | 1 | -0/+1 | |
| | | | | | This fixes the double unlock errors that were popping up on circle | |||||
| * | Release v0.9.15v0.9.15 | Steven Fackler | 2017-07-19 | 2 | -4/+4 | |
| | | ||||||
| * | Fix X509::clone impl | Steven Fackler | 2017-07-19 | 2 | -1/+8 | |
| | | | | | Closes #667 | |||||
| * | Remove unused import | Steven Fackler | 2017-07-16 | 1 | -1/+0 | |
| | | ||||||
| * | Switch over Linux tests to CircleCI | Steven Fackler | 2017-07-16 | 2 | -94/+0 | |
| | | ||||||
| * | Tell docs.rs to build with all features | Steven Fackler | 2017-07-15 | 1 | -0/+3 | |
| | | ||||||
| * | Use foreign-type's Opaque | Steven Fackler | 2017-07-15 | 4 | -18/+6 | |
| | | ||||||
| * | Rustfmt | Steven Fackler | 2017-07-15 | 32 | -1434/+2999 | |
| | | ||||||
| * | Init before creating ex indexes | Steven Fackler | 2017-07-15 | 1 | -1/+3 | |
| | | ||||||
| * | Fix build | Steven Fackler | 2017-07-15 | 2 | -2/+4 | |
| | | ||||||
| * | Don't overwrite the configured verify mode | Steven Fackler | 2017-07-15 | 1 | -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 data | Steven Fackler | 2017-07-15 | 4 | -11/+122 | |
| | | ||||||
| * | Move callbacks to a submodule | Steven Fackler | 2017-07-15 | 2 | -298/+341 | |
| | | ||||||
| * | Merge pull request #657 from sfackler/rsa-pkcs1 | Steven Fackler | 2017-07-06 | 1 | -1/+8 | |
| |\ | | | | | Support PKCS#1 RSA public keys | |||||
| | * | Support PKCS#1 RSA public keys | Steven Fackler | 2017-07-04 | 1 | -1/+8 | |
| | | | | | | | | | Closes #656 | |||||
| * | | Merge pull request #641 from luser/psk | Steven Fackler | 2017-07-04 | 1 | -1/+49 | |
| |\ \ | |/ |/| | Expose PSK via a SslContextBuilder::set_psk_callback method | |||||
| | * | Make some changes for review comments | Ted Mielczarek | 2017-06-02 | 1 | -21/+24 | |
| | | | ||||||
| | * | Expose PSK via a SslContextBuilder::set_psk_callback method | Ted Mielczarek | 2017-05-26 | 1 | -2/+47 | |
| | | | ||||||
| * | | Add PKey::private_key_from_der | Steven Fackler | 2017-06-23 | 2 | -0/+7 | |
| | | | ||||||
| * | | Release v0.9.14v0.9.14 | Steven Fackler | 2017-06-14 | 2 | -3/+3 | |
| | | | ||||||
| * | | Properly reexport ConnectConfiguration | Steven Fackler | 2017-06-14 | 1 | -1/+2 | |
| | | | ||||||
| * | | Fix documentation typo | Hasan | 2017-06-10 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix for changes in OpenSSL 1.1.0f | Steven Fackler | 2017-06-06 | 1 | -34/+2 | |
| | | | ||||||
| * | | Little docs fix | Steven Fackler | 2017-05-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add a fixme | Steven Fackler | 2017-05-29 | 1 | -64/+68 | |
| | | | ||||||
| * | | Release v0.9.13v0.9.13 | Steven Fackler | 2017-05-29 | 2 | -4/+4 | |
| | | | ||||||
| * | | Update bitflags 0.8 -> 0.9 | golem131 | 2017-05-22 | 4 | -62/+62 | |
| |/ | ||||||
| * | Release v0.9.12v0.9.12 | Steven Fackler | 2017-05-12 | 2 | -4/+4 | |
| | | ||||||
| * | Set LD_LIBRARY_PATH when using custom build | Steven Fackler | 2017-05-06 | 1 | -0/+2 | |
| | | ||||||
| * | Support public key decode from DER | Steven Fackler | 2017-05-06 | 2 | -0/+7 | |
| | | | | | Closes #629 | |||||
| * | Add a note to rename variant | Steven Fackler | 2017-05-06 | 1 | -0/+1 | |
| | | ||||||
| * | Clarify use of ssl::HandshakeError::Interrupted | jethrogb | 2017-05-03 | 1 | -1/+1 | |
| | | ||||||
| * | Expose the lower level SHA functions | Steven Fackler | 2017-04-14 | 2 | -0/+108 | |
| | | | | | | These don't allocate so they're both infallible and significantly faster. | |||||
| * | Release v0.9.11v0.9.11 | Steven Fackler | 2017-04-14 | 2 | -4/+4 | |
| | | ||||||
| * | Merge pull request #616 from sfackler/no-alloc | Steven Fackler | 2017-04-13 | 2 | -22/+86 | |
| |\ | | | | | Don't force allocation for message digests | |||||
| | * | Don't force allocation for message digests | Steven Fackler | 2017-04-13 | 2 | -22/+86 | |
| | | | ||||||
| * | | (issues-600) Avoid compiling ec2m code against no-ec2m openssl | Andrew Roetker | 2017-04-11 | 1 | -0/+1 | |
| |/ | | | | | This commit avoids defining code that leads to undefined references when compiling against an openssl built with no-ec2m. | |||||