| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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); | ||||
| * | 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 | 1 | -0/+2 |
| | | |||||
| * | Add XTS-AES mode | Corey Ford | 2014-11-14 | 1 | -0/+2 |
| | | |||||
| * | New build system | Valerii Hiora | 2014-11-13 | 3 | -0/+560 |