2603 Commits (d230a0c8904c4a67ee24ead8951345042bb73979)
 

Author SHA1 Message Date
  David Benjamin e66148a18f Drop dh->q in bssl_shim when -use-sparse-dh-prime is passed. 8 years ago
  David Benjamin 6014ea6248 Add EC_POINT_point2cbb. 8 years ago
  Adam Langley dd31c4eba2 Update some comments in bn_test.c in light of acb24518. 8 years ago
  David Benjamin 47ebec1210 Validate DH public keys for RFC 5114 groups. 8 years ago
  David Benjamin 43946d44ae Update references to the extended master secret draft. 8 years ago
  David Benjamin 4e3d17a7e7 Remove redundant logic to compute EC public key. 8 years ago
  David Benjamin 4aafe6a3af Document the d2i object reuse changes in PORTING.md. 8 years ago
  William Hesse bf3335c621 Add #ifdef guards to crypto/curve25519 assembly files. 8 years ago
  David Benjamin 72f7e21087 Stop allowing SHA-224 in TLS 1.2. 8 years ago
  Brian Smith 5fa8f5bc9a Fix |-Werror=old-style-declaration| violations in poly1305_vec.c. 8 years ago
  David Benjamin 2cdf398773 Remove pkey_base_id. 8 years ago
  David Benjamin 415564fe2c Update draft-irtf-cfrg-curves-11 references to RFC 7748. 8 years ago
  David Benjamin 4f6acaf0da Use more C++11 features. 9 years ago
  David Benjamin c3774c1187 Fix some indentation. 8 years ago
  David Benjamin 0a2c9938a5 Don't allow the specifiedCurve form of ECParameters in SPKIs. 8 years ago
  David Benjamin f6094e05ef Don't allow EVP_PKEY_RSA2. 8 years ago
  David Benjamin c612e61e1d Fix minor stylistic problem. 8 years ago
  David Benjamin 719594e512 Un-const EVP_PKEY_CTX_set0_rsa_oaep_label and fix overflow check. 8 years ago
  David Benjamin b6155e60f3 Remove app_data from EVP_PKEY_CTX. 8 years ago
  David Benjamin 4e98e5c903 Implement pkey_ec_keygen with EC_KEY APIs. 8 years ago
  David Benjamin 692878a5f4 Remove EVP_PKEY_CTRL_EC_PARAMGEN_CURVE_NID. 8 years ago
  David Benjamin 8ac35f0274 Remove unused EVP_PKEY_METHOD hooks. 8 years ago
  David Benjamin 9bf1b1b440 Remove group_clear_finish EC_GROUP hooks. 8 years ago
  David Benjamin acb2451807 Rename the BIGNUM ASN.1 functions. 8 years ago
  David Benjamin 647cd02e59 Fix 32-bit build. 8 years ago
  David Benjamin b04c905da9 Remove the arch-specific HOST_c2l/HOST_l2c implementations. 9 years ago
  David Benjamin 8f2d4e344c Fix documentation string. 8 years ago
  Brian Smith 87c7640773 Use |inline| in crypto/poly1305/poly1305_vec.c. 8 years ago
  Brian Smith 24e428899b Define `int128_t` and `uint128_t` in one place. 8 years ago
  Brian Smith f547007332 Use |alignas| more in crypto/chacha/chacha_vec.c. 8 years ago
  Brian Smith 9333d6df11 Fix data <-> function pointer casts in thread_win.c. 8 years ago
  Brian Smith f5f4be8fac Fix pointer-to-non-volatile cast in thread_win.c. 8 years ago
  Adam Langley 54a8d7c14f Use Barrett reduction in CBC processing rather than tricks. 8 years ago
  David Benjamin 91b2501f02 Add functions for accessing read_sequence and write_sequence. 8 years ago
  David Benjamin cdd0b7e775 Add SSL_CTX_set_retain_only_sha256_of_client_certs. 8 years ago
  David Benjamin 4b9205b583 Align SSL_CTX_set1_tls_channel_id with SSL_set1_tls_channel_id. 8 years ago
  David Benjamin b83003ebc6 Don't initialize enc_method before version negotiation. 8 years ago
  David Benjamin a565d29ce6 Remove alert mapping machinery. 8 years ago
  David Benjamin a1e9cabd8b Replace enc_flags with normalized version checks. 8 years ago
  Adam Langley ef7dba6ac7 Fix error in ce9d85ee. 8 years ago
  Adam Langley ce9d85eedd Tweaks for node.js 8 years ago
  Adam Langley eac0ce09d8 Have doc.go parse struct comments. 8 years ago
  David Benjamin 241ae837f0 Add some tests to ensure we ignore bogus curves and ciphers. 8 years ago
  David Benjamin f6494f4928 Add a SSL_get_pending_cipher API. 8 years ago
  David Benjamin 7027d25c6b Also add a no-op stub for OPENSSL_config. 8 years ago
  David Benjamin e5aa791a1c Add a few more no-op stubs for cURL compatibility. 8 years ago
  David Benjamin 5aae776ede Remove calls to ERR_load_crypto_strings. 8 years ago
  Adam Langley 75a64c08fc Remove some mingw support cruft. 8 years ago
  Brian Smith 7cae9f5b6c Use |alignas| for alignment. 8 years ago
  Brian Smith 34749f47da Remove unnecessary assignment of |e| in |rsa_setup_blinding|. 8 years ago