528 次代码提交 (f4b495271901e9850612d99ded4a6b0aec2e7bea)
 

作者 SHA1 备注 提交日期
  David Benjamin f4b4952719 Fix rsa_pss_to_ctx return value. 10 年前
  David Benjamin 5db5d4e2b0 RSA_encrypt and RSA_sign_raw aren't the same. 10 年前
  David Benjamin a87941ad17 Remove misspelled error code. 10 年前
  David Benjamin b1659f597b Fix err_test. 10 年前
  Adam Langley 57e52f2a63 Fix invariant broken in 5f1374e2. 10 年前
  Adam Langley 5f1374e203 Retain ownership of malloced error data. 10 年前
  David Benjamin 622a6db14e Fix SHA*_Final documentation. 10 年前
  David Benjamin 83e52bce3c HASH_UPDATE always succeeds. 10 年前
  David Benjamin bce495c9f3 Fix a_{digest,verify}.c error codepaths. 10 年前
  Adam Langley 51fcd87102 Fix NaCl build. 10 年前
  Adam Langley ad912f348b Use _POSIX_C_SOURCE not _BSD_SOURCE. 10 年前
  David Benjamin c7dd5f301f ERR_GET_* macros return int. 10 年前
  David Benjamin 180d1eb04c Remove SSL_get_shared_ciphers. 10 年前
  Ben Laurie 176b70efd1 Silence warnings about unused values. 10 年前
  David Benjamin b99106a7a5 Fix bio_test on Windows. 10 年前
  David Benjamin 66a3531237 Fix BIO_printf on Windows. 10 年前
  David Benjamin fb3ff2c66c Don't compare signed vs. unsigned. 10 年前
  David Benjamin 5e77bd449e Use OPENSSL_64_BIT in rc4.c. 10 年前
  David Benjamin 04284b8952 Account for Windows and UNIX socket API differences. 10 年前
  David Benjamin 357fd0a878 Remove meth_num in ex_data_impl.c. 10 年前
  David Benjamin 775b75f9de Fix Windows shared library build. 10 年前
  David Benjamin de211dbd7b Don't use ssize_t in base64_test.c. 10 年前
  David Benjamin ef5c4946f3 Remove OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL. 10 年前
  David Benjamin 5b33a5e0dd Merge the get_ssl_method hooks between TLS and SSLv3. 10 年前
  David Benjamin a9ca90abbb Fix ServerHello EC point format extension check. 10 年前
  David Benjamin 42e9a77c43 Split tls1_check_ec_key. 10 年前
  David Benjamin 00075b80ca Merge IMPLEMENT_tls_meth_func and IMPLEMENT_ssl3_meth_func. 10 年前
  Ben Laurie 968ddc91fa Not everyone keeps bash in /bin. 10 年前
  David Benjamin 5491e3fdb7 Clean up ssl_cipher_list_to_bytes a little. 10 年前
  Ben Laurie 6a3ecf37da _POSIX_C_SOURCE needs to be set to a date, at least on FreeBSD. 10 年前
  Ben Laurie eba2384e53 Missing includes for FreeBSD. 10 年前
  Adam Langley ddb300306d Don't include strings.h because of Windows. 10 年前
  Adam Langley dab64ff9be Use OPENSSL_strcasecmp. 10 年前
  Adam Langley 5d0c163b37 Also clean the last byte of the PSK identity. 10 年前
  Adam Langley 704453fa9c Add deprecated functions for tcpdump. 10 年前
  Adam Langley e7fa75b74f Remove use of GOTPCREL in asm. 10 年前
  David Benjamin 01fe820ab9 Add tests for client version negotiation and session resumption. 10 年前
  David Benjamin 30ddb434bf Handle session resumption in SSLv23_client_method. 10 年前
  David Benjamin b0c8db7347 runner: don't resume sessions if SessionTicketsDisabled is true. 10 年前
  David Benjamin 7f520dbd8d Remove OPENSSL_NO_TLS1_2_CLIENT and OPENSSL_NO_DTLS1. 10 年前
  David Benjamin 37d924640a Disallow all special operators once groups are used. 10 年前
  David Benjamin 2a5ea98a46 Remove redundant check in cipher rule parsing. 10 年前
  David Benjamin bb0a17c5e1 Add a set of tests for cipher string parsing. 10 年前
  David Benjamin e113608a1c Switch the reason code check to a compile-time assert. 10 年前
  Adam Langley 5127db3b4d Provide compatibility functions for PKCS#12 parsing. 10 年前
  Adam Langley 588d2528d1 Don't try to setup CPUID if NO_ASM. 10 年前
  Adam Langley bed8ce78f0 Add misc functions for easier porting. 10 年前
  David Benjamin d7c5368a0f Add missing errors codes for alerts. 10 年前
  David Benjamin fc7b086305 Test that ALPN is preferred over NPN. 10 年前
  David Benjamin ae2888fbdc Add tests for ALPN support. 10 年前