| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Fix deprecation warnings | Michael Gehring | 2014-09-23 | 2 | -29/+34 | |
| |/ | ||||||
| * | Merge pull request #50 from vhbit/cert-fingerprint | Steven Fackler | 2014-09-19 | 2 | -2/+28 | |
| |\ | | | | | Get certificate fingerprint | |||||
| | * | Get certificate fingerprint | Valerii Hiora | 2014-09-20 | 2 | -2/+28 | |
| |/ | ||||||
| * | Merge pull request #47 from vhbit/cert-key-auth | Steven Fackler | 2014-09-19 | 2 | -7/+45 | |
| |\ | | | | | Allow to set cert/key pair | |||||
| | * | Fixed documentation string | Valerii Hiora | 2014-09-17 | 1 | -1/+1 | |
| | | | ||||||
| | * | Allow to set cert/key pair | Valerii Hiora | 2014-09-17 | 2 | -7/+45 | |
| | | | ||||||
| * | | Merge pull request #48 from ebfe/rfc-52 | Steven Fackler | 2014-09-17 | 3 | -6/+6 | |
| |\ \ | | | | | | | Update for rust rfc 52 changes | |||||
| | * | | Update for rust rfc 52 changes | Michael Gehring | 2014-09-17 | 3 | -6/+6 | |
| |/ / | ||||||
| * | | Merge pull request #44 from mvdnes/rsa_pubkey | Steven Fackler | 2014-09-12 | 1 | -15/+17 | |
| |\ \ | |/ |/| | Change functions used by PKey {load,save}_{pub,priv} | |||||
| | * | Switch to the more sane RSA PUBKEY function | Mathijs van de Nes | 2014-09-12 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | For differences, see: http://openssl.6102.n7.nabble.com/difference-between-i2d-PUBKEY-and-i2d-PublicKey-td43869.html This will break loading of *public* keys generated before this commit | |||||
| | * | Switch PKey load/save functions to RSA specific | Mathijs van de Nes | 2014-09-12 | 1 | -15/+17 | |
| |/ | ||||||
| * | Merge pull request #42 from cybergeek94/patch-1 | Steven Fackler | 2014-09-11 | 1 | -0/+31 | |
| |\ | | | | | Add build and testing instructions to the readme | |||||
| | * | Update README.md | Austin Bonander | 2014-09-09 | 1 | -1/+1 | |
| | | | ||||||
| | * | Update README.md | Austin Bonander | 2014-09-09 | 1 | -2/+2 | |
| | | | ||||||
| | * | Add build and testing instructions to the readme | Austin Bonander | 2014-09-09 | 1 | -0/+31 | |
| |/ | | | Important: Windows dependencies and running test OpenSSL server | |||||
| * | Remove failing constructor wrappers | Steven Fackler | 2014-09-05 | 2 | -45/+28 | |
| | | ||||||
| * | Merge pull request #39 from andrew-d/andrew-support-tls-sni | Steven Fackler | 2014-09-05 | 2 | -10/+44 | |
| |\ | | | | | Allow setting hostname to support TLS-SNI | |||||
| | * | Make Ssl public, add new constructor to SslStream that takes an Ssl instance | Andrew Dunham | 2014-09-04 | 1 | -10/+15 | |
| | | | ||||||
| | * | Allow setting hostname to support TLS-SNI | Andrew Dunham | 2014-09-04 | 2 | -0/+29 | |
| | | | ||||||
| * | | Merge pull request #38 from andrew-d/andrew-get-compression | Steven Fackler | 2014-09-04 | 2 | -0/+20 | |
| |\ \ | | | | | | | Allow getting the compression used in a connection | |||||
| | * | | Allow getting the compression used in a connection | Andrew Dunham | 2014-09-04 | 2 | -0/+20 | |
| | |/ | ||||||
| * | | Merge pull request #37 from andrew-d/andrew-fix-lints | Steven Fackler | 2014-09-04 | 3 | -2/+3 | |
| |\ \ | | | | | | | Fix lints for non snake-case functions | |||||
| | * | | Fix lints for non snake-case functions | Andrew Dunham | 2014-09-04 | 3 | -2/+3 | |
| | |/ | ||||||
| * | | Merge pull request #36 from andrew-d/andrew-add-deriving | Steven Fackler | 2014-09-04 | 1 | -0/+1 | |
| |\ \ | |/ |/| | Derive things on SslMethod | |||||
| | * | Derive things on SslMethod | Andrew Dunham | 2014-09-04 | 1 | -0/+1 | |
| |/ | ||||||
| * | Merge pull request #35 from Kroisse/master | Steven Fackler | 2014-08-29 | 1 | -1/+1 | |
| |\ | | | | | Fix the ambiguous integer literal error | |||||
| | * | Fix the ambiguous integer literal error | Eunchong Yu | 2014-08-27 | 1 | -1/+1 | |
| |/ | | | | | | | | | This commit fixes this: > src/crypto/symm.rs:95:25: 95:52 error: cannot determine a type for > this expression: cannot determine the type of this integer; add a > suffix to specify the type explicitly [E0101] > src/crypto/symm.rs:95 let v = if padding { 1 } else { 0 } as c_int; | |||||
| * | Switch to builtin language support on travis | Steven Fackler | 2014-08-23 | 1 | -2/+1 | |
| | | ||||||
| * | Merge pull request #34 from ebfe/repr_c | Steven Fackler | 2014-08-22 | 3 | -0/+6 | |
| |\ | | | | | Add repr(C) to C structs | |||||
| | * | Add repr(C) to C structs | Michael Gehring | 2014-08-22 | 3 | -0/+6 | |
| |/ | ||||||
| * | Merge pull request #33 from isra17/master | Steven Fackler | 2014-08-20 | 1 | -2/+1 | |
| |\ | | | | | Use BN_div instead of BN_mod | |||||
| | * | Use BN_div instead of BN_mod | Israël Hallé | 2014-08-20 | 1 | -2/+1 | |
| |/ | | | | | BN_mod is not available on all plateform and can be replaced by BN_div with dv set as NULL. | |||||
| * | cargo update | Steven Fackler | 2014-08-16 | 1 | -1/+1 | |
| | | ||||||
| * | Derive thigs for error types | Steven Fackler | 2014-08-10 | 1 | -2/+2 | |
| | | ||||||
| * | Merge pull request #31 from yjerem/master | Steven Fackler | 2014-08-04 | 2 | -8/+23 | |
| |\ | | | | | Add new HashType RIPEMD160 | |||||
| | * | Add new HashType RIPEMD160 | Jeremy Ruten | 2014-08-04 | 2 | -8/+23 | |
| |/ | ||||||
| * | Fix doc build | Steven Fackler | 2014-08-03 | 1 | -1/+1 | |
| | | ||||||
| * | Shift directory structure | Steven Fackler | 2014-08-03 | 15 | -1/+2 | |
| | | ||||||
| * | Remove Makefile infrastructure | Steven Fackler | 2014-08-03 | 3 | -75/+1 | |
| | | ||||||
| * | Merge pull request #29 from sghost/with-bn | Steven Fackler | 2014-07-24 | 2 | -0/+570 | |
| |\ | | | | | Integration of BN (BigNum) functions. | |||||
| | * | Fix resource leak, correct interface inaccuracies. | Sam Thomas | 2014-07-24 | 1 | -41/+44 | |
| | | | ||||||
| | * | Integration of BN functions. | Sam Thomas | 2014-07-23 | 2 | -0/+567 | |
| |/ | ||||||
| * | Remove LD_LIBRARY_PATH override from travis config | Steven Fackler | 2014-07-15 | 1 | -1/+0 | |
| | | ||||||
| * | Switch to Cargo for Travis tests | Steven Fackler | 2014-07-15 | 1 | -5/+4 | |
| | | ||||||
| * | Merge pull request #28 from DiamondLovesYou/master | Steven Fackler | 2014-07-11 | 1 | -1/+2 | |
| |\ | | | | | Add $(RUSTFLAGS) to the shell that gets crate file names. | |||||
| | * | Add $(RUSTFLAGS) to the shell that gets crate file names. | Richard Diamond | 2014-07-12 | 1 | -1/+2 | |
| |/ | | | | This is for crosses that don't support certain crate types (ie PNaCl doesn't support dylibs). | |||||
| * | Fix travis builds | Steven Fackler | 2014-07-10 | 1 | -0/+1 | |
| | | ||||||
| * | Merge pull request #27 from brycefisher/readme | Steven Fackler | 2014-07-10 | 1 | -0/+4 | |
| |\ | | | | | Readme | |||||
| | * | Added link to rust-ci.org documentation | Bryce Fisher-Fleig | 2014-07-10 | 1 | -0/+2 | |
| | | | ||||||
| | * | Added README.md | Bryce Fisher-Fleig | 2014-07-10 | 1 | -0/+2 | |
| |/ | ||||||