| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | 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 | 2 | -6/+6 | |
| | | | | | | | | | | | | | | | | 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 | 4 | -1/+39 | |
| |/ / | | | | | | | | | | | | | | | | | 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 | |
| | | | ||||||
| * | | Delete old script | Steven Fackler | 2017-07-30 | 1 | -10/+0 | |
| | | | ||||||
| * | | Add peer_cert_chain | Steven Fackler | 2017-07-29 | 2 | -0/+16 | |
| | | | ||||||
| * | | Ignore dtls tests | Steven Fackler | 2017-07-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | They're way too flaky. Closes #525 | |||||
| * | | Fix cache detection | Steven Fackler | 2017-07-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | Little circle cleanup | Steven Fackler | 2017-07-27 | 2 | -10/+7 | |
| | | | ||||||
| * | | Tweak formatting on cipher list | Steven Fackler | 2017-07-26 | 1 | -18/+13 | |
| | | | ||||||
| * | | Initialize OpenSSL in DSA constructor | Steven Fackler | 2017-07-25 | 2 | -1/+7 | |
| | | | | | | | | | This fixes the double unlock errors that were popping up on circle | |||||
| * | | Fix build | Steven Fackler | 2017-07-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix build | Steven Fackler | 2017-07-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | Abort on bad unlock and safe core dumps | Steven Fackler | 2017-07-25 | 2 | -1/+14 | |
| | | | ||||||
| * | | Always apt-get update | Steven Fackler | 2017-07-25 | 2 | -1/+1 | |
| | | | ||||||
| * | | Only install curl when building openssl | Steven Fackler | 2017-07-25 | 2 | -2/+3 | |
| | | | ||||||
| * | | Remove unused environment variable | Steven Fackler | 2017-07-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | Sync deps key with rust version | Steven Fackler | 2017-07-24 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge pull request #669 from sfackler/arm-systest | Steven Fackler | 2017-07-24 | 2 | -21/+7 | |
| |\ \ | | | | | | | Run systest for ARM targets | |||||
| | * | | Run systest for ARM targets | Steven Fackler | 2017-07-24 | 2 | -21/+7 | |
| |/ / | | | | | | | Also bump to the 1.19 image to make targets a bit easier to manage. | |||||
| * | | Drop to just -g | Steven Fackler | 2017-07-22 | 1 | -1/+1 | |
| | | | | | | | | | Debian's ld seems to ICE on it otherwise with OpenSSL 1.1 :( | |||||
| * | | Build OpenSSL with debuginfo | Steven Fackler | 2017-07-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | Set RUST_BACKTRACE=1 on tests | Steven Fackler | 2017-07-22 | 1 | -11/+14 | |
| | | | ||||||
| * | | Merge pull request #668 from mgeisler/patch-1 | Steven Fackler | 2017-07-22 | 1 | -1/+1 | |
| |\ \ | | | | | | | Mention Debian for apt-get instructions | |||||
| | * | | Mention Debian for apt-get instructions | Martin Geisler | 2017-07-22 | 1 | -1/+1 | |
| |/ / | | | | | Since Debian is the upstream for Ubuntu (and many other distributions), I think it makes sense to mention it explicitly. | |||||
| * | | Release v0.9.15v0.9.15 | Steven Fackler | 2017-07-19 | 4 | -7/+7 | |
| | | | ||||||
| * | | Forbid LibreSSL 2.5.6+ | Steven Fackler | 2017-07-19 | 1 | -0/+2 | |
| | | | ||||||
| * | | Fix X509::clone impl | Steven Fackler | 2017-07-19 | 2 | -1/+8 | |
| | | | | | | | | | Closes #667 | |||||
| * | | Merge pull request #666 from ibabushkin/master | Steven Fackler | 2017-07-17 | 1 | -0/+8 | |
| |\ \ | | | | | | | Support for LibreSSL 2.5.5 | |||||
| | * | | Support for LibreSSL 2.5.5 | Inokentiy Babushkin | 2017-07-17 | 1 | -0/+8 | |
| |/ / | ||||||
| * | | Merge pull request #664 from sfackler/libressl-260 | Steven Fackler | 2017-07-16 | 2 | -29/+23 | |
| |\ \ | | | | | | | Test against libressl 2.6.0 | |||||
| | * | | Test against libressl 2.6.0 | Steven Fackler | 2017-07-16 | 2 | -29/+23 | |
| |/ / | ||||||
| * | | Remove unused import | Steven Fackler | 2017-07-16 | 2 | -2/+0 | |
| | | | ||||||
| * | | Merge pull request #663 from sfackler/circle | Steven Fackler | 2017-07-16 | 7 | -179/+237 | |
| |\ \ | | | | | | | Switch over Linux tests to CircleCI | |||||
| | * | | Add badges to README | Steven Fackler | 2017-07-16 | 1 | -2/+3 | |
| | | | | ||||||
| | * | | Switch over Linux tests to CircleCI | Steven Fackler | 2017-07-16 | 6 | -177/+234 | |
| |/ / | ||||||
| * | | 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 | 39 | -2543/+4320 | |
| | | | ||||||
| * | | Init before creating ex indexes | Steven Fackler | 2017-07-15 | 1 | -1/+3 | |
| | | | ||||||
| * | | Merge pull request #662 from sfackler/verify-cleanup | Steven Fackler | 2017-07-15 | 7 | -319/+494 | |
| |\ \ | | | | | | | Don't force overwrite verification mode in SslConnector | |||||
| | * | | 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 | 5 | -11/+123 | |
| | | | | ||||||
| | * | | 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 | 2 | -1/+10 | |
| |\ \ | | | | | | | Support PKCS#1 RSA public keys | |||||
| | * | | Support PKCS#1 RSA public keys | Steven Fackler | 2017-07-04 | 2 | -1/+10 | |
| | | | | | | | | | | | | | Closes #656 | |||||
| * | | | Inform cargo about which env vars we care about | Steven Fackler | 2017-07-04 | 1 | -0/+5 | |
| | | | | ||||||