| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v0.2.2v0.2.2 | Steven Fackler | 2014-12-01 | 1 | -1/+1 |
| | | |||||
| * | Release 0.2.1v0.2.1 | Steven Fackler | 2014-11-28 | 1 | -1/+1 |
| | | |||||
| * | Drop execute bit on file | Steven Fackler | 2014-11-28 | 1 | -0/+0 |
| | | |||||
| * | Bump to 0.2v0.2.0 | Steven Fackler | 2014-11-27 | 1 | -2/+1 |
| | | | | | | | | | Also removed the PNaCl support. It hasn't worked anyway in a while since the pnacl-libressl-sys library doesn't have any of the FFI bindings and makes openssl's Cargo.toml a mess. This is a minor version bump since Hasher's API changed | ||||
| * | Fix to pkg-config 0.1 | Steven Fackler | 2014-11-27 | 1 | -1/+1 |
| | | |||||
| * | Hasher: static contract checking, context reuse | Gleb Kozyrev | 2014-11-26 | 1 | -0/+2 |
| | | | | | | | | | | | | | - Store EVP_MD_CTX in a separate struct. - Add with_context() constructor that uses an existing context. - Switch to EVP_Digest(Init|Final)_ex for efficient context reuse. - Make update() borrow &mut self. - Make finalize() consume self. Add finalize_reuse() that also returns the context which can be passed to from_context() constructor for reuse. These changes let the type system prevent illegal calls to update() and finalize(). | ||||
| * | Bump to 0.1.1v0.1.1 | Steven Fackler | 2014-11-26 | 1 | -1/+1 |
| | | |||||
| * | Sync is now part of the standard library | Andor Uhlár | 2014-11-26 | 1 | -2/+1 |
| | | |||||
| * | Bump to 0.1.0v0.1.0 | Steven Fackler | 2014-11-25 | 1 | -1/+1 |
| | | |||||
| * | sys: add SSL_get_peer_certificate() | Cody P Schafer | 2014-11-24 | 1 | -0/+1 |
| | | |||||
| * | sys: add some methods for dealing with x509 certs | Cody P Schafer | 2014-11-24 | 1 | -0/+6 |
| | | |||||
| * | sys (and bn): make CRYPTO_free() take a *mut c_void insead of a *const c_char | Cody P Schafer | 2014-11-24 | 1 | -1/+1 |
| | | | | | | | | | | CRYPTO_free() ends up being used for a variety of types of data, not just c_char. And it essentially takes full ownership of the type, making *mut appropriate. With this change it also more closely (exactly) matches the C defintion: void CRYPTO_free(void *ptr); | ||||
| * | Add more crate metadatav0.0.2 | Steven Fackler | 2014-11-22 | 1 | -1/+2 |
| | | |||||
| * | Update stuff for upload to registry | Steven Fackler | 2014-11-22 | 1 | -4/+8 |
| | | |||||
| * | Runtime fallout | Valerii Hiora | 2014-11-21 | 1 | -1/+2 |
| | | |||||
| * | Baseline server support | Cody P Schafer | 2014-11-19 | 1 | -0/+1 |
| | | | | | | Allows calling SSL_accept() instead of SSL_connect() when creating an SslStream. | ||||
| * | Move AES XTS support to a feature | Steven Fackler | 2014-11-16 | 2 | -0/+3 |
| | | |||||
| * | Add XTS-AES mode | Corey Ford | 2014-11-14 | 1 | -0/+2 |
| | | |||||
| * | New build system | Valerii Hiora | 2014-11-13 | 5 | -0/+600 |