624 コミット (cff0b90cbb68246b93f4894177f3ba545caf6e65)

作成者 SHA1 メッセージ 日付
  Adam Langley 6bff1ca893 Specify argc and argv arguments to refcount_test:main. 9年前
  Adam Langley 12a4768f7d Try to fix MSVC and __STDC_VERSION__ again. 9年前
  Adam Langley cb56c2a137 Cast refcounts to _Atomic before use. 9年前
  Adam Langley 0d1d0d5c1f Try again to only test __STDC_VERSION__ when defined. 9年前
  Adam Langley 7b348dc1d8 Disable C11 atomics on OS X. 9年前
  Adam Langley 04edcc8b1b Tag the mutex functions with OPENSSL_EXPORT. 9年前
  Adam Langley 6e1f64568b Don't test __STDC_VERSION__ unless it's defined. 9年前
  Adam Langley 552df47dc0 Remove leftovers of the old-style locks. 9年前
  Adam Langley 6fb174e564 Remove last references to named locks. 9年前
  Adam Langley 4bdb6e43fa Remove remaining calls to the old lock functions. 9年前
  Adam Langley 03163f3a11 Remove |CRYPTO_add|. 9年前
  Adam Langley 0da323a8b8 Convert reference counts in crypto/ 9年前
  Adam Langley 6f2e733bab Add infrastructure for reference counts. 9年前
  Matt Braithwaite dc8c739a3b Implement |DES_ede2_cbc_encrypt|. 9年前
  Adam Langley a7997f12be Set minimum DH group size to 1024 bits. 9年前
  Adam Langley b3a262c9f1 Fix |SSLeay|. 9年前
  Adam Langley f0320d3c73 Fix use after free in X509. 9年前
  David Benjamin 3dacff94dc Always include x86_64-gcc.c in the standalone build. 9年前
  Adam Langley 966003273d Don't use x86_64-gcc.c with NO_ASM. 9年前
  David Benjamin 81091d55e1 Don't use uninitialized memory in RAND_bytes. 9年前
  Adam Langley d72e284271 Support arbitrary elliptic curve groups. 9年前
  Shawn Willden 785e07b23d Copy ecdsa_meth in EC_KEY_copy. 9年前
  David Benjamin 4690bb5fc3 Port cipher_test to file_test. 9年前
  David Benjamin 771a138f26 Add missing #include for abort() 9年前
  David Benjamin de12d6cd7a Mind the end of the buffer in aligned case of generic RC4 implementation. 9年前
  David Benjamin 5694b3a84b Fix invalid assert in CRYPTO_ctr128_encrypt. 9年前
  Matt Braithwaite 9b68e72d18 Define compatibility function |ERR_remove_state|. 9年前
  Matt Braithwaite af3d5bd5a4 Add no-op |RAND_load_file| function for compatibility. 9年前
  Adam Langley c85373da00 Use EVP_AEAD_CTX in crypto/cipher/internal.h. 9年前
  Adam Langley 5aa8a86438 AEAD: allow _cleanup after failed _init. 9年前
  Adam Langley 9624b405a8 aead_test: make AEAD selection table driven. 9年前
  David Benjamin 5c694e3fef Add evp_test, loosely based on upstream's version. 9年前
  David Benjamin 074e3d2dfd Convert aead_test to the file_test framework. 9年前
  David Benjamin 0f86965ca0 Rename evp_test to evp_extra_test. 9年前
  David Benjamin 06b94de820 Add file-based test framework and convert hmac_test. 9年前
  David Benjamin 4a5982813f Fix asserts in CRYPTO_ctr128_encrypt_ctr32. 9年前
  David Benjamin bc1fde3206 Check max_out against in_len, not plaintext_len in RC4/MD5 AEAD. 9年前
  David Benjamin 353d7cba24 Convert pkcs12_test to C++. 9年前
  David Benjamin 6610118d65 Convert dh_test to C++. 9年前
  David Benjamin c561aa64b6 Require source files define __STDC_FORMAT_MACROS to use BN FMT macros. 9年前
  Matt Braithwaite 3bf1cca262 Don't report |ERR_R_MALLOC_FAILURE| on failure of |EC_KEY_new_by_curve_name|. 9年前
  Adam Langley 65a7e9442c Support Trusty, an embedded platform. 9年前
  David Benjamin dfb67134dc Define CRYPTO_once_t as LONG on Windows. 9年前
  Adam Langley 0d107e183e Add support for CMAC (RFC 4493). 9年前
  David Benjamin ae5fdd9648 Revert "Work around missing PTHREAD_RWLOCK_INITIALIZER in NaCl newlib." 9年前
  David Benjamin 9a10f8fd88 Switch EVP_PKEY_dup calls to EVP_PKEY_up_ref. 9年前
  David Benjamin d6e95eefba Get rid of ssl_undefined_* 9年前
  David Benjamin 605641ed95 Move the NULL case in ssl_add_cert_chain up. 9年前
  David Benjamin 7133d428dd Promote SNI macros to functions. 9年前
  David Benjamin c2807582fd Promote channel ID macros to proper functions. 9年前