2273 コミット (5acc423517ec9d53e6cf2cd1b968405e0972c745)
 

作成者 SHA1 メッセージ 日付
  David Benjamin 5acc423517 Add a CONTRIBUTING.md file. 8年前
  nmittler 042e8f721a Updating BUILDING.md for windows. 8年前
  Brian Smith 642b0b825e Remove unused bits of RSA blinding code. 8年前
  Brian Smith a051bdd6cd Remove dead non-|BN_ULLONG|, non-64-bit-MSVC code in crypto/bn. 8年前
  Brian Smith 767e1210e0 Remove unused Simics code in crypto/bn/asm/x86_64-gcc.c. 8年前
  Brian Smith b121a26736 Remove unused |ec_GFp_simple_group_check_discriminant|. 8年前
  Brian Smith 4862b3b93c Remove useless and out-of-date comments in crypto/ec/internal.h. 8年前
  Brian Smith fce7604350 Remove duplicative ECC |group_init| and |group_set_curve| methods. 8年前
  Brian Smith aadf1ee77f Minimize the scope of the |BN_*_SIZE_*| constants. 8年前
  Brian Smith 8c5ea1338a Remove unused |bn_mul_low_normal| and related #defines. 8年前
  David Benjamin 2c71ce135c Update some URLs in BUILDING.md. 8年前
  David Benjamin 6b34d54945 Prefer MSVC over GCC if both are in %PATH%. 8年前
  David Benjamin 089cba090c No-op change to kick the bots again. 8年前
  Brian Smith f98be21fad Remove dead platform-specific code in |BN_div|. 8年前
  David Benjamin a37fc70175 Another no-op change. 8年前
  David Benjamin fcde5aa74d No-op change to kick the bots. 8年前
  Brian Smith 926f2194df Enable MSVC 128-bit multiplication regardless of OPENSSL_NO_ASM. 8年前
  David Benjamin 11aac10987 Fix theoretical memory leak on malloc error in CBS_asn1_ber_to_der. 8年前
  Brian Smith 168297e870 Test |ECDSA_SIG_to_bytes| using the P-521 order size, not 512-bits. 8年前
  Adam Langley d057454f90 Changes to support node.js's use of PKCS#12. 8年前
  David Benjamin e66148a18f Drop dh->q in bssl_shim when -use-sparse-dh-prime is passed. 8年前
  David Benjamin 6014ea6248 Add EC_POINT_point2cbb. 8年前
  Adam Langley dd31c4eba2 Update some comments in bn_test.c in light of acb24518. 8年前
  David Benjamin 47ebec1210 Validate DH public keys for RFC 5114 groups. 8年前
  David Benjamin 43946d44ae Update references to the extended master secret draft. 8年前
  David Benjamin 4e3d17a7e7 Remove redundant logic to compute EC public key. 8年前
  David Benjamin 4aafe6a3af Document the d2i object reuse changes in PORTING.md. 8年前
  William Hesse bf3335c621 Add #ifdef guards to crypto/curve25519 assembly files. 8年前
  David Benjamin 72f7e21087 Stop allowing SHA-224 in TLS 1.2. 8年前
  Brian Smith 5fa8f5bc9a Fix |-Werror=old-style-declaration| violations in poly1305_vec.c. 8年前
  David Benjamin 2cdf398773 Remove pkey_base_id. 8年前
  David Benjamin 415564fe2c Update draft-irtf-cfrg-curves-11 references to RFC 7748. 8年前
  David Benjamin 4f6acaf0da Use more C++11 features. 9年前
  David Benjamin c3774c1187 Fix some indentation. 8年前
  David Benjamin 0a2c9938a5 Don't allow the specifiedCurve form of ECParameters in SPKIs. 8年前
  David Benjamin f6094e05ef Don't allow EVP_PKEY_RSA2. 8年前
  David Benjamin c612e61e1d Fix minor stylistic problem. 8年前
  David Benjamin 719594e512 Un-const EVP_PKEY_CTX_set0_rsa_oaep_label and fix overflow check. 8年前
  David Benjamin b6155e60f3 Remove app_data from EVP_PKEY_CTX. 8年前
  David Benjamin 4e98e5c903 Implement pkey_ec_keygen with EC_KEY APIs. 8年前
  David Benjamin 692878a5f4 Remove EVP_PKEY_CTRL_EC_PARAMGEN_CURVE_NID. 8年前
  David Benjamin 8ac35f0274 Remove unused EVP_PKEY_METHOD hooks. 8年前
  David Benjamin 9bf1b1b440 Remove group_clear_finish EC_GROUP hooks. 8年前
  David Benjamin acb2451807 Rename the BIGNUM ASN.1 functions. 8年前
  David Benjamin 647cd02e59 Fix 32-bit build. 8年前
  David Benjamin b04c905da9 Remove the arch-specific HOST_c2l/HOST_l2c implementations. 9年前
  David Benjamin 8f2d4e344c Fix documentation string. 8年前
  Brian Smith 87c7640773 Use |inline| in crypto/poly1305/poly1305_vec.c. 8年前
  Brian Smith 24e428899b Define `int128_t` and `uint128_t` in one place. 8年前
  Brian Smith f547007332 Use |alignas| more in crypto/chacha/chacha_vec.c. 8年前