577 Révisions (be700c6328157c722cbfe96b08a39a8e71b05d07)
 

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