1. 21 Sep, 2018 1 commit
  2. 20 Sep, 2018 5 commits
  3. 12 Sep, 2018 1 commit
  4. 22 Jul, 2018 6 commits
  5. 21 Jul, 2018 1 commit
  6. 20 Jul, 2018 3 commits
  7. 15 Jul, 2018 4 commits
  8. 14 Jul, 2018 8 commits
  9. 13 Jul, 2018 4 commits
  10. 12 Jul, 2018 7 commits
    • Vincent Pelletier's avatar
      CHANGES: refresh · 341606ec
      Vincent Pelletier authored
      341606ec
    • Vincent Pelletier's avatar
      Bump copyright. · 94146872
      Vincent Pelletier authored
      94146872
    • Vincent Pelletier's avatar
      CONTRIBUTING: New file · 82296cd2
      Vincent Pelletier authored
      Contains a few handy commands to run before sending patches.
      82296cd2
    • Vincent Pelletier's avatar
      all: Make pylint happier. · f7fbeaf9
      Vincent Pelletier authored
      f7fbeaf9
    • Vincent Pelletier's avatar
      http: Do not start listening on https port before wrapping socket. · 975d1c0b
      Vincent Pelletier authored
      Otherwise, this port will fail https handshake if clients connects too
      early.
      975d1c0b
    • Vincent Pelletier's avatar
      http: Separate bind from netloc. · 50a5d1d3
      Vincent Pelletier authored
      netloc is the public access point to a caucase instance.
      bind is the private access point to a caucase instance, which may be
      different (ex: NAT). Allow overriding netloc address with --bind.
      As a consequence, add support for multiple binds: a netloc may resolve to
      multiple addresses (ex: one IPv4, one global IPv6 and one Unique Local
      Address).
      As a further consequence, systematically disable automatic IPv4 binding
      when binding to an IPv6 address.
      Also, allow overriding netloc port with --base-port. The same port pair
      will be used on all bound hosts.
      Share SSL context between multiple https sockets.
      To increase binding visibility, print bindings, and print when exiting.
      50a5d1d3
    • Vincent Pelletier's avatar
      TODO: Update. · b1e05975
      Vincent Pelletier authored
      pyca/cryptography 21st release is out and caucase already requires
      is_signature_valid.
      Also, literal IPv6 CRL distribution points do not fail anymore - add test.
      No more known 1.0 blockers ! Weee !
      b1e05975