| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |