642 Révisions (bd15a8e74894616ca8ad04fc2942b958f99000a1)

Auteur SHA1 Message Date
  David Benjamin 15eaafb18a Fix bn_test's bc output and shut it up a little. il y a 9 ans
  David Benjamin efd8eb3226 Tidy up overflows in obj_cmp. il y a 9 ans
  Adam Langley 71106adf89 Add |BIO_read_asn1| to read a single ASN.1 object. il y a 9 ans
  David Benjamin eb930b8703 Fix signed/unsigned warning in bn_test.cc. il y a 9 ans
  David Benjamin b3a7b51f18 Fix off-by-one in BN_rand il y a 9 ans
  David Benjamin 074cc04022 Reject negative shifts for BN_rshift and BN_lshift. il y a 9 ans
  David Benjamin 75fb74ae96 aes/asm/bsaes-armv7.pl: fix compilation with Xcode 6.3. il y a 9 ans
  David Benjamin ff81e10313 Add OPENSSL_PUT_ERROR line to X509V3_parse_list. il y a 9 ans
  David Benjamin 1590811111 Fix typo in valid_star. il y a 9 ans
  David Benjamin 34a1635b3f Remove fake RLE compression OID. il y a 9 ans
  David Benjamin 9c0918fc3f Fix typo in objects.txt il y a 9 ans
  David Benjamin 91af02a9db Add some comments and tweak assertions for cbc.c. il y a 9 ans
  David Benjamin 7b5aff4812 Have consumers supply OPENSSL_C11_ATOMIC. il y a 9 ans
  Matt Braithwaite 444dce4934 Do-nothing fns |OpenSSL_add_all_ciphers| and |OpenSSL_add_all_digests|. il y a 9 ans
  Adam Langley 3d59e04bce Fix test used for not-in-place CBC mode. il y a 9 ans
  David Benjamin 3fa65f0f05 Fix some malloc test crashs. il y a 9 ans
  David Benjamin 0b635c52b2 Add malloc test support to unit tests. il y a 9 ans
  David Benjamin 31a07798a5 Factor SSL_AEAD_CTX into a dedicated type. il y a 9 ans
  Adam Langley 6bff1ca893 Specify argc and argv arguments to refcount_test:main. il y a 9 ans
  Adam Langley 12a4768f7d Try to fix MSVC and __STDC_VERSION__ again. il y a 9 ans
  Adam Langley cb56c2a137 Cast refcounts to _Atomic before use. il y a 9 ans
  Adam Langley 0d1d0d5c1f Try again to only test __STDC_VERSION__ when defined. il y a 9 ans
  Adam Langley 7b348dc1d8 Disable C11 atomics on OS X. il y a 9 ans
  Adam Langley 04edcc8b1b Tag the mutex functions with OPENSSL_EXPORT. il y a 9 ans
  Adam Langley 6e1f64568b Don't test __STDC_VERSION__ unless it's defined. il y a 9 ans
  Adam Langley 552df47dc0 Remove leftovers of the old-style locks. il y a 9 ans
  Adam Langley 6fb174e564 Remove last references to named locks. il y a 9 ans
  Adam Langley 4bdb6e43fa Remove remaining calls to the old lock functions. il y a 9 ans
  Adam Langley 03163f3a11 Remove |CRYPTO_add|. il y a 9 ans
  Adam Langley 0da323a8b8 Convert reference counts in crypto/ il y a 9 ans
  Adam Langley 6f2e733bab Add infrastructure for reference counts. il y a 9 ans
  Matt Braithwaite dc8c739a3b Implement |DES_ede2_cbc_encrypt|. il y a 9 ans
  Adam Langley a7997f12be Set minimum DH group size to 1024 bits. il y a 9 ans
  Adam Langley b3a262c9f1 Fix |SSLeay|. il y a 9 ans
  Adam Langley f0320d3c73 Fix use after free in X509. il y a 9 ans
  David Benjamin 3dacff94dc Always include x86_64-gcc.c in the standalone build. il y a 9 ans
  Adam Langley 966003273d Don't use x86_64-gcc.c with NO_ASM. il y a 9 ans
  David Benjamin 81091d55e1 Don't use uninitialized memory in RAND_bytes. il y a 9 ans
  Adam Langley d72e284271 Support arbitrary elliptic curve groups. il y a 9 ans
  Shawn Willden 785e07b23d Copy ecdsa_meth in EC_KEY_copy. il y a 9 ans
  David Benjamin 4690bb5fc3 Port cipher_test to file_test. il y a 9 ans
  David Benjamin 771a138f26 Add missing #include for abort() il y a 9 ans
  David Benjamin de12d6cd7a Mind the end of the buffer in aligned case of generic RC4 implementation. il y a 9 ans
  David Benjamin 5694b3a84b Fix invalid assert in CRYPTO_ctr128_encrypt. il y a 9 ans
  Matt Braithwaite 9b68e72d18 Define compatibility function |ERR_remove_state|. il y a 9 ans
  Matt Braithwaite af3d5bd5a4 Add no-op |RAND_load_file| function for compatibility. il y a 9 ans
  Adam Langley c85373da00 Use EVP_AEAD_CTX in crypto/cipher/internal.h. il y a 9 ans
  Adam Langley 5aa8a86438 AEAD: allow _cleanup after failed _init. il y a 9 ans
  Adam Langley 9624b405a8 aead_test: make AEAD selection table driven. il y a 9 ans
  David Benjamin 5c694e3fef Add evp_test, loosely based on upstream's version. il y a 9 ans