577 次程式碼提交 (be700c6328157c722cbfe96b08a39a8e71b05d07)
 

作者 SHA1 備註 提交日期
  David Benjamin be700c6328 Remove remnant of MS SGC second ClientHello. 10 年之前
  Adam Langley 2ae77d2784 Test server-side renegotiation. 10 年之前
  David Benjamin 8b1d900c52 Fix unused variables in bn/generic.c 10 年之前
  David Benjamin bc786a9569 Build with yasm on Win64 as well. 10 年之前
  David Benjamin eee7306c72 Get bssl tool building on Windows. 10 年之前
  David Benjamin f44aa68a26 Fix standalone Win64 build. 10 年之前
  David Benjamin e92fc1812d Remove remnant of SRP. 10 年之前
  David Benjamin fd617a5030 Port ssl3_{get,send}_server_key_exchange to EVP_Digest{Verify,Sign}*. 10 年之前
  Adam Langley e6def376fe Remove ERR_LIB_PKCS12. 10 年之前
  David Benjamin 03a739d8d2 Build Win32 with Yasm rather than MASM. 10 年之前
  David Benjamin 3e700bb3e8 Get MASM output working on Win32. 10 年之前
  David Benjamin 2a0f3420f7 Fix standalone bio_test and v3name_test on Win64. 10 年之前
  Adam Langley 5f51c25303 Add -cipher option to bssl client. 10 年之前
  David Benjamin 8f1ef1d554 Fix double-frees on malloc failure in ssl3_get_client_key_exchange. 10 年之前
  David Benjamin 93d67d36c5 Refactor ssl3_send_client_key_exchange slightly. 10 年之前
  David Benjamin 2af684fa92 Add tests for ECDHE_PSK. 10 年之前
  David Benjamin 491956c866 Fix ECDHE_PSK key exchange. 10 年之前
  David Benjamin 48cae08563 Add tests for PSK cipher suites. 10 年之前
  David Benjamin b06711ca34 Move the X509_NAME typedef into x509.h. 10 年之前
  David Benjamin e167976126 Make EVP_DigestVerifyFinal return only zero or one. 10 年之前
  David Benjamin 3cac450af5 Add SSL_SESSION_to_bytes to replace i2d_SSL_SESSION. 10 年之前
  Piotr Sikora 773bb55c6f Fix build (broken by removal of key_arg from SSL_SESSION parsing). 10 年之前
  David Benjamin eb380a4632 Fix build on Windows. 10 年之前
  David Benjamin aeb8d00e76 Add less dangerous versions of SRTP functions. 10 年之前
  David Benjamin 7001a7fce6 Don't bother accepting key_arg when parsing SSL_SESSION. 10 年之前
  Piotr Sikora 3b73c18fca Fix "integer constant is too large for 'long' type" errors. 10 年之前
  Adam Langley 7571292eac Extended master secret support. 10 年之前
  David Benjamin 89abaea141 Reimplement i2d_SSL_SESSION using CBB. 10 年之前
  David Benjamin 83fd6b686f Reimplement d2i_SSL_SESSION with CBS. 10 年之前
  David Benjamin fbe6f498cd The empty contents are not a valid ASN.1 INTEGER. 10 年之前
  David Benjamin b5b6854968 Add CBB_add_asn1_uint64. 10 年之前
  David Benjamin 9f2c0d7a94 Remove T** parameter to ssl_bytes_to_cipher_list. 10 年之前
  David Benjamin 2a39eaeec7 Don't condition on another header's #include guard. 10 年之前
  David Benjamin 751e889b1d Add SSL_SESSION serialization and deserialization tests. 10 年之前
  David Benjamin d7a76e72c6 Remove key_arg and key_arg_length from SSL_SESSION. 10 年之前
  David Benjamin a19fc259f0 Move ECC extensions out of SSL_SESSION. 10 年之前
  Adam Langley 4a674152fd Set the IV length for AES-ECB to zero. 10 年之前
  David Benjamin 721e6e1500 Don't read past the end of the string in BUF_strndup. 10 年之前
  David Benjamin b698617007 Add CBS_peek_asn1_tag. 10 年之前
  David Benjamin 7f7882f1a8 Remove obsolete TODO 10 年之前
  David Benjamin a650e05484 Fix pqueue_test.c memory leak. 10 年之前
  Adam Langley 3831173740 Fix memory leak when decoding corrupt tickets. 10 年之前
  Adam Langley 88333ef7d7 Fix switching between AEAD and non-AEAD in a renegotiation. 10 年之前
  David Benjamin 0248889950 Don't mix and match libraries and errors. 10 年之前
  Adam Langley 7ea848165b Add generic OPERATION_NOT_SUPPORTED error code. 10 年之前
  David Benjamin bc8d737807 Add tests for AlgorithmIdentifier support in EVP. 10 年之前
  David Benjamin 8f160a680b Add EVP_DigestVerifyInitFromAlgorithm and EVP_DigestSignAlgorithm. 10 年之前
  David Benjamin 2e1594dfb5 Remove #if-0'd ASN1_sign. 10 年之前
  David Benjamin 75a1dd0dbe Remove EVP_PKEY_CTX case in rsa_pss_to_ctx. 10 年之前
  David Benjamin f4b4952719 Fix rsa_pss_to_ctx return value. 10 年之前