841 次代码提交 (78e6978ab9b043c8eae118279a382a8cd1f3d095)
 

作者 SHA1 备注 提交日期
  David Benjamin 78e6978ab9 Disable NPN and Channel ID in DTLS. 9 年前
  David Benjamin 33e799fe19 Don't allow CCS just before CertificateVerify in DTLS. 9 年前
  David Benjamin c898ce752f Add generated documentation to .gitignore 9 年前
  David Benjamin 2a0e72f08a Fix segfault with empty fields as last in the config. 9 年前
  David Benjamin df1cda345f Use inner algorithm when printing certificate. 9 年前
  David Benjamin e3b24674ef sha256-armv4.pl: fix typo. 9 年前
  David Benjamin 8604eda634 Add Broadwell performance results. 9 年前
  Adam Langley c5cc15b4f5 Don't expect bsaes functions on ARMv6. 9 年前
  David Benjamin 5fa3eba03d Clear the error queue when dropping a bad DTLS packet. 9 年前
  David Benjamin 9a38e924aa Return SSL_ERROR_SYSCALL on unclean EOF. 9 年前
  David Benjamin 1e52ecac4d Normalize tls1_enc return values. 9 年前
  Adam Langley 66850ddec1 Add dummy variables to keep wpa_supplicant happy. 9 年前
  David Benjamin 384673ceb7 Fix tool build on Windows. 9 年前
  David Benjamin cb878e20f3 More documentation fixes. 9 年前
  Adam Langley 07100c6e69 Only use -Wshadow with GCC > 4.6.0. 9 年前
  Eric Roman 4dcb05729f Remove support for passing a C-String to PKCS5_PBKDF2_HMAC*(). 9 年前
  Emanuele Pucciarelli 25bde4c1f9 Recognize common DH parameter sets. 9 年前
  Adam Langley e49da742cb Include arm_arch.h in e_aes.c. 9 年前
  Adam Langley e7624340ee Also test AES-CBC modes in the speed tool. 9 年前
  Adam Langley 6a3c288cdf Update SHA-1/256/512 asm for ARM from upstream. 9 年前
  Adam Langley 543d00692a Benchmark AEADs with aligned buffers. 9 年前
  David Benjamin 7f1d5d5932 Follow-ups from recent patch train. 9 年前
  Adam Langley f0eb169829 Free all error queues on shutdown. 9 年前
  Adam Langley d749af7ab1 Use a weak pointer for getauxval. 9 年前
  Adam Langley b1116a4a3b Always write the Poly1305 tag to an aligned buffer. 9 年前
  Adam Langley 3e6526575a aarch64 support. 9 年前
  David Benjamin bc44c089fb Store SRTP_PROTECTION_PROFILES as const. 9 年前
  David Benjamin 7ce1c0ca75 Make SSL_load_error_strings a no-op. 9 年前
  David Benjamin e9fc3e547e Remove P-521 from the default supported curves list. 9 年前
  David Benjamin 4de5f54e54 RT3662: Allow leading . in nameConstraints 9 年前
  David Benjamin aa3f6daa86 Tag a number of globals as const. 9 年前
  David Benjamin 1681d79ddf Remove ECDH_KDF_X9_62 and associated EVP glue. 9 年前
  David Benjamin c61517cb5a Define the error case's output in RSA_message_index_PKCS1_type_2. 9 年前
  David Benjamin 70bd80a236 Remove constraints on curve ID values. 9 年前
  David Benjamin 52e5bacf7c Prune away unimplemented curve IDs. 9 年前
  David Benjamin 0cb3f5bc27 Switch OBJ_undef uses to NID_undef. 9 年前
  David Benjamin 6095de8da2 Add tests for certificate mismatch. 9 年前
  David Benjamin 5b082e880d Various documentation fixes. 9 年前
  David Benjamin d1d7d3d26a Clear existing extension state. 9 年前
  David Benjamin 39507745e3 remove duplicate defines 9 年前
  David Benjamin d83c1884fd Return error when a bit string indicates an invalid amount of bits left 9 年前
  David Benjamin 1716b3d172 Reject invalid constructed encodings. 9 年前
  David Benjamin e3b2eebd04 The dtls1_output_cert_chain function no longer exists so remove it from ssl_locl.h 9 年前
  David Benjamin 710d227daa Fix memory leak in SSL_new if errors occur. 9 年前
  David Benjamin 2adb7ec286 ssl_create_cipher_list: check whether push onto cipherstack succeeds 9 年前
  David Benjamin af19de3101 Fix the test async_bio in datagram mode. 9 年前
  David Benjamin 17a5f85cbb Clarify dtls1_do_write's interaction with the buffering BIO. 9 年前
  David Benjamin 80cee912de Account for the MTU BIO_ctrls returning negative or overly large numbers. 9 年前
  David Benjamin a18b671c94 Simplify minimum and default MTUs. 9 年前
  David Benjamin 5a3cc0381b Remove BIO_CTRL_DGRAM_MTU_EXCEEDED retry in dtls1_do_write. 9 年前