| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge pull request #219 from jethrogb/topic/x509req | Steven Fackler | 2015-05-29 | 1 | -0/+57 | |
| |\ | | | | | Implement limited X509_REQ functionality | |||||
| | * | Remove superfluous dead_code attribute | Jethro Beekman | 2015-05-28 | 1 | -1/+0 | |
| | | | ||||||
| | * | Implement limited X509_REQ functionality | Jethro Beekman | 2015-05-28 | 1 | -0/+58 | |
| | | | ||||||
| * | | Clarify which keys are used where | Jethro Beekman | 2015-05-27 | 1 | -2/+2 | |
| |/ | ||||||
| * | Fix SslString Debug impl and drop lifetime | Steven Fackler | 2015-05-17 | 1 | -10/+10 | |
| | | ||||||
| * | Test reading CN from test certificate | Joseph Glanville | 2015-05-18 | 2 | -3/+21 | |
| | | ||||||
| * | Add support for reading X509 subject information | Joseph Glanville | 2015-05-18 | 3 | -2/+253 | |
| | | ||||||
| * | Add test for get_peer_certificate() | Joseph Glanville | 2015-05-16 | 1 | -0/+10 | |
| | | ||||||
| * | Add accessor for peer_certificate | Joseph Glanville | 2015-05-16 | 1 | -0/+5 | |
| | | ||||||
| * | Fix doc root | Steven Fackler | 2015-05-13 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #210 from manuels/pending | Steven Fackler | 2015-05-05 | 2 | -0/+36 | |
| |\ | | | | | Add SslStream.pending() | |||||
| | * | Add SslStream.pending() | Manuel Schölling | 2015-04-30 | 2 | -0/+36 | |
| | | | ||||||
| * | | Merge pull request #201 from manuels/pkey_cmp | Steven Fackler | 2015-05-04 | 1 | -0/+30 | |
| |\ \ | | | | | | | Add comparison for PKeys | |||||
| | * | | Move PKey comparison func to public_eq() | Manuel Schölling | 2015-05-01 | 1 | -14/+14 | |
| | | | | ||||||
| | * | | Add comparison for PKeys | Manuel Schölling | 2015-04-16 | 1 | -0/+30 | |
| | | | | ||||||
| * | | | Abstract over AsRef<Path> | Steven Fackler | 2015-05-02 | 1 | -7/+7 | |
| | |/ |/| | ||||||
| * | | Write through to underlying stream for every write call | Steven Fackler | 2015-04-30 | 3 | -11/+35 | |
| |/ | | | | cc #208 | |||||
| * | Add X509::public_key() | Manuel Schölling | 2015-04-15 | 3 | -2/+22 | |
| | | ||||||
| * | Fix nightly build issues | Steven Fackler | 2015-04-15 | 2 | -8/+1 | |
| | | ||||||
| * | Fix non-dtls tests | Steven Fackler | 2015-04-08 | 1 | -4/+3 | |
| | | ||||||
| * | Fix dtls tests | Steven Fackler | 2015-04-08 | 1 | -8/+8 | |
| | | | | | There's a reason static mut is unsafe... | |||||
| * | Make connected_socket a dev-dependency | Manuel Schölling | 2015-04-06 | 1 | -0/+1 | |
| | | ||||||
| * | Adapt code for rust-1.0.0-beta | Manuel Schölling | 2015-04-06 | 1 | -9/+6 | |
| | | ||||||
| * | Fix rebase errors | Manuel Schölling | 2015-04-06 | 3 | -11/+2 | |
| | | ||||||
| * | Add ability to load private keys from files and use raw keys and ↵ | Manuel Schölling | 2015-04-06 | 1 | -1/+1 | |
| | | | | | | | | | certificates for SslContext Conflicts: openssl/src/crypto/pkey.rs openssl/src/ssl/tests.rs | |||||
| * | Add ability to load private keys from files and use raw keys and ↵ | Manuel Schölling | 2015-04-06 | 1 | -2/+5 | |
| | | | | | | | | certificates for SslContext Conflicts: openssl/src/ssl/tests.rs | |||||
| * | Change SslContext::set_read_ahead(c_long) to SslContext::set_read_ahead(u32) | Manuel Schölling | 2015-04-06 | 1 | -2/+2 | |
| | | ||||||
| * | Debug halteproblem with tests | Manuel Schölling | 2015-04-06 | 1 | -2/+2 | |
| | | ||||||
| * | Move connected_socket to its own crate and fix SSL_CTX_set_read_ahead() | Manuel Schölling | 2015-04-06 | 4 | -355/+12 | |
| | | ||||||
| * | Use latest OpenSSL version in travis tests and more verbose error message in ↵ | Manuel Schölling | 2015-04-06 | 1 | -2/+5 | |
| | | | | | ConnectedSocket | |||||
| * | Fix detect_invalid_ipv4 test on OSX | Manuel Schölling | 2015-04-06 | 1 | -1/+1 | |
| | | | | | Looks like the invalid IP 254.254.254.254 is fine for OSX | |||||
| * | Fix OSX related compiler error and correct travis OpenSSL setup | Manuel Schölling | 2015-04-06 | 1 | -3/+3 | |
| | | ||||||
| * | Adjust sin_len/sin6_len for non-linux platforms | Manuel Schölling | 2015-04-06 | 2 | -2/+3 | |
| | | | | | | | Fixing errors for platforms you don't own is really annoying ;) Fixing errors | |||||
| * | Fix portability issue and typo | Manuel Schölling | 2015-04-06 | 3 | -23/+68 | |
| | | ||||||
| * | Fix travis test setup for DTLS | Manuel Schölling | 2015-04-06 | 1 | -8/+23 | |
| | | ||||||
| * | Add DTLSv1 and DTLSv1.2 support | Manuel Schölling | 2015-04-06 | 4 | -94/+189 | |
| | | ||||||
| * | Add connect() support for UDP sockets | Manuel Schölling | 2015-04-06 | 3 | -19/+360 | |
| | | ||||||
| * | Fix errors in tests (SslVerifyPeer -> SSL_VERIFY_PEER) | Manuel Schölling | 2015-04-03 | 1 | -16/+16 | |
| | | ||||||
| * | Use raw pointers instead of ptr::Unique | Manuel Schölling | 2015-04-03 | 1 | -6/+6 | |
| | | ||||||
| * | Return Result<(),SslError> instead of Option<SslError> | Manuel Schölling | 2015-04-03 | 2 | -22/+22 | |
| | | ||||||
| * | Add SslContext::add_extra_chain_cert() | Manuel Schölling | 2015-04-03 | 2 | -1/+9 | |
| | | ||||||
| * | Add ability to load private keys from files and use raw keys and ↵ | Manuel Schölling | 2015-04-03 | 4 | -1/+83 | |
| | | | | | certificates for SslContext | |||||
| * | Change SslVerifyMode to bitflags and add SSL_VERIFY_FAIL_IF_NO_PEER_CERT | Manuel Schölling | 2015-04-03 | 2 | -20/+24 | |
| | | | | | | SslVerifyMode was changed to bitflags to allow for bitwise operations like (SSL_VERIFY_PEER | SSL_VERIFY_FAIL_IF_NO_PEER_CERT). | |||||
| * | Stabilize openssl! | Steven Fackler | 2015-04-02 | 2 | -38/+42 | |
| | | ||||||
| * | Fixup for beta | Alex Crichton | 2015-04-02 | 6 | -13/+13 | |
| | | | | | Add derive(Clone) and don't negate unsigned numbers | |||||
| * | Remove two features | Steven Fackler | 2015-04-02 | 2 | -6/+5 | |
| | | ||||||
| * | Fix doctest errors | Steven Fackler | 2015-04-02 | 1 | -2/+2 | |
| | | ||||||
| * | rustup: changes to io::Error | Sean McArthur | 2015-04-02 | 4 | -8/+6 | |
| | | ||||||
| * | Remove a bunch of use of core feature | Steven Fackler | 2015-03-30 | 3 | -24/+37 | |
| | | ||||||
| * | Remove unsafe_destructor | Steven Fackler | 2015-03-30 | 2 | -2/+1 | |
| | | ||||||