| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Rustfmt | Steven Fackler | 2016-05-16 | 10 | -182/+198 | |
| | | | ||||||
| * | | Clean up RSA signature API | Steven Fackler | 2016-05-16 | 5 | -40/+52 | |
| | | | ||||||
| * | | Update cert | Steven Fackler | 2016-05-15 | 2 | -16/+12 | |
| | | | | | | | | | Now with a 10 year expriation | |||||
| * | | Merge pull request #389 from cmsd2/master | Steven Fackler | 2016-05-06 | 2 | -19/+199 | |
| |\ \ | | | | | | | expose rsa from raw private key and rsa sign and verify | |||||
| | * | | add rsa signature tests | Chris Dawes | 2016-05-05 | 1 | -1/+108 | |
| | | | | ||||||
| | * | | add missing NIDs and use Nid as input to signing | Chris Dawes | 2016-05-04 | 2 | -40/+45 | |
| | | | | ||||||
| | * | | take enum instead of ints from openssl header file | Chris Dawes | 2016-05-03 | 1 | -6/+22 | |
| | | | | ||||||
| | * | | add constructor for private keys from bignums | Chris Dawes | 2016-05-03 | 1 | -0/+52 | |
| | |/ | ||||||
| * / | Release v0.7.11 | Steven Fackler | 2016-05-05 | 1 | -1/+1 | |
| |/ | ||||||
| * | Add a version of Ssl::set_verify that doesn't set a callback | Steven Fackler | 2016-05-01 | 2 | -2/+9 | |
| | | ||||||
| * | Merge pull request #388 from frewsxcv/lifetimes | Steven Fackler | 2016-05-01 | 1 | -1/+1 | |
| |\ | | | | | Remove unnecessary explicit lifetimes. | |||||
| | * | Remove unnecessary explicit lifetime. | Corey Farwell | 2016-05-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | Still check UTF validity in dnsname | Steven Fackler | 2016-05-01 | 1 | -1/+4 | |
| |/ | ||||||
| * | Document SAN APIs and tweak accessor names | Steven Fackler | 2016-05-01 | 2 | -8/+30 | |
| | | ||||||
| * | Implement IntoIterator for &GeneralNames | Steven Fackler | 2016-04-30 | 1 | -0/+9 | |
| | | ||||||
| * | Implement `iter` method on `GeneralNames`. | Corey Farwell | 2016-05-01 | 2 | -0/+39 | |
| | | ||||||
| * | Add X509StoreContext::error_depth | Steven Fackler | 2016-04-30 | 1 | -0/+4 | |
| | | ||||||
| * | Add Ssl::set_verify | Steven Fackler | 2016-04-30 | 2 | -0/+87 | |
| | | | | | | It also uses a better, closure based API than the existing callback methods. | |||||
| * | Ignore default verify paths test on windows | Steven Fackler | 2016-04-29 | 1 | -0/+1 | |
| | | ||||||
| * | Merge pull request #385 from mbrubeck/bitflags-0.6 | Steven Fackler | 2016-04-29 | 1 | -42/+42 | |
| |\ | | | | | Upgrade to work with bitflags 0.5 and 0.6 | |||||
| | * | Upgrade to work with bitflags 0.5 and 0.6 | Matt Brubeck | 2016-04-29 | 1 | -42/+42 | |
| | | | ||||||
| * | | Merge pull request #381 from chaaz/master | Steven Fackler | 2016-04-29 | 2 | -0/+28 | |
| |\ \ | | | | | | | Add 1DES symm ciphers (des-cbc, des-ecb, des-cfb, des-ofb) | |||||
| | * | | Remove des_cfb and des_ofb, since they appear on limit platforms | Charlie Ozinga | 2016-04-19 | 2 | -26/+0 | |
| | | | | ||||||
| | * | | Add 1DES symm ciphers (des-cbc, des-ecb, des-cfb, des-ofb) | Charlie Ozinga | 2016-04-14 | 2 | -0/+54 | |
| | | | | | | | | | | | | | | | | | | | 1DES is well and truly dead for actual sensitive information, (its keysize is too small for modern purposes), but it can still find use in backwards compatiblity or educational applications. | |||||
| * | | | Add accessors for x509 subject alt names | Steven Fackler | 2016-04-29 | 3 | -40/+89 | |
| | |/ |/| | ||||||
| * | | Start on GeneralName | Steven Fackler | 2016-04-28 | 2 | -11/+50 | |
| | | | ||||||
| * | | Release v0.7.10 | Steven Fackler | 2016-04-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add docs for set_default_verify_paths | Steven Fackler | 2016-04-16 | 1 | -0/+5 | |
| | | | ||||||
| * | | Add SslContext::set_default_verify_paths | Steven Fackler | 2016-04-16 | 2 | -0/+21 | |
| |/ | ||||||
| * | Update for nightly changes | Steven Fackler | 2016-04-13 | 3 | -8/+8 | |
| | | ||||||
| * | Merge pull request #380 from Yoric/master | Steven Fackler | 2016-04-13 | 2 | -0/+90 | |
| |\ | | | | | Resolves #378 - Module version with the version information | |||||
| | * | Resolves #378 - Module version with the version information | David Rajchenbach-Teller | 2016-04-13 | 2 | -0/+90 | |
| | | | ||||||
| * | | Add ability to set session ID context on an SSL context | Rico Huijbers | 2016-04-13 | 1 | -0/+14 | |
| |/ | | | | | This is necessary to make authentication with client certificates work without session restarts. | |||||
| * | copy PKey using DER encode and decode | Kevin King | 2016-04-10 | 1 | -4/+34 | |
| | | | | | test that fields of cloned private and public keys can be accessed | |||||
| * | Release v0.7.9 | Steven Fackler | 2016-04-06 | 1 | -1/+1 | |
| | | ||||||
| * | add EVP_PKEY_copy_parameters to FFI | Kevin King | 2016-04-06 | 2 | -11/+15 | |
| | | | | | | | copy EVP_PKEY params in PKey::clone test that PKey::clone creates a copy | |||||
| * | Add safe wrapper BioMethod for ffi::BIO_METHOD | Joe Wilm | 2016-04-04 | 2 | -18/+29 | |
| | | | | | | | Adds a wrapper for ffi::BIO_METHOD located at ssl::bio::BioMethod. This enables SslStream to be Send without doing an unsafe impl on the ffi struct. | |||||
| * | Cleanup | Steven Fackler | 2016-03-27 | 1 | -8/+3 | |
| | | ||||||
| * | Update for nightly changes | Steven Fackler | 2016-03-27 | 1 | -1/+1 | |
| | | ||||||
| * | Cast correctly c_char raw pointers (fixes build on ARM #363) | Leon Anavi | 2016-03-22 | 1 | -1/+1 | |
| | | | | | | | | Fix error caused by mismatched types while building crate openssl for Raspberry Pi 2 and other ARM devices. Signed-off-by: Leon Anavi <[email protected]> | |||||
| * | Release v0.7.8 | Steven Fackler | 2016-03-18 | 1 | -1/+1 | |
| | | ||||||
| * | Allow Rust to infer the type of the argument to SSL_CIPHER_description. | Ms2ger | 2016-03-18 | 1 | -2/+2 | |
| | | | | | | This allows the code to compile on Android, where an unsigned char is expected. | |||||
| * | Clean up BIO name | Steven Fackler | 2016-03-17 | 1 | -4/+1 | |
| | | ||||||
| * | Simplify panic safety logic for new nightly | Steven Fackler | 2016-03-17 | 1 | -44/+5 | |
| | | ||||||
| * | Release v0.7.7 | Steven Fackler | 2016-03-17 | 1 | -1/+1 | |
| | | ||||||
| * | Fix nightly warnings about zero-sized fn pointers | Alex Crichton | 2016-03-11 | 1 | -2/+4 | |
| | | ||||||
| * | Merge pull request #353 from bluejekyll/master | Steven Fackler | 2016-03-05 | 3 | -1/+79 | |
| |\ | | | | | adding functionality to directly get and set RSA public key material | |||||
| | * | making from_raw() unsafe | Benjamin Fry | 2016-03-05 | 1 | -1/+2 | |
| | | | ||||||
| | * | added public key material to the constructor | Benjamin Fry | 2016-02-28 | 3 | -22/+34 | |
| | | | ||||||
| | * | review fixes, keep raw RSA initiallization private | Benjamin Fry | 2016-02-23 | 2 | -8/+9 | |
| | | | ||||||