577 Commit (be700c6328157c722cbfe96b08a39a8e71b05d07)
 

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