234 次程式碼提交 (ac6900b0d3ca57d8b37137209c484a11549a116b)

作者 SHA1 備註 提交日期
  David Benjamin c39be857a8 Reformat dtls1.h. 9 年之前
  Doug Hogan 5ba305643f Don't accept tag number 31 (long form identifier octets) in CBB_add_asn1. 9 年之前
  Doug Hogan 2683af70e7 Fix typo and ASN.1 tag number range comment in bytestring.h. 9 年之前
  David Benjamin e33b9b0a87 Remove dtls1_timeout_st. 9 年之前
  David Benjamin 377fc3160c Document DTLS timeout API and add current_time_cb hook. 9 年之前
  Adam Langley 2b2d66d409 Remove string.h from base.h. 9 年之前
  David Benjamin f4600adb0e Add missing OPENSSL_EXPORTs. 9 年之前
  Adam Langley b4a494cc32 Reformat SSL/TLS headers. 9 年之前
  David Benjamin 2a0e72f08a Fix segfault with empty fields as last in the config. 9 年之前
  Adam Langley 66850ddec1 Add dummy variables to keep wpa_supplicant happy. 9 年之前
  David Benjamin cb878e20f3 More documentation fixes. 9 年之前
  Eric Roman 4dcb05729f Remove support for passing a C-String to PKCS5_PBKDF2_HMAC*(). 9 年之前
  Adam Langley f0eb169829 Free all error queues on shutdown. 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 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 5b082e880d Various documentation fixes. 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 d9778fb418 Guard against small MTUs from the BIO. 9 年之前
  David Benjamin f3a8b12ac3 Remove SSL_SESSION::cipher_id. 9 年之前
  David Benjamin e9e38375a6 Deprecate EVP_PKEY_HMAC. 9 年之前
  David Benjamin b8a56f112f Remove dead code from EVP_CIPHER codepaths. 9 年之前
  David Benjamin e95d20dcb8 Support EVP_AEAD in DTLS. 9 年之前
  David Benjamin 044abb0aaa Implement SSLv3 ciphers with stateful AEADs. 9 年之前
  David Benjamin 41ac979211 Add the PRF to SSL3_ENC_METHOD. 9 年之前
  David Benjamin 31b1d81354 Factor SSLv3 key derivation steps into an ssl3_PRF. 9 年之前
  David Benjamin 238510a679 Introduce HMAC_CTX_copy_ex and deprecate HMAC_CTX_copy. 9 年之前
  David Benjamin ea72bd0b60 Implement all TLS ciphers with stateful AEADs. 9 年之前
  Adam Langley 2bca0988a4 Free more memory in cleanup functions. 9 年之前
  David Benjamin 95e18c52f2 Fix DER checks for DSA_check_signature and add tests. 9 年之前
  Adam Langley ca9a538aa0 Fix various certificate fingerprint issues. 9 年之前
  Adam Langley 7cc3f992ae Add declarations for Android compatibility funcs. 9 年之前
  Adam Langley 0ed0cf6f38 s/comparision/comparison/. 9 年之前
  David Benjamin 780d6dd0fe Treat handshake_failure in response to ClientHello special. 9 年之前
  Adam Langley a7f6d3c1dc Add void in place of empty function arguments. 9 年之前
  Nick Harper 4685e87746 Implement HKDF. 10 年之前
  David Benjamin cf70188d53 Update EVP_Cipher documentation some more. 9 年之前
  David Benjamin 4841ce49a0 Fix EVP_Cipher error-handling. 10 年之前
  David Benjamin e4824e8af0 Add outgoing messages to the handshake hash at set_handshake_header. 10 年之前
  David Benjamin 82c9e90a58 Merge SSLv23_method and DTLS_ANY_VERSION. 10 年之前
  David Benjamin 4b755cb0da Implement the V2ClientHello sniff in version-locked methods. 10 年之前
  David Benjamin 1eb367c03e Add min_version and max_version APIs. 10 年之前
  David Benjamin e99e912bea Pull SSL3_ENC_METHOD out of SSL_METHOD. 10 年之前
  David Benjamin 69b9e597ae Remove SSL_CTX_set_ssl_version. 10 年之前