128 コミット (9b63f2964d4fd0c3c5063040497c6b8f1fec71e8)

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