| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Release v0.9.16v0.9.16 | Steven Fackler | 2017-08-10 | 2 | -3/+3 | |
| | | | ||||||
| * | | Fully wrap feature checks | Steven Fackler | 2017-08-10 | 1 | -2/+2 | |
| | | | | | | | | | Otherwise OPENSSL_NO_EC2M would also trigger OPENSSL_NO_EC | |||||
| * | | Merge pull request #675 from sdemos/master | Steven Fackler | 2017-08-09 | 1 | -0/+18 | |
| |\ \ | | | | | | | added cms decryption | |||||
| | * | | added cms decryption | Stephen Demos | 2017-08-09 | 1 | -0/+18 | |
| | | | | ||||||
| * | | | Fix EC_KEY_set_public_key_affine_coordinates | Bradley Beddoes | 2017-08-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Previous definition incorrectly used `const` pointers but the underpinning library definition (unfortunately) does not. | |||||
| * | | | Support for EcKey creation from affine coordinates | Bradley Beddoes | 2017-08-09 | 1 | -0/+1 | |
| |/ / | | | | | | | | | | | | | | | | | 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. | |||||
| * | | Add peer_cert_chain | Steven Fackler | 2017-07-29 | 1 | -0/+1 | |
| | | | ||||||
| * | | Initialize OpenSSL in DSA constructor | Steven Fackler | 2017-07-25 | 1 | -1/+6 | |
| | | | | | | | | | This fixes the double unlock errors that were popping up on circle | |||||
| * | | Fix build | Steven Fackler | 2017-07-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | Abort on bad unlock and safe core dumps | Steven Fackler | 2017-07-25 | 1 | -1/+5 | |
| | | | ||||||
| * | | Release v0.9.15v0.9.15 | Steven Fackler | 2017-07-19 | 2 | -3/+3 | |
| | | | ||||||
| * | | Forbid LibreSSL 2.5.6+ | Steven Fackler | 2017-07-19 | 1 | -0/+2 | |
| | | | ||||||
| * | | Support for LibreSSL 2.5.5 | Inokentiy Babushkin | 2017-07-17 | 1 | -0/+8 | |
| | | | ||||||
| * | | Test against libressl 2.6.0 | Steven Fackler | 2017-07-16 | 1 | -2/+2 | |
| | | | ||||||
| * | | Rustfmt | Steven Fackler | 2017-07-15 | 6 | -1073/+1288 | |
| | | | ||||||
| * | | Merge pull request #657 from sfackler/rsa-pkcs1 | Steven Fackler | 2017-07-06 | 1 | -0/+2 | |
| |\ \ | | | | | | | Support PKCS#1 RSA public keys | |||||
| | * | | Support PKCS#1 RSA public keys | Steven Fackler | 2017-07-04 | 1 | -0/+2 | |
| | | | | | | | | | | | | | Closes #656 | |||||
| * | | | Inform cargo about which env vars we care about | Steven Fackler | 2017-07-04 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | Merge pull request #641 from luser/psk | Steven Fackler | 2017-07-04 | 1 | -0/+9 | |
| |\ \ \ | |/ / |/| | | Expose PSK via a SslContextBuilder::set_psk_callback method | |||||
| | * | | Make some changes for review comments | Ted Mielczarek | 2017-06-02 | 1 | -7/+8 | |
| | | | | ||||||
| | * | | Expose PSK via a SslContextBuilder::set_psk_callback method | Ted Mielczarek | 2017-05-26 | 1 | -0/+8 | |
| | | | | ||||||
| * | | | Enable build on LibreSSL 5.6.0 development branch. | Laurence Tratt | 2017-06-25 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | Without this, openssl-sys can't compile on OpenBSD-current. As far as I can tell, the only differences with respect to LibreSSL 5.5.4 are additional exposed functions: there do not appear to be any breaking changes. Certainly all the test suites in the repository succeed with this commit. | |||||
| * | | | Add PKey::private_key_from_der | Steven Fackler | 2017-06-23 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Release v0.9.14v0.9.14 | Steven Fackler | 2017-06-14 | 2 | -2/+2 | |
| | |/ |/| | ||||||
| * | | remove unused dependencies on windows | Jim McGrath | 2017-06-06 | 1 | -4/+0 | |
| | | | ||||||
| * | | Fix for changes in OpenSSL 1.1.0f | Steven Fackler | 2017-06-06 | 2 | -1/+21 | |
| | | | ||||||
| * | | Release v0.9.13v0.9.13 | Steven Fackler | 2017-05-29 | 2 | -3/+3 | |
| |/ | ||||||
| * | Explicitly initialize OpenSSL 1.1.0 | Steven Fackler | 2017-05-20 | 1 | -1/+14 | |
| | | ||||||
| * | Rustfmt | Steven Fackler | 2017-05-20 | 7 | -512/+1026 | |
| | | ||||||
| * | Release v0.9.12v0.9.12 | Steven Fackler | 2017-05-12 | 2 | -3/+3 | |
| | | ||||||
| * | Fix support for LibreSSL versions other than 2.5.0 | Steven Fackler | 2017-05-12 | 4 | -217/+355 | |
| | | ||||||
| * | Support public key decode from DER | Steven Fackler | 2017-05-06 | 1 | -0/+1 | |
| | | | | | Closes #629 | |||||
| * | Expose the lower level SHA functions | Steven Fackler | 2017-04-14 | 1 | -0/+6 | |
| | | | | | | These don't allocate so they're both infallible and significantly faster. | |||||
| * | Release v0.9.11v0.9.11 | Steven Fackler | 2017-04-14 | 2 | -3/+3 | |
| | | ||||||
| * | (issues-600) Avoid compiling ec2m code against no-ec2m openssl | Andrew Roetker | 2017-04-11 | 2 | -0/+4 | |
| | | | | | | This commit avoids defining code that leads to undefined references when compiling against an openssl built with no-ec2m. | |||||
| * | Add new EC/PKEY methods to permit deriving shared secrets. | Andrew Osmond | 2017-04-10 | 1 | -0/+6 | |
| | | ||||||
| * | show help message when pkg-config is missing | Jay Lee | 2017-03-29 | 1 | -3/+8 | |
| | | ||||||
| * | Release v0.9.10v0.9.10 | Steven Fackler | 2017-03-26 | 2 | -3/+3 | |
| | | ||||||
| * | Logic to support client-side session reuse | Steven Fackler | 2017-03-25 | 4 | -7/+24 | |
| | | ||||||
| * | Panic if lock managed by `locking_function` is doubly unlocked | Peter Gerber | 2017-03-16 | 2 | -2/+2 | |
| | | | | | | | | Trying to unlock an unlocked lock is always an error and should be treated as such. This is related to #597. | |||||
| * | Release v0.9.9v0.9.9 | Steven Fackler | 2017-03-14 | 2 | -3/+3 | |
| | | ||||||
| * | (maint) Recreate ability to pass in OPENSSL_LIBS variable | Andrew Roetker | 2017-03-13 | 1 | -6/+13 | |
| | | | | | | | | | | Prior to this commit in 43c951f743e68fac5f45119eda7c994882a1d489 the ability to pass OPENSSL_LIBS was removed from the build.rs of openssl-sys. This commit adds the ability to pass custom names for the OPENSSL_LIBS back in. This is useful for when building openssl across linux and windows with the same lib names (ssl:crypto) and the default names provided by the build script are not valid. | |||||
| * | Release v0.9.8v0.9.8 | Steven Fackler | 2017-03-09 | 2 | -3/+3 | |
| | | ||||||
| * | scrypt support | Steven Fackler | 2017-02-21 | 1 | -0/+1 | |
| | | | | | Closes #586 | |||||
| * | Expose more error information | Steven Fackler | 2017-02-19 | 1 | -0/+4 | |
| | | ||||||
| * | fix versions for sys as well | Benjamin Fry | 2017-02-16 | 1 | -0/+2 | |
| | | ||||||
| * | add set_verify_cert_store() to ssl ctx | Benjamin Fry | 2017-02-16 | 1 | -0/+5 | |
| | | ||||||
| * | Support PKCS#8 private key deserialization | Steven Fackler | 2017-02-14 | 1 | -1/+1 | |
| | | | | | Closes #581 | |||||
| * | Release v0.9.7v0.9.7 | Steven Fackler | 2017-02-11 | 2 | -3/+3 | |
| | | ||||||
| * | Fix for libressl | Steven Fackler | 2017-02-11 | 2 | -1/+4 | |
| | | ||||||