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年前