2513 Commits (66ec5c90667a32030d64af6d3da426924fbc732a)
 

Author SHA1 Message Date
  Adam Langley 1168fc72fc bn/asm/rsaz-avx2.pl: constant-time gather procedure. 8 years ago
  Adam Langley 842a06c2b9 bn/asm/rsax-x86_64.pl: constant-time gather procedure. 8 years ago
  Adam Langley 82bdaa89f0 Make copy_from_prebuf constant time. 8 years ago
  Steven Valdez aeb69a02b8 Pass pure constants verbatim in perlasm/x86_64-xlate.pl 8 years ago
  David Benjamin 2c198fae28 Enforce that d2i_PrivateKey returns a key of the specified type. 8 years ago
  David Benjamin 886119b9f7 Disable ChaCha20 assembly for OPENSSL_X86. 8 years ago
  Adam Langley f132d4e8f8 Test AEAD interface with aliased buffers. 8 years ago
  David Benjamin 42c8c63fcb Fix build. 8 years ago
  Steven Valdez d7305d50e4 Add missing initialization in bn/exponentiation 8 years ago
  Steven Valdez 318c076b69 modes/ctr.c: Ensure ecount_buf alignment in CRYPTO_ctr128_encrypt. 8 years ago
  David Benjamin df1dc98409 Add a few more large tag tests to asn1_test. 8 years ago
  David Benjamin fb2c6f8c85 ASN1_get_object should not accept large universal tags. 8 years ago
  Adam Langley 7e8ed44013 Fix possible memory leak on BUF_MEM_grow_clean failure 8 years ago
  Steven Valdez a14934ff2d Handle shutdown during init/handshake earlier 8 years ago
  Adam Langley c4eec0c16b Fix encoding bug in i2c_ASN1_INTEGER 8 years ago
  Brian Smith b944882f26 Reduce maximum RSA public exponent size to 33 bits. 8 years ago
  David Benjamin f4e447c16d Move ASN1_bn_print to a static function in evp/print.c. 8 years ago
  David Benjamin 63d9246812 Reset crypto/evp error codes. 8 years ago
  David Benjamin 921d906bb6 Reimplement d2i_PrivateKey. 8 years ago
  David Benjamin 6d3387d9c1 Reimplement d2i_AutoPrivateKey with the new ASN.1 stack. 8 years ago
  David Benjamin 8ebc0f55a0 Decouple the EVP and PEM code. 8 years ago
  David Benjamin 3f4f7ee08f PEM_write_bio_PrivateKey is always PKCS#8. 8 years ago
  David Benjamin 8c07ad3e3b Pull EVP_PKEY print hooks out of the main method table. 9 years ago
  David Benjamin 17727c6843 Move all signature algorithm code to crypto/x509. 8 years ago
  David Benjamin 93a69b4f8f Move X.509 signature algorithm tests to the crypto/x509 layer. 8 years ago
  David Benjamin da295d35f2 Drop the DSA signature printing hook. 8 years ago
  Aaron Green 136df6bd99 Fix implementation-specific behavior in gcm_test.c 8 years ago
  Emily Stark 95a79eec40 Add a stub for SSL_get_shared_ciphers(). 8 years ago
  David Benjamin 6f0c4db90e Enable upstream's Poly1305 code. 8 years ago
  David Benjamin a211aee545 Add SSL_CIPHER_has_SHA256_HMAC. 8 years ago
  David Benjamin e593fed378 Rename opensslfeatures.h to opensslconf.h. 8 years ago
  David Benjamin a473e554b4 Add BIO_do_connect. 8 years ago
  Brian Smith b4e3e694e8 Use correct counter after invoking stitched AES-NI GCM code. 8 years ago
  David Benjamin 6234a7f3a7 Switch poly1305-armv4.pl to named constants. 8 years ago
  David Benjamin f28caea521 Check in pristine copies of upstream's poly1305 assembly. 8 years ago
  David Benjamin 8ccc3c383a Test poly1305 more aggressively. 8 years ago
  Steven Valdez 3f81b607fe Fix missing ok=0 with cert verification. 8 years ago
  David Benjamin 06c5fb4512 Revert "Fix missing ok=0 with cert verification." 8 years ago
  Steven Valdez fd26b7a015 If no comparison function is set, sk_sort is a NOP 8 years ago
  Steven Valdez b0576889fa Fix missing ok=0 with cert verification. 8 years ago
  David Benjamin e42da0e4b4 Fix bssl rand -hex. 8 years ago
  Brian Smith cd8d1761df Move |bn_div_words| to crypto/bn/div.c and make it static. 8 years ago
  Brian Smith d1425f69df Simplify division-with-remainder calculations in crypto/bn/div.c. 8 years ago
  Brian Smith 76c6381c21 Return 0 on error in |EC_POINT_is_on_curve| instead of -1. 8 years ago
  Brian Smith 0bc2349375 Remove unused |ccm128_context| in crypto/modes/internal.h. 8 years ago
  Steven Valdez d8eea14443 BIO_new_mem_buf should take const void * 8 years ago
  Adam Langley a5ee83f67e Test different chunk sizes in cipher_test. 8 years ago
  Steven Valdez 5ec72de203 Add missing EC NULL Check 8 years ago
  Steven Valdez b9824e2417 Handle SSL_shutdown while in init more appropriately 8 years ago
  Steven Valdez e52d22d5f9 Empty SNI names are not valid 8 years ago