128 Révisions (9b63f2964d4fd0c3c5063040497c6b8f1fec71e8)

Auteur SHA1 Message Date
  Steven Valdez a833c357ed Update to TLS 1.3 draft 18. il y a 8 ans
  David Benjamin 1db9e1bc7a Add the certificate_required alert. il y a 8 ans
  Steven Valdez 803c77a681 Update crypto negotation to draft 15. il y a 8 ans
  David Benjamin c8b6b4fe4a Only predict X25519 in TLS 1.3. il y a 8 ans
  David Benjamin 7e1f984a7c Fix some bugs in TLS 1.3 server key_share code. il y a 8 ans
  David Benjamin 163c95691a Forbid EMS from changing during renegotation. il y a 8 ans
  David Benjamin 311c2579f7 Declare SSL_R_BLOCK_CIPHER_PAD_IS_WRONG and SSL_R_NO_CIPHERS_SPECIFIED. il y a 8 ans
  Steven Valdez 32635b828f Add limit for consecutive KeyUpdate messages. il y a 8 ans
  David Benjamin 3e51757de2 Enforce the server ALPN protocol was advertised. il y a 8 ans
  Steven Valdez 143e8b3fd9 Add TLS 1.3 1-RTT. il y a 8 ans
  David Benjamin 61672818ef Check for buffered handshake messages on cipher change in DTLS. il y a 8 ans
  David Benjamin 1f61f0d7c3 Implement TLS 1.3's downgrade signal. il y a 8 ans
  David Benjamin ea9a0d5313 Refine SHA-1 default in signature algorithm negotiation. il y a 8 ans
  Steven Valdez 2b8415e8ff Move the Digest/Sign split for SignatureAlgorithms to a lower level. il y a 8 ans
  David Benjamin c9ae27ca72 Build up TLS 1.3 record-layer tests. il y a 8 ans
  David Benjamin 8cf79af7d1 Always use Fermat's Little Theorem in ecdsa_sign_setup. il y a 8 ans
  David Benjamin a353cdb671 Wrap MSVC-only warning pragmas in a macro. il y a 8 ans
  David Benjamin 29270dea85 Split unlock functions into read/write variants. il y a 8 ans
  David Benjamin 3473315415 Reimplement PKCS #3 DH parameter parsing with crypto/bytestring. il y a 8 ans
  David Benjamin 52a3bf2835 Add checks to X509_NAME_oneline() il y a 8 ans
  David Benjamin 56703d91bf Make err_data_generator.go silent by default. il y a 8 ans
  David Benjamin a2f2bc3a40 Align with upstream's error strings, take two. il y a 8 ans
  David Benjamin fb8e678897 Match upstream's error codes for the old sigalg code. il y a 8 ans
  David Benjamin 63d9246812 Reset crypto/evp error codes. il y a 8 ans
  David Benjamin 17727c6843 Move all signature algorithm code to crypto/x509. il y a 8 ans
  Steven Valdez b9824e2417 Handle SSL_shutdown while in init more appropriately il y a 8 ans
  David Benjamin 68772b31b0 Implement new SPKI parsers. il y a 8 ans
  David Benjamin fda22a7573 Reimplement DSA parsing logic with crypto/asn1. il y a 8 ans
  David Benjamin 2f6410ba4e Rewrite ECPrivateKey serialization. il y a 8 ans
  David Benjamin 70ab223490 Remove ASN1_R_MALLOC_FAILURE. il y a 8 ans
  David Benjamin ece5ba2797 Reset ssl error codes. il y a 9 ans
  David Benjamin cd24a39f1b Limit DHE groups to 4096-bit. il y a 9 ans
  David Benjamin 3fc138eccd Don't bother sampling __func__. il y a 9 ans
  Adam Langley 96c2a28171 Fix all sign/unsigned warnings with Clang and GCC. il y a 9 ans
  David Benjamin 301afaf223 Add a run_tests target to run all tests. il y a 9 ans
  David Benjamin 76c2efc0e9 Forbid a server from negotiating both ALPN and NPN. il y a 9 ans
  Adam Langley 73415b6aa0 Move arm_arch.h and fix up lots of include paths. il y a 9 ans
  Brian Smith 8a36e53abb Avoid using |WIN32| and use |OPENSSL_WINDOWS| instead. il y a 9 ans
  Adam Langley 0950563a9b Implement custom extensions. il y a 9 ans
  Adam Langley 33ad2b59da Tidy up extensions stuff and drop fastradio support. il y a 9 ans
  David Benjamin 207bb4391f ERR_LIB_USER should be the last error. il y a 9 ans
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. il y a 9 ans
  David Benjamin 34248d4cb7 Get rid of err function codes. il y a 9 ans
  Adam Langley 2e857bdad3 Convert the signature algorithms extension to the new system il y a 9 ans
  David Benjamin 74f711083d Parse RSAPrivateKey with CBS. il y a 9 ans
  David Benjamin c0e245a546 Parse RSAPublicKey with CBS. il y a 9 ans
  David Benjamin 87897a8cea Implement ECDSA_SIG_{parse,marshal} with crypto/bytestring. il y a 9 ans
  David Benjamin b9c579db6d Add crypto/bytestring-based BIGNUM DER functions. il y a 9 ans
  Adam Langley 5021b223d8 Convert the renegotiation extension to the new system. il y a 9 ans
  Adam Langley 614c66a2f8 Add infrastructure for better extension handling. il y a 9 ans