| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v0.9.6v0.9.6 | Steven Fackler | 2017-01-09 | 1 | -1/+1 |
| | | |||||
| * | Fix typo | Steven Fackler | 2017-01-08 | 1 | -2/+2 |
| | | |||||
| * | Add methods to construct SslAcceptorBuilder without key and cert | Steven Fackler | 2017-01-08 | 2 | -32/+51 |
| | | | | | | This will allow, in particular, initialization directly from files rather than having to load and parse them manually. | ||||
| * | Provide master key access | Steven Fackler | 2017-01-04 | 2 | -2/+36 |
| | | |||||
| * | Add basic session tests | Steven Fackler | 2017-01-04 | 1 | -0/+16 |
| | | |||||
| * | session is nullable | Steven Fackler | 2017-01-04 | 1 | -2/+9 |
| | | |||||
| * | Provide access to the session ID | Steven Fackler | 2017-01-04 | 1 | -2/+13 |
| | | |||||
| * | Types and accessor for SslSession | Steven Fackler | 2017-01-04 | 1 | -0/+7 |
| | | |||||
| * | Release v0.9.5v0.9.5 | Steven Fackler | 2017-01-03 | 1 | -1/+1 |
| | | |||||
| * | Clean up EcKey example a bit | Steven Fackler | 2017-01-03 | 1 | -8/+6 |
| | | |||||
| * | Merge pull request #547 from sfackler/x509-stack | Steven Fackler | 2017-01-03 | 2 | -1/+43 |
| |\ | | | | | Add X509::stack_from_pem | ||||
| | * | Add X509::stack_from_pem | Steven Fackler | 2017-01-03 | 2 | -1/+43 |
| | | | | | | | | | Implementation is a clone of SSL_CTX_use_certificate_chain_file | ||||
| * | | Merge pull request #541 from bluejekyll/master | Steven Fackler | 2017-01-03 | 1 | -0/+47 |
| |\ \ | |/ |/| | add EcKey creation from EcPoint, public_key | ||||
| | * | add EcKey creation from EcPoint, public_key | Benjamin Fry | 2016-12-31 | 1 | -0/+47 |
| | | | |||||
| * | | Tweak layout a little bit | Steven Fackler | 2017-01-03 | 1 | -1/+3 |
| | | | |||||
| * | | Pointer from PKey docs to sign module. | Philipp Keck | 2017-01-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Could even add a link, but I don't know how. Someone who wants to use OpenSSL to compute an HMAC won't find a "hmac" module and won't find HMACs in the "hash" module. Unless the person knows that HMACs are used to "sign" messages (the usual term in this context would be "authenticate"), they will probably use the search function and look for "hmac", then they'll find this method. So it's helpful to include a pointer to the right API to use. Without such a pointer, the API user is left with a seemingly useless Pkey instance. Similar pointers could be helpful from the other creator methods in this file. And/or from the top-level documentation or the hash documentation towards the sign module. Another idea would be a trivial `hmac` module with a few helper functions that internally just use Pkey. If many users who just want a simple HMAC value can use that API, there are fewer dependencies on `Pkey` and `sign`, which is probably a good thing. | ||||
| * | | Typo | Steven Fackler | 2017-01-02 | 1 | -1/+1 |
| | | | |||||
| * | | Little cleanup | Steven Fackler | 2017-01-01 | 1 | -5/+2 |
| | | | |||||
| * | | Clean up bio | Steven Fackler | 2017-01-01 | 1 | -7/+7 |
| | | | |||||
| * | | Stick tag description on the right function | Steven Fackler | 2017-01-01 | 1 | -4/+4 |
| | | | |||||
| * | | Fix docs | Steven Fackler | 2017-01-01 | 1 | -2/+2 |
| | | | |||||
| * | | Fix doc reference | Steven Fackler | 2017-01-01 | 1 | -1/+1 |
| | | | |||||
| * | | Indicate that memcmp::eq should be used for HMACs | Steven Fackler | 2016-12-31 | 1 | -3/+10 |
| |/ | |||||
| * | Release v0.9.4v0.9.4 | Steven Fackler | 2016-12-23 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #538 from semarie/libressl | Steven Fackler | 2016-12-22 | 3 | -5/+13 |
| |\ | | | | | Add LibreSSL support | ||||
| | * | Add LibreSSL 2.5.0 support | Sébastien Marie | 2016-12-21 | 3 | -5/+13 |
| | | | |||||
| * | | Handle zero-length reads/writes | Alex Crichton | 2016-12-20 | 2 | -0/+24 |
| | | | | | | | | | | | | | | | This commit adds some short-circuits for zero-length reads/writes to `SslStream`. Because OpenSSL returns 0 on error, then we could mistakenly confuse a 0-length success as an actual error, so we avoid writing or reading 0 bytes by returning quickly with a success. | ||||
| * | | Release v0.9.3v0.9.3 | Steven Fackler | 2016-12-09 | 1 | -1/+1 |
| | | | |||||
| * | | Switch to docs.rs for docs | Steven Fackler | 2016-12-09 | 1 | -1/+1 |
| |/ | |||||
| * | Fix ErrorStack display | Steven Fackler | 2016-12-09 | 1 | -2/+2 |
| | | |||||
| * | Add Blowfish tests | 0xa | 2016-12-09 | 1 | -0/+74 |
| | | |||||
| * | Use EVP_bf_cfb64 instead of EVP_bf_cfb | 0xa | 2016-12-09 | 1 | -2/+2 |
| | | |||||
| * | Add Blowfish support | 0xa | 2016-12-09 | 1 | -0/+16 |
| | | |||||
| * | Release v0.9.2v0.9.2 | Steven Fackler | 2016-11-27 | 1 | -1/+1 |
| | | |||||
| * | Implement Clone for SslConnector and SslAcceptor | Steven Fackler | 2016-11-27 | 1 | -0/+2 |
| | | |||||
| * | Cleanup | Steven Fackler | 2016-11-27 | 3 | -12/+8 |
| | | |||||
| * | Return Option from group | Steven Fackler | 2016-11-16 | 1 | -3/+6 |
| | | |||||
| * | Remove EcGroup constructors | Steven Fackler | 2016-11-16 | 1 | -36/+1 |
| | | | | | | You also need a generator and possibly other stuff. Let's hold off on construction until someone has a concrete requirement for them. | ||||
| * | Test elliptic curve signatures | Steven Fackler | 2016-11-15 | 1 | -0/+17 |
| | | |||||
| * | Add a test for mul_generator | Steven Fackler | 2016-11-15 | 1 | -0/+10 |
| | | |||||
| * | Turns out yet another variant of EC_POINT_mul is allowed! | Steven Fackler | 2016-11-15 | 1 | -4/+21 |
| | | |||||
| * | Rename ec_key to ec | Steven Fackler | 2016-11-14 | 7 | -367/+371 |
| | | |||||
| * | Split EcKey::mul | Steven Fackler | 2016-11-14 | 1 | -6/+22 |
| | | |||||
| * | Add EcPoint::invert | Steven Fackler | 2016-11-14 | 1 | -0/+7 |
| | | |||||
| * | Fix non-static EcGroup method locations | Steven Fackler | 2016-11-14 | 1 | -0/+2 |
| | | |||||
| * | Add EcKey::check_key | Steven Fackler | 2016-11-13 | 1 | -0/+5 |
| | | |||||
| * | More functionality | Steven Fackler | 2016-11-13 | 1 | -2/+155 |
| | | |||||
| * | More functionality | Steven Fackler | 2016-11-13 | 1 | -2/+26 |
| | | |||||
| * | Public keys are not always present | Steven Fackler | 2016-11-13 | 1 | -1/+1 |
| | | |||||
| * | Rename new_by_curve_name to from_curve_name | Steven Fackler | 2016-11-13 | 3 | -4/+9 |
| | | |||||